1
0
Fork 0
tt9/languages/definitions/Hebrew.yml
Dimo Karaivanov 44ecb8999e
Build scripts cleanup and dictionary loading optimization
* moved the source languages out of assets/ into their own directory (#356)
  
  * split build.gradle into several smaller files

  * improved word frequency validation during build time

  * slightly optimized dictionary loading speed using pre-calculated file size

  * fixed a potential crash when loading invalid assets

  * fixed dictionary loading progress starting at 100% then jumping to 0% when manually loading two dictionaries one after another

  * documentation update
2023-08-21 15:29:30 +03:00

16 lines
No EOL
308 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
locale: iw-IL
dictionaryFile: he-utf8.csv
abcString: אבג
hasUpperCase: no
layout:
- [SPECIAL] # 0
- [PUNCTUATION] # 1
- [ד, ה, ו] # 2
- [א, ב, ג] # 3
- [מ, ם, נ, ן] # 4
- [י, כ, ך, ל] # 5
- [ז, ח, ט] # 6
- [ר, ש, ת] # 7
- [צ, ץ, ק] # 8
- [ס, ע, פ, ף] # 9