* 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
15 lines
No EOL
326 B
YAML
15 lines
No EOL
326 B
YAML
---
|
|
locale: pt-BR
|
|
dictionaryFile: pt-BR-utf8.csv
|
|
name: Português brasileiro
|
|
layout:
|
|
- [SPECIAL] # 0
|
|
- [PUNCTUATION] # 1
|
|
- [a, b, c, ç, á, â, ã, à] # 2
|
|
- [d, e, f, é, ê, è] # 3
|
|
- [g, h, i, í] # 4
|
|
- [j, k, l] # 5
|
|
- [m, n, o, ó, ô, õ] # 6
|
|
- [p, q, r, s] # 7
|
|
- [t, u, v, ú] # 8
|
|
- [w, x, y, z] # 9 |