* Add support for Catalan. * updated the dictionary validation rules to accomodate the Catalan middle dot * updated the language list for F-Droid and Google Play --------- Co-authored-by: sspanak <doftor.livain@gmail.com>
13 lines
287 B
YAML
13 lines
287 B
YAML
locale: ca-ES
|
|
dictionaryFile: ca-utf8.csv
|
|
layout:
|
|
- [SPECIAL] # 0
|
|
- [PUNCTUATION_FR, ·] # 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
|