Attempting to debug/fix SDL_Pango stuff.

Added icon for Kalidescope magic tool.
Added Canada map starter.
Added Japan map starter.
Improved comments near gettext() calls to improve POT and PO files.
Regenerated PO files and POT file.
Added .cvsignore to make sure tp_magic_api.h (which is generated) isn't noticed.
This commit is contained in:
William Kendrick 2007-07-17 18:41:16 +00:00
parent 21d9cf24be
commit 21ea42f38f
93 changed files with 21568 additions and 10201 deletions

View file

@ -68,10 +68,20 @@ enum {
static const char* const im_tip_text[NUM_IM_TIPS] =
{
NULL,
// Input Method: English mode
gettext_noop("English"),
// Input Method: Japanese Romanized Hiragana mode
gettext_noop("Hiragana"),
// Input Method: Japanese Romanized Katakana mode
gettext_noop("Katakana"),
// Input Method: Korean Hangul 2-Bul mode
gettext_noop("Hangul"),
// Input Method: Thai mode
gettext_noop("Thai")
};