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
Post a Comment