txty-io / texterify

The translation and localization management system.
https://texterify.com
Other
171 stars 14 forks source link

Configurable uppercase/lowercase key names during export #76

Open chrztoph opened 2 years ago

chrztoph commented 2 years ago

It'd be great to have an option to be able to either apply uppercase or lowercase to the keys when exporting. Sometimes different platforms follows different guidelines / best practices. You could even go further by allowing other formatting options such as camel case, snake case.

A concrete example we have at the moment is that our iOS app uses uppercased keys whereas our Android project uses lowercased keys. I know we could easily write a script on our end that will change it from uppercase to lowercase (or the other way around), but I think it'd be nice to have some sort of customisation directly in the export tool.

In our case, all our keys are snake case on both platforms, but I've seen other projects where the keys would use different formats on different platforms.

See #72.

Thanks @Nonouf for the feedback.