assaf / vanity

Experiment Driven Development for Ruby
http://vanity.labnotes.org
MIT License
1.55k stars 269 forks source link

Fix Russian locale file key #365

Closed danwilliams-fl closed 4 years ago

danwilliams-fl commented 4 years ago

When loading the Vanity dashboard with an English locale, all the interface text was being shown in Russian.

We think this is because the Russian locale file uses the en: key, and as it loads after the English locale it is overwriting the English values.

We've updated the Russian locale to use the ru: key.

danwilliams-fl commented 4 years ago

Just bumping this, any chance of getting this reviewed please?