Babelish
Babelish copied to clipboard
Chaotically confused, like Babel
I tried to convert file Localized.strings(japanese) to csv using command "strings2csv". It's work but I cant read text in csv. Output is below: aaa 使用許諾へ同意のご確認 bbb 同意して登録画面へ進む Because key is...
For android strings.xml it is possible to use plurals: https://developer.android.com/guide/topics/resources/string-resource#Plurals But when exporting to CSV this item is missing. Example: ` text_string ` And result won't have item with 'plural_name'...
### Added - csv2yaml convertor
When I run the help I get this error: ``` docker run netbe/babelish babelish help /code/lib/babelish.rb:27:in `require': cannot load such file -- babelish/keys (LoadError) from /code/lib/babelish.rb:27:in `' from /code/bin/babelish:3:in `require'...
First thank you for your project, which is really helpful and time economiser. I have french localization inside my CSV file, and when I just replace the file inside my...
Babelish could remove the `.babelish.token` if invalid and prompt for new token #111
should fix https://github.com/netbe/Babelish/issues/130 - [ ] fix existing tests - [ ] handle existing escaped charaters - [ ] handle limited html (`` for instance)
Hi, I've added the management of default language in csv2android command. If a default language is set, the translations will be stored in the "values" folder. Also, I have added...
Superseeds #109. rebased with master
In generated strings.xml files for Android, tabs are used instead of spaces for indentation causing Android Studio to complain. Can a config flag be added that'll help developers adhere to...