mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-02 16:20:57 +02:00
Merge Crowdin changes per key so translations from PR #531 are retained without dropping localization keys added on main. Normalize locale filenames for Flutter, keep incomplete languages behind the 70% production threshold, and retain them in Crowdin for continued translation.
28 lines
826 B
YAML
28 lines
826 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).
|
|
# Keep every Crowdin locale mapped even while it is below the UI's
|
|
# 70% threshold. This lets translators keep making progress without
|
|
# exposing incomplete locales in production builds.
|
|
ar: ar
|
|
de: de
|
|
es-ES: es_ES
|
|
fr: fr
|
|
hi: hi
|
|
id: id
|
|
it: it
|
|
ja: ja
|
|
ko: ko
|
|
nl: nl
|
|
pt-PT: pt_PT
|
|
ru: ru
|
|
tr: tr
|
|
uk: uk
|
|
zh-CN: zh_CN
|
|
zh-TW: zh_TW
|