Paul Vriens : transl: Add (Neutral) to the neutral languages.
Module: tools Branch: master Commit: cd1392893db4844c06e1c460c1161107f033c4f7 URL: http://source.winehq.org/git/tools.git/?a=commit;h=cd1392893db4844c06e1c460c... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Tue Jul 21 17:53:40 2009 +0200 transl: Add (Neutral) to the neutral languages. --- transl/php/lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/transl/php/lib.php b/transl/php/lib.php index 7fc4ae5..48f1b65 100644 --- a/transl/php/lib.php +++ b/transl/php/lib.php @@ -42,7 +42,7 @@ function res_enum($header, $f) else if ($header["name"] == 257) { $baseid = get_lang_base($langid); - $LOCALE_NAMES[$baseid] = convert_to_unicode($str->getString(1)); + $LOCALE_NAMES[$baseid] = convert_to_unicode($str->getString(1))." (Neutral)"; } }
participants (1)
-
Alexandre Julliard