diff options
author | Filip Komar <filip@mageia.org> | 2014-03-31 16:41:43 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-03-31 16:41:43 +0000 |
commit | 737cc090aaa258780302a33e13dd59e946657355 (patch) | |
tree | 0e321fe4b61d76a8d990ce67f12d96de49730917 /langs/report.php | |
parent | 325c9529e71a5af1c2cd5299e904d4b6e729c1f7 (diff) | |
download | www-737cc090aaa258780302a33e13dd59e946657355.tar www-737cc090aaa258780302a33e13dd59e946657355.tar.gz www-737cc090aaa258780302a33e13dd59e946657355.tar.bz2 www-737cc090aaa258780302a33e13dd59e946657355.tar.xz www-737cc090aaa258780302a33e13dd59e946657355.zip |
report family prepared for conversion of mognase to gettext
Diffstat (limited to 'langs/report.php')
-rw-r--r-- | langs/report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report.php b/langs/report.php index 118b0883c..cd127e583 100644 --- a/langs/report.php +++ b/langs/report.php @@ -101,7 +101,7 @@ $langF = _lang_file_switch($f, $l); } $enStringsCount[$f] = 0; - if ($f == '../_nav/langs/en.lang') { + if (false !== strstr($f, '../_nav/langs/en.')) { $nav = true; $langF = '../_nav/langs/' . $l . '.lang'; } else { |