1
0
Fork 0

Full CI validation (#183)

* validateDictionaries gradle task now makes use of caching for much faster builds

* lowered the severity of missing translations linting rule 

* fixed some more errors in the translations

* added linting task to the GitHub CI validation workflow

* enabled GitHub CI validation on push to master
This commit is contained in:
Dimo Karaivanov 2023-02-13 11:17:16 +02:00 committed by GitHub
parent 4749990d44
commit 9e46213454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 104 additions and 79 deletions

View file

@ -49,5 +49,5 @@
<string name="dictionary_truncated">Словник успішно очищено.</string>
<string name="dictionary_missing_go_load_it">Немає словника для мови «%1$s». Перейдіть до Налаштувань, щоб завантажити його.</string>
<string name="dictionary_load_bad_char">Помилка завантаження. Недійсне слово «%1$s» в рядку %2$d мови «%3$s».</string>
<string name="add_word_field_placeholder">Введіть слово...</string>
<string name="add_word_field_placeholder">Введіть слово</string>
</resources>