Locale/localeapp

Add `localeapp cp`

aaronjensen opened this issue · 4 comments

Once a key/string is in production in our environment it is not safe to remove it or rename it. Our typical rename workflow is that we copy key1 to key2, deploy, then delete key1. We wrote a small script to do the copy for us, but it would be nice if it were built in to locale, so I could just do:

$ localeapp cp key1 key2

Hi @aaronjensen,

Thanks for this idea, we just added it to our features todo list. Feel free to submit a PR if you have some working and tested code, indeed 😃

Any update on this?

Hi @Zaifor,

This feature will be available in a couple of days. I will let you know when it will be released !

This is finally fixed in gem version 3.1.0, we hope you'll enjoy it.