Slovak UTF-8 translation

Slovak UTF-8 translation
This commit is contained in:
Michal Holes 2017-08-20 10:34:02 +02:00 committed by Scott Lahteine
parent e82e9073d6
commit 54d48130f3
39 changed files with 471 additions and 108 deletions

View file

@ -73,8 +73,11 @@
// pt-br_utf8 Portuguese (Brazilian) (UTF8)
// pt_utf8 Portuguese (UTF8)
// ru Russian
// sk Slovak (UTF8)
// tr Turkish
// uk Ukrainian
// zh_CN Chinese (Simplified)
// zh_TW Chinese (Taiwan)
#ifdef DEFAULT_SOURCE_CODE_URL
#undef SOURCE_CODE_URL
@ -301,7 +304,8 @@
&& DISABLED(DISPLAY_CHARSET_ISO10646_CN) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_TR) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_PL) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_CZ)
&& DISABLED(DISPLAY_CHARSET_ISO10646_CZ) \
&& DISABLED(DISPLAY_CHARSET_ISO10646_SK)
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
#endif