Move master translation file away from util
- Rewrite translation documentation - Delete unused util/strings.php - Updated references to util/messages.po and util/strings.php
This commit is contained in:
@@ -61,7 +61,7 @@ HELP;
|
||||
|
||||
$outfile = dirname($pofile) . DIRECTORY_SEPARATOR . 'strings.php';
|
||||
|
||||
if (strstr($outfile, 'util')) {
|
||||
if (basename(dirname($pofile)) == 'C') {
|
||||
$lang = 'en';
|
||||
} else {
|
||||
$lang = str_replace('-', '_', basename(dirname($pofile)));
|
||||
|
||||
Reference in New Issue
Block a user