⚠️ This project is not maintained anymore so please, use attranslate instead.
Bruno is a small tool to convert your Localizable.strings (iOS) files into strings.xml (Android) and vice versa.
To install Bruno:
gem install bruno
From iOS to Android:
bruno convert --in Localizable.strings --out strings.xml
Or, if you already have the strings.xml file:
bruno convert --in strings.xml --out Localizable.strings
Bruno will detect automatically the format for you, so the name of the file does not matter.
- Support for comments
- Handle invalid formats of files
It should work with any Ruby 2.X version but Travis is testing:
- 2.5.1
- 2.4.4
- 2.3.7
- 2.1.2
Simplified gemspec
Internal refactoring for cleaner code
Updated dependencies
Improved code, fixed some minor mistakes
First release
Fork the project and install all the dependencies with:
bundle
To run the tests:
rake
To see available tasks:
bundle exec rake -T
José M. Gilgado
MIT License