mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Core: thTH a msMY added to .t (thanks jfranks)
git-svn-id: svn://ultimatepp.org/upp/trunk@10914 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
990959691a
commit
e76685d91c
1 changed files with 4 additions and 1 deletions
|
|
@ -85,7 +85,8 @@
|
|||
#define zhTW(text) { LNGC_('Z','H','T','W', CHARSET_UTF8), text },
|
||||
#define koKR(text) { LNGC_('K','O','K','R', CHARSET_UTF8), text },
|
||||
#define jaJP(text) { LNGC_('J','A','J','P', CHARSET_UTF8), text },
|
||||
|
||||
#define thTH(text) { LNGC_('T','H','T','H', CHARSET_UTF8), text },
|
||||
#define msMY(text) { LNGC_('M','S','M','Y', CHARSET_UTF8), text },
|
||||
|
||||
#define T_(text) { 1, text },
|
||||
|
||||
|
|
@ -296,6 +297,8 @@ INITBLOCK_(COMBINE3(LNG_MODULE, LNG_VERB, LNG_VERA))
|
|||
#undef zhTW
|
||||
#undef koKR
|
||||
#undef jaJP
|
||||
#undef thTH
|
||||
#undef msMY
|
||||
|
||||
#undef T_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue