android-lang-tool icon indicating copy to clipboard operation
android-lang-tool copied to clipboard

Tool for exporting and importing Android string resources for translation

Results 9 android-lang-tool issues
Sort by recently updated
recently updated
newest added

When we are importing back to project, it removes comments which we are using to group everything together. Which is a show stopper for us :(

this commit fixes the issue when you have multiple xml files specified in command line https://github.com/TomasKypta/android-lang-tool/issues/6 Normally the rows are being overwritten by next file, not appended on the bottom...

Seems like the rowIndex variable always = 1 when start processing each string file.

Before export `%d sec` After translation import ` %d sec`

I stumbled across your tool and it seems like an incredibly useful addition. Unfortunately I didn't manage to properly work with product flavor XML tags, e.g. this: ``` xml Tablet...

it should be possible to map several keys. Want I need it to map for all the keys a special character, and to convert it to another. It would be...

Hello! This PR fixes several important (for me) bugs in exporting and importing. Such as: - preserve cdata tag during import/export - prevent double slash escapes after several export/import actions...

Validate that the sets of formatting arguments are identical for all languages.

enhancement

For some reason `listFiles` decided to list `values-el-rGR` before `values`. This meant `keysIndex` was not set, leading to a null pointer exception. Fixed by first processing the `values` dir, and...