* 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
14 lines
No EOL
300 B
YAML
14 lines
No EOL
300 B
YAML
---
|
||
locale: ru-RU
|
||
dictionaryFile: ru-utf8.csv
|
||
layout:
|
||
- [SPECIAL] # 0
|
||
- [PUNCTUATION_FR] # 1
|
||
- [а, б, в, г] # 2
|
||
- [д, е, ё, ж, з] # 3
|
||
- [и, й, к, л] # 4
|
||
- [м, н, о, п] # 5
|
||
- [р, с, т, у] # 6
|
||
- [ф, х, ц, ч] # 7
|
||
- [ш, щ, ъ, ы] # 8
|
||
- [ь, э, ю, я] # 9 |