refactor(upgrade): Move the title template out of the flavour source sets

Arrangement is a property of the language, not the flavour, so the key
now lives once in main alongside app_name. The qualifier stays
flavour-specific: only the word order and punctuation move.

FOSS consequently inherits each language's arrangement instead of being
frozen at the default order.
This commit is contained in:
darken
2026-08-07 18:27:33 +02:00
committed by Matthias Urhahn
parent 7cbcde50d3
commit 6b358cb101
77 changed files with 0 additions and 231 deletions
-3
View File
@@ -8,9 +8,6 @@
<string name="upgrade_foss_sponsor_subtitle">No ads. No tracking. No Google Play lock-in.</string>
<string name="upgrade_foss_sponsor_returned_early">Back already? Your support keeps CAPod alive.</string>
<string name="upgrade_badge_label" translatable="false">FOSS</string>
<!-- Upgraded app title. %1$s is the app name, %2$s the tier qualifier ("FOSS"). Not translated:
the FOSS flavor pins its qualifier, so the default order is the only one it ever needs. -->
<string name="app_name_upgraded_template" translatable="false">%1$s %2$s</string>
<string name="upgrade_foss_supporter_since">Supporter since %s</string>
<string name="upgrade_foss_supporter_thanks">Thank you for supporting CAPod\'s development!</string>
<string name="upgrade_foss_sponsor_again_action">Open sponsor page</string>