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:
@@ -183,7 +183,6 @@
|
||||
<!-- Strings from app-common -->
|
||||
<string name="app_name">كابود</string>
|
||||
<string name="app_name_pro">كابود – النسخة الاحترافية</string>
|
||||
<string name="app_name_foss">كابود – البرمجيات الحرة والمفتوحة المصدر</string>
|
||||
<string name="general_value_not_available_label">غ/م</string>
|
||||
<string name="general_error_label">خطأ</string>
|
||||
<string name="general_grant_permission_action">منح الإذن</string>
|
||||
|
||||
Reference in New Issue
Block a user