A tool to translate Android App easily.
When I translate Tap,Tap, it took me some time to compare which strings were added, which were updated.
I thought it was a hassle, so I wrote this little tool.
EasyAndroidTranslate
Or build your own one use this repo.
Just paste your source
strings.xml content into the left input box. For example: RnOpenGApps strings.xml
Then press the button Start Translating
, you will see a table with extracted strings.
Input the translated strings into the table.
Press the button Generate Strings
to get a useful strings.xml you want. Click the copy button to make it easier
Paste your source
strings.xml content in the left input box.(Same as above)
Then paste your translated
strings.xml content into the right input box.
Press the button Update Translation
, you will see a table with extracted strings.
Modify the translated strings in the table(Maybe the text is different). And complete the new strings that you didn't translate. (Notice: Yellow items
: The translated text is the same as the source text. Red items
: not translated)
Press the button Generate Strings
to get a useful strings.xml you want. Click the copy button to make it easier
npm install
npm run serve
npm run build