Remove useless or redundant code for translations.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2010-01-09 18:24:53 -05:00
parent 06e400a2f0
commit c97f558898
2 changed files with 3 additions and 10 deletions

View file

@ -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;