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:
parent
a69d010410
commit
9102a37b37
9 changed files with 50 additions and 1953 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue