From c97f558898663442f8404e5a45c9f80a73ba0c78 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Sat, 9 Jan 2010 18:24:53 -0500 Subject: Remove useless or redundant code for translations. Signed-off-by: Loui Chang --- web/lib/translator.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web/lib/translator.inc') 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; -- cgit v1.2.3-24-g4f1b