Make DEFAULT_LANG mean the default language for displayed messages.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Athurg Gooth 2010-01-08 17:23:09 -05:00 committed by Loui Chang
parent 55dcf5ce87
commit 8eab9ed462
3 changed files with 13 additions and 11 deletions

View file

@ -295,6 +295,8 @@ function set_lang() {
if ($LANG != DEFAULT_LANG ) {
include_once("$LANG.po");
} else {
include_once(DEFAULT_LANG.".po");
}
return;