ruby on rails - Sync between locale files -


I have two languages ​​yml files like en.yml and es.yml. Whenever I add some keys to en.yml, I do not want to manually copy wires from en.yml to es.yml.

For example

  en key1: "message1" key2: "message2" es: key1: "message1"   

When I should have some work connected to key2 es.yml

Try screencast is hopefully your Can help

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -