Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Import translations
*/
function hook_update_7001() {
my_module_import_po_file('pt-pt');
}
function my_module_import_po_file($language) {