MIUIAndroid.com language repo XML checker - Automated bughunting


redmaner

translators.xiaomi.eu maintainer
Staff member
Jan 12, 2013
537
182
This is for our translators, for those who make our multilanguage ROMS possible every week!

Every week the MIUIAndroid team (ingbrzy in general) spends a lot of time to solve bugs that slip in during translating.
These bugs are mostly non closing tags (with <>), double tags or "+" before a tag (copied over during translating).

Ingbrzy builds multilanguage roms every day to keep it clean, so we make the deadline on friday as we always do.
Building ROMS takes time, so I made a tool that checks for the above errors for all languages in less then a minute.

One regular repo takes about 1 - 5 seconds to check with this tool.
We want to share this tool with our translaters so we can narrow down our small mistakes.


Check the errors in your repository HERE

Code: GitHub

Supported languages
Code:
ar=Arabic
pt_rBR=Brazilian-Portuguese
bg=Bulgarian
cs=Czech
da=Danish
nl=Dutch
en=English
fr=French
de=German
el=Greek
hu=Hungarian
in=Indonesian
it=Italian
ko=Korean
nb=Norwegian
pl=Polish
ro=Romanian
ru=Russian
sk=Slovak
es=Spanish
sv=Swedish
th=Thai
tr=Turkish
uk=Ukrainian
vi=Vietnamese

Understanding the log
The log requires some explanation:

Code:
/home/translators.xiaomi.eu/scripts/languages/it/Italian/device/aries/FM.apk/res/values-it/strings.xml
17: <string name="menu_save_station">Salva stazione</string> 157: <string name="menu_save_station">Salva stazione</string>
This means there are doubles. In this case in Italian REPO: Italian/device/aries/FM.apk/res/values-it/strings.xml,
In this file the string name menu_save_station is present on line 17 and 157. You have to remove one.

Code:
languages/ru/Russian/device/H958/Settings.apk/res/values-ru/strings.xml languages/ru/Russian/device/H958/Settings.apk/res/values-ru/strings.xml:2283: parser error : expected '>' ^
This means there is a tag not closed. Search near the displayed linenumber.
In this case near line 2283 of Russian/device/H958/Settings.apk/res/values-ru/strings.xml

Code:
languages/nl/Dutch/main/DownloadProvider.apk/res/values-nl/strings.xml 14:+  <string name="notification_filename_extras">" en nog %d meer"</string>
In the final case this means there is a "+" before a tag.
In this case on line 14 of Dutch/main/DownloadProvider.apk/res/values-nl/strings.xml
 
Last edited:
  • Like
Reactions: Poney70
I've translated the latest version of the system MIUI 8
I want to add the Arabic language in the next version
Full localization rate of 99%

MIUI 8 Arabic




xiaomi redmi pro
 

Attachments

  • MIUI 8 Arabic.zip
    1.2 MB · Views: 328

Similar threads

  • Locked
HyperOS 1.0 24.3.4
Replies
150
Views
42K
  • Locked
HyperOS 1.0 24.2.26
Replies
161
Views
49K
  • Locked
HyperOS 1.0 24.1.29
Replies
227
Views
120K
  • Locked
HyperOS 1.0 24.1.22
Replies
193
Views
65K