mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
fix(ui): Stop translating the flavor brand labels
"FOSS" is the flavor's name, not prose. Locale copies of the FOSS badge and of the composed "CAPod FOSS" title had drifted - some translated the word, one Thai entry into an unrelated word entirely - all of it shown as the app's own brand. Both base entries are now translatable="false" and every locale copy is gone; with the flag set, any remaining locale entry would trip a fatal ExtraTranslation in the release lint. The GPlay "Pro" badge is prose and stays translated.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<string name="upgrade_foss_sponsor_action">開発支援者</string>
|
||||
<string name="upgrade_foss_sponsor_subtitle">広告なし。追跡なし。Google Play依存なし。</string>
|
||||
<string name="upgrade_foss_sponsor_returned_early">もう戻りますか?あなたのサポートがCAPodを支えています。</string>
|
||||
<string name="upgrade_badge_label">FOSS</string>
|
||||
<string name="upgrade_foss_supporter_since">%sからのサポーター</string>
|
||||
<string name="upgrade_foss_supporter_thanks">CAPodの開発を支援していただきありがとうございます!</string>
|
||||
<string name="upgrade_foss_sponsor_again_action">スポンサーページを開く</string>
|
||||
|
||||
Reference in New Issue
Block a user