François Benaiteau
François Benaiteau
Hi, can you post your .strings files and config?
Works fine to me, see console steps below: 
What's your operating system? version?
can you please attach the file you're using?
Hi @MarcinMoskala , Is it on the Android part? Could it be related to https://github.com/netbe/Babelish/pull/79? Also would it make sense to remove escaping completely for Android? or leave it as...
@ExPl0siF could you be more specific about what you expect? @filippodelfra `default_lang` option is supposed to be fallback on values (if a value is not translated it will use the...
@ctarabusi sure just check the unit tests on travis, they are not passing right now. Also if you care to help on the android stuff, #79 #74, #73
Hey @ctarabusi, please rebase with master and fix tests: ``` Failure: test_converting_csv_with_special_chars(TestCSV2Android) /Users/netbe/Code/Babelish/test/babelish/test_csv2android.rb:19:in `test_converting_csv_with_special_chars' 16: converter = Babelish::CSV2Android.new(csv_file, "german" => "de") 17: converter.convert 18: assert File.exist?("values-de/strings.xml"), "the ouptut file does...
@ctarabusi any interest in finishing/commenting on the state of this?
@tylerjames I never had this case, but I would expect the comments to be the same on both files since strings files are usually manipulated by developers. Besides if you...