From e76685d91c78a012f9adbeebfb052bb62c715035 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 7 Mar 2017 11:52:48 +0000 Subject: [PATCH] Core: thTH a msMY added to .t (thanks jfranks) git-svn-id: svn://ultimatepp.org/upp/trunk@10914 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/t.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uppsrc/Core/t.h b/uppsrc/Core/t.h index aec56c8a2..3309584b1 100644 --- a/uppsrc/Core/t.h +++ b/uppsrc/Core/t.h @@ -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_