Improved support for localized Stamp sound effects (e.g., "en_GB" for

British English now works; only "en" would have worked before).
This commit is contained in:
William Kendrick 2008-09-23 00:06:42 +00:00
parent d233fdee95
commit 77388a8c1b
4 changed files with 67 additions and 20 deletions

View file

@ -10,7 +10,7 @@
$Id$
June 14, 2002 - April 5, 2008
June 14, 2002 - September 22, 2008
*/
@ -128,7 +128,7 @@ extern char *langstr;
extern int need_own_font;
extern int need_right_to_left; // Right-justify
extern int need_right_to_left_word; // Words need to be reversed, too! (e.g., Hebrew, but not Arabic)
extern const char *lang_prefix;
extern const char *lang_prefix, *short_lang_prefix;
extern const language_to_locale_struct language_to_locale_array[];