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
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.
After updating from ad_localize
3.5.0
to4.0.3
I noticed option--only -o
seems not to work anymore. Using command like:will generate
exports/android
but alsoexports/ios|json|properties|yml
when it should only generateexports/android
. This is not a blocking issue has I can move / delete these extra folder easily after import wordings.