Add localised texts for korean

This commit is contained in:
Lee0701 2020-06-30 22:49:41 +09:00
parent e2e6b086c2
commit af5478ba1c
2 changed files with 19 additions and 1 deletions

View file

@ -2444,6 +2444,23 @@ public final class KeyboardTextsTable {
/* keyspec_currency */ "\u20B9", /* keyspec_currency */ "\u20B9",
}; };
/* Locale ko: Korean */
private static final String[] TEXTS_ko = {
/* morekeys_a ~ */
null, null, null, null, null,
/* ~ morekeys_i */
// Label for "switch to alphabetic" key.
// U+0995: "" HANGUL LETTER KIYEOK
// U+0996: "" HANGUL LETTER NIEUN
// U+0997: "" HANGUL LETTER TIKEUT
/* keylabel_to_alpha */ "\u3131\u3134\u3137",
/* morekeys_n ~ */
null, null, null, null, null,
/* ~ single_quotes */
// U+20B9: "" FULLWIDTH WON SIGN
/* keyspec_currency */ "\uFFE6",
};
/* Locale ky: Kirghiz */ /* Locale ky: Kirghiz */
private static final String[] TEXTS_ky = { private static final String[] TEXTS_ky = {
/* morekeys_a ~ */ /* morekeys_a ~ */
@ -4271,6 +4288,7 @@ public final class KeyboardTextsTable {
"kk" , TEXTS_kk, /* 15/129 Kazakh */ "kk" , TEXTS_kk, /* 15/129 Kazakh */
"km_KH" , TEXTS_km_KH, /* 2/130 Khmer (Cambodia) */ "km_KH" , TEXTS_km_KH, /* 2/130 Khmer (Cambodia) */
"kn_IN" , TEXTS_kn_IN, /* 2/ 12 Kannada (India) */ "kn_IN" , TEXTS_kn_IN, /* 2/ 12 Kannada (India) */
"ko" , TEXTS_ko, /* 2/ 12 Korean */
"ky" , TEXTS_ky, /* 10/ 92 Kirghiz */ "ky" , TEXTS_ky, /* 10/ 92 Kirghiz */
"lb" , TEXTS_lb, /* 11/ 20 Luxembourgish */ "lb" , TEXTS_lb, /* 11/ 20 Luxembourgish */
"lo_LA" , TEXTS_lo_LA, /* 2/ 12 Lao (Laos) */ "lo_LA" , TEXTS_lo_LA, /* 2/ 12 Lao (Laos) */

View file

@ -94,7 +94,7 @@
its unicode, although there is no font glyph for it as of September 2013. --> its unicode, although there is no font glyph for it as of September 2013. -->
<!-- TODO: The currency sign of Russian Ruble was created in 2014 and assigned U+20BD for <!-- TODO: The currency sign of Russian Ruble was created in 2014 and assigned U+20BD for
its unicode, although there is no font glyph for it as of August 2014. --> its unicode, although there is no font glyph for it as of August 2014. -->
<case latin:languageCode="fa|hi|iw|lo|mn|ne|th|uk|vi"> <case latin:languageCode="fa|hi|iw|ko|lo|mn|ne|th|uk|vi">
<include latin:keyboardLayout="@xml/key_styles_currency_generic" /> <include latin:keyboardLayout="@xml/key_styles_currency_generic" />
</case> </case>
<!-- si_LK: Sinhala (Sri Lanka) (Sri Lanka Rupee) <!-- si_LK: Sinhala (Sri Lanka) (Sri Lanka Rupee)