aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--langs.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/langs.inc.php b/langs.inc.php
index 7f8a53386..909fe5e29 100644
--- a/langs.inc.php
+++ b/langs.inc.php
@@ -187,6 +187,9 @@ function _h($s, $args = null, $tag = 'p') {
*/
function _lang_load($locale, $domain)
{
+ if ($locale == 'en')
+ return true;
+
$lang_file = sprintf('%s/langs/%s/%s.%s.lang', G_APP_ROOT, $locale, $domain, $locale);
if (file_exists($lang_file)) {