Hangul update (#160)

Add Hangul layout from https://github.com/Lee0701/openboard/tree/hangul

Further changes:
* merge current state and make it compile
* some formatting
* remove Korean dictionary (to be downloaded from original repo)
* add file in make-keyboard-text for auto-generating KeyboardTextsTable
* disable Hangul combiner when not using Hangul (otherwise symbols are seen as parts of a word)

---------

Co-authored-by: Lee0701 <hgl1002@naver.com>
This commit is contained in:
Helium314 2023-09-16 11:09:15 +02:00 committed by GitHub
parent 5f29248855
commit eb45495d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 2683 additions and 300 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- U+20B9: "₩" FULLWIDTH WON SIGN -->
<string name="keyspec_currency">&#xFFE6;</string>
<!-- Label for "switch to alphabetic" key.
U+0995: "ᄀ" HANGUL LETTER KIYEOK
U+0996: "ㄴ" HANGUL LETTER NIEUN
U+0997: "ㄷ" HANGUL LETTER TIKEUT -->
<string name="keylabel_to_alpha">&#x3131;&#x3134;&#x3137;</string>
</resources>