Sebastian Celis

Results 39 comments of Sebastian Celis

Closing this as a CSV formatter should probably be done in a [plugin](https://github.com/scelis/twine/blob/main/documentation/formatters.md).

@sebastianludwig That sounds good to me! Thanks for looking into Android & iOS.

Hello, is this still an issue? Can you please provide a sample twine file and command that demonstrates your issue? `%@` should be used for iOS localization files. Android uses...

Hello. I think there may be a bug here where we should consume the developer language before consuming all of the other languages in the project. You can work around...

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...

I wonder if there is an issue with text encoding or line endings. Can you try with a new file you create on your Mac itself? Just a basic one...

@kirtigiripunje I am not really familiar with how you are integrating twine with your Android build tasks. Twine is at its heart a command line tool and how you integrate...

I am unable to reproduce using your strings.txt file: ``` ~/tmp $ bundle exec twine --version Twine version 1.1 ~/tmp $ bundle exec twine generate-all-localization-files strings.txt res/ -r --format android...

Oh, the `strings1.txt` file you uploaded above does not contain any tags on its single string. So selecting `--tags android` would cause no strings to be written.