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

Allows to merge multiple CSV into on wording files #43

Closed sjcqs closed 4 years ago

sjcqs commented 4 years ago

Fix #38

Files are read the order they are pass, Google Spreadsheet sheets the order of the sheets.

In case of collision:

sjcqs commented 4 years ago

Rebase and mark ready once #42 is merged.