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">Patrocinadores</string>
|
||||
<string name="upgrade_foss_sponsor_subtitle">Sin anuncios. Sin rastreo. Sin dependencia de Google Play.</string>
|
||||
<string name="upgrade_foss_sponsor_returned_early">¿Ya de vuelta? Tu apoyo mantiene CAPod vivo.</string>
|
||||
<string name="upgrade_badge_label">FOSS</string>
|
||||
<string name="upgrade_foss_supporter_since">Colaborador desde %s</string>
|
||||
<string name="upgrade_foss_supporter_thanks">¡Gracias por apoyar el desarrollo de CAPod!</string>
|
||||
<string name="upgrade_foss_sponsor_again_action">Abrir página de patrocinio</string>
|
||||
|
||||
Reference in New Issue
Block a user