twine
twine copied to clipboard
Twine is a command line tool for managing your strings and their translations.
TL;DR: need advice to finish developing a Flutter formatter. Hi Sebastian, I am a mobile developer on a small Italian team that develops mostly native and we use twine on...
It seems like the parser for the jQuery localize format doesn't handle nested keys. I'm using i18next which seems to have a similar enough format to work. *Twine version:* 1.0.6...
I noticed that the fallback mapping is only used for the output and not for the input. This creates some troubles like exporting a set of files that cannot be...
Is there a way to make Twine generate the `%@` character sequence in the output localization files? By default `@` is replaced with `s`
I was follow the guide line. [link]( https://www.rubydoc.info/gems/twine/0.9.1#plugin-support) but has problem in android Output: * Execution failed for task ':app:generateStrings'. * Process 'command 'sh'' finished with non-zero exit value 1...
Hi Twine team, we've encountered an issue when using long string resource keys in our Android and iOS apps and although we have fixed it with a very easy Perl...
A feature request, we would love it twine supported plural forms. Something like: ``` [delete_things] en:one = Delete this object? en:other = Delete these objects? ``` Android has support for...
Hey, I am using twine in my Android project, and since AS 4.0 I get following recommendation: :app:twineToAndroid _This task runs on every build because it declares no outputs, which...
If would be very convenient to have a CSV formatter included with twine. Some translation services I have worked with before like requests to be in an MS Excel-ready format....
It would be great to have an option to use _Section Header_ as namespace for a key for strings. Example desired output: > "Login.loginButton" = "Login"; > "Login.emailAddressFieldHeader" = "Email...