1
0
Fork 0

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:
Hypolite Petovan 2018-11-28 22:57:55 -05:00
commit 9102a37b37
9 changed files with 50 additions and 1953 deletions

View file

@ -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)));