1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
Dimo Karaivanov
da5b4f17b7
New dictionary format (#662)
* new dictionary format that supports syllabaries

* optimized the dictionary build cache significantly to truly build only the changed language files

* code style fixes
2024-11-06 10:43:16 +02:00
Theppitak M.
d5fc1fe4b1
Add Thai language support (#629)
* added Thai language

* the SoftKeyNumber now displays abbreviated letter list when there are too many letters on a single key

* updated the language validation rules to detect single letters in Asian languages

* added a 'no space between words' language YAML option

---------

Co-authored-by: sspanak <doftor.livain@gmail.com>
2024-09-17 11:21:59 +03:00
Roconx
61d5c1809f
Add support for Catalan. (#594)
* 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>
2024-08-19 12:12:27 +03:00
sspanak
e74a532e66 fixed incorrect validation of words with capital letters 2024-05-14 15:01:10 +03:00
sspanak
81124a9c14 double quotes are now permitted in Yiddish, like in Hebrew 2024-04-26 12:24:06 +03:00
sspanak
39183369cf when a language is updated only that language will be validated upon build time, instead of all of them 2024-04-14 12:34:24 +03:00
sspanak
2418c9c4c3 dictionary word order is now validated during build 2024-04-14 12:34:24 +03:00
sspanak
a94b33a044 fixed wrong lines numbers reported by the validate-languages.gradle script 2024-04-13 12:50:59 +03:00
sspanak
140b8ced08 upgraded Gradle 8.0.2 -> 8.2.2 2024-02-26 10:59:48 +02:00
Renamed from gradle/scripts/validate-languages.gradle (Browse further)