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

Plurals exported for android even if values are not present #17

Closed felginep closed 4 years ago

felginep commented 4 years ago

If you add a language to the test example, and a value for the key save, the result will be

<resources>
    <string name="save">"Save"</string>
    <plurals name="assess_rate_trip_voiceover"/>
</resources>

The line assess_rate_trip_voiceover should not appear in the result because there is no translation in this language.