Create rails locale yaml file automatically?

Is it possible to create / update locale yaml file using rails application?

If so, will it automatically get pulled into the boot path in some way, since I don't want to restart to make new changes?

Is it capable, and if so, how? or is there a better way?

I am using mongodb as db.

thanks rick

+3
source share
1 answer
+1
source

Source: https://habr.com/ru/post/1756062/


All Articles