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">Sponsorēt attīstību</string>
|
||||
<string name="upgrade_foss_sponsor_subtitle">Bez reklamām. Bez izsekošanas. Bez Google Play saistībām.</string>
|
||||
<string name="upgrade_foss_sponsor_returned_early">Jau atpakaļ? Tavs atbalsts uztur CAPod esamību.</string>
|
||||
<string name="upgrade_badge_label">FOSS</string>
|
||||
<string name="upgrade_foss_supporter_since">Atbalstītājs kopš %s</string>
|
||||
<string name="upgrade_foss_supporter_thanks">Paldies, ka atbalsti CAPod izstrādi!</string>
|
||||
<string name="upgrade_foss_sponsor_again_action">Atvērt sponsorēšanas lapu</string>
|
||||
|
||||
Reference in New Issue
Block a user