scelis / twine

Twine is a command line tool for managing your strings and their translations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate-all-localization-files creating files in drawables too

shadowzaky opened this issue · comments

Hi I recently updated to the version 1.0.5 and ran my script to general all localization files on android. Here is what I ran:
twine generate-all-localization-files ../../../../tools/twinelocalizable/name-of-project/twine.txt ./src/main/res/ --format android --tags ~web_only,~ios,~ms,~osx_only -u;
After running that script it created more strings.xml in every drawable folder (this was not the case with 1.0.4)

Hi @shadowzaky

Thank you for the report. Is there any chance you could update this with reproduction steps? Can you list a few paths where Twine is writing files where they should not be written? Thank you.

Closing due to inactivity.