diff options
| author | Jules Aguillon | 2025-07-02 23:15:33 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2025-07-02 23:15:33 +0200 |
| commit | d1dfc80df6c1738763e3a8a72cd62df17f6adedf (patch) | |
| tree | 0f7d9b55e46b23d104ba8e6875b568fb73e88568 /CONTRIBUTING.md | |
| parent | 5c4964e4386a9ff2e0ca8462c9c5159bad92b5ff (diff) | |
| download | unexpected-keyboard-d1dfc80df6c1738763e3a8a72cd62df17f6adedf.tar.gz unexpected-keyboard-d1dfc80df6c1738763e3a8a72cd62df17f6adedf.zip | |
ci: Disable translation check
The translation check is creating conflicts with changes done on Weblate
and is superfluous.
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97af0c4..89943a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -173,13 +173,13 @@ Remove the `<!--` and `-->` parts and change the text. ### Adding a translation +The preferred method for translating the app is to use Weblate: +https://hosted.weblate.org/engage/unexpected-keyboard/ + The `res/values-<language_tag>/strings.xml` file must be created by copying the default translation in `res/values/strings.xml`, which contain the structure of the file and the English strings. -To check that `strings.xml` is formatted correctly, run -`python sync_translations.py`. This will modify your files. - Store descriptions in `fastlane/metadata/android/` are updated automatically. Translating changelogs is not useful. |
