mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-02 17:18:36 +02:00
Follow-up to the arb removal: unmap ar/hi/ko/nl/zh-CN/zh-TW in crowdin.yml so crowdin pull does not recreate them, trim the dead entries from both language pickers, and add the missing uk entry to the setup-screen picker.
21 lines
710 B
YAML
21 lines
710 B
YAML
files:
|
|
- source: /lib/l10n/arb/app_en.arb
|
|
translation: /lib/l10n/arb/app_%locale%.arb
|
|
languages_mapping:
|
|
locale:
|
|
# Keys MUST be the project's Crowdin language ids; values are the
|
|
# %locale% suffix used in app_%locale%.arb (underscores so Flutter
|
|
# gen-l10n parses them — hyphenated filenames break gen-l10n).
|
|
# Locales below the 70% translation threshold (ar, hi, ko, nl,
|
|
# zh-CN, zh-TW) are unmapped so `crowdin pull` doesn't recreate
|
|
# their arb files; re-add a mapping line when one qualifies.
|
|
de: de
|
|
es-ES: es_ES
|
|
fr: fr
|
|
id: id
|
|
ja: ja
|
|
pt-PT: pt_PT
|
|
ru: ru
|
|
tr: tr
|
|
uk: uk
|