1
0
Fork 0

added offical support for Android 15 (upgraded the target and compile SDKs to 35)

This commit is contained in:
sspanak 2024-10-17 11:17:13 +03:00 committed by Dimo Karaivanov
parent d7506e72d9
commit 80d50fb546
14 changed files with 162 additions and 30 deletions

View file

@ -49,7 +49,7 @@ To support a new language one needs to:
- Find a suitable dictionary and add it to the `app/languages/dictionaries/` folder. Two file formats are supported, [see below](#dictionary-formats).
- Do not forget to include the dictionary license (or readme) file in the `docs/` folder.
- Create a new `.yml` file in `app/languages/definitions/` and define the language properties.
- `locale` contains the language and the country codes (e.g. "en-US", "es-AR", "it-IT"). Refer to the list of [supported locales in Java](https://www.oracle.com/java/technologies/javase/jdk8-jre8-suported-locales.html#util-text).
- `locale` contains the language and the country codes (e.g. "en-US", "es-AR", "it-IT"). Refer to the list of [supported locales in Java](https://www.oracle.com/java/technologies/javase/jdk17-suported-locales.html#modules).
- `dictionaryFile` is the name of the dictionary in `app/languages/dictionaries/` folder.
- `layout` contains the letters and punctuation marks associated with each key.
- For 0-key `[SPECIAL]`, will be fine in most languages, but you could define your own set of special characters, for example: `[@, #, $]`.