strings: Merge non-translatable strings into main strings file

Use appropriate translation flag instead of new file

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-01-02 12:28:23 +07:00
parent 207c57832f
commit f9f2299207
2 changed files with 5 additions and 29 deletions

View File

@@ -19,6 +19,11 @@
~
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" translatable="false">"Aurora Store"</string>
<string name="app_list_rating" translatable="false">"%1$s • %2$s★ • %3$s"</string>
<string name="download_speed_bytes" translatable="false">%1$d B/s</string>
<string name="download_speed_kb" translatable="false">%1$s KB/s</string>
<string name="download_speed_mb" translatable="false">%1$s MB/s</string>
<string name="about_wiki_title">Wiki</string>
<string name="about_wiki_summary">Find answers to frequently asked questions (F.A.Q.), troubleshooting steps and more</string>
<string name="about_bhim">"BHIM - UPI"</string>