summaryrefslogtreecommitdiffstats
path: root/web/lib/translator.inc
diff options
context:
space:
mode:
Diffstat (limited to 'web/lib/translator.inc')
-rw-r--r--web/lib/translator.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/lib/translator.inc b/web/lib/translator.inc
index 650f796f..6bb93588 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;