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:
parent
21d9cf24be
commit
21ea42f38f
93 changed files with 21568 additions and 10201 deletions
10
src/im.c
10
src/im.c
|
|
@ -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")
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue