BarelElbaz / AndroidStringsTranslator

A python app for translating 'strings.xml' files to another language using by another strings files dependencies that already translated
0 stars 0 forks source link

Exceptions handling #1

Open BarelElbaz opened 4 years ago

BarelElbaz commented 4 years ago

In android string xmls

1. not every element is from type string()

*)check plurals

examples:

<item type="string" name="APKTOOL_DUMMY_1747">false</item>

Taked from input file

2. there are some Elements that have multiple attributes(not only "name") examples:

<string name="radioInfo_data_connected" msgid="7074301157399238697">"מחובר"</string>

taked from some dependency

KobiDeveleapA commented 2 years ago

Fix this bug ASAP