diff options
Diffstat (limited to 'web/lib/translator.inc')
-rw-r--r-- | web/lib/translator.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/lib/translator.inc b/web/lib/translator.inc index 650f796..6bb9358 100644 --- a/web/lib/translator.inc +++ b/web/lib/translator.inc @@ -35,10 +35,6 @@ function __() { # First argument is always string to be translated $tag = $args[0]; - if (empty($LANG) || $LANG == DEFAULT_LANG){ - $translated = $tag; - } - # If there is no translation, just print the given string. if (empty($_t[$tag])) { $translated = $tag; |