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

Add properties as export format #45

Closed nicolasbraun closed 4 years ago

nicolasbraun commented 4 years ago

Hello 👋

Need

I have a project (reactNative for info) in which the string are stored as java properties (base format for https://github.com/mozilla/pontoon) so i need to export my locales in this format

Solution

Just added this export format. As it is a flat format currently plurals are just ignored

jvigne commented 4 years ago

@nicolasbraun Thank you for this PR. It's nice to discover this new format