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"> <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_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_wiki_summary">Find answers to frequently asked questions (F.A.Q.), troubleshooting steps and more</string>
<string name="about_bhim">"BHIM - UPI"</string> <string name="about_bhim">"BHIM - UPI"</string>

View File

@@ -1,29 +0,0 @@
<!--
~ Aurora Store
~ Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
~
~ Aurora Store is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 2 of the License, or
~ (at your option) any later version.
~
~ Aurora Store is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
~
-->
<resources>
<string name="app_name">"Aurora Store"</string>
<string name="app_list_rating">"%1$s • %2$s★ • %3$s"</string>
<string name="app_view_rating">"%1$s • %2$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>
</resources>