faberNovel / ad_localize

ADLocalize is a simple way to manage your localization files. Supported wording sources : CSVs and Google Sheets. Localization file generation available for iOS, Android, JSON (i18next), YAML and Java properties
https://rubygems.org/gems/ad_localize
MIT License
24 stars 8 forks source link

--only option seems to be ignored on 4.0.3 #55

Closed vincentbrison closed 4 years ago

vincentbrison commented 4 years ago

After updating from ad_localize 3.5.0 to 4.0.3 I noticed option --only -o seems not to work anymore. Using command like:

bundle exec ad_localize -o android -k <my-spreadsheet-key>

will generate exports/android but alsoexports/ios|json|properties|yml when it should only generate exports/android. This is not a blocking issue has I can move / delete these extra folder easily after import wordings.

felginep commented 4 years ago

+1 This is blocking