complete the Russian version of the engine (#188): add the Russian flag + translate the Russian word in all the other locales
This commit is contained in:
parent
4a82935b46
commit
6a2f0f17dd
@ -19,8 +19,8 @@ h2. Gems
|
||||
|
||||
Here is a short list of main gems used in the application.
|
||||
|
||||
* Rails 3.0.9
|
||||
* Mongoid 2.0.2 (with MongoDB 1.6)
|
||||
* Rails 3.0.10
|
||||
* Mongoid 2.0.2 (with MongoDB 1.8)
|
||||
* Liquid
|
||||
* Devise
|
||||
* Carrierwave
|
||||
@ -34,8 +34,8 @@ See the "official website":http://www.locomotivecms.com
|
||||
|
||||
h2. Team
|
||||
|
||||
* Developers: "Didier Lafforgue":http://www.nocoffee.fr, "Jacques Crocker":http://www.railsjedi.com
|
||||
* Contributors: "Dirk Kelly":http://www.dirkkelly.com, "Mario Visic":http://www.mariovisic.com, "Raphael Costa":http://raphaelcosta.net (Brazilian Portuguese translation), "Bernd Hauser":http://www.designhunger.de (German translation), "Andrea Frigido":http://www.frisoft.it (Italian translation), "Enrique García":https://github.com/kikito (Spanish translation), "Lars Smit":https://github.com/larssmit (Dutch translation)
|
||||
* Developers: "Didier Lafforgue":http://www.nocoffee.fr, "Jacques Crocker":http://www.railsjedi.com, "Mario Visic":http://www.mariovisic.com
|
||||
* Contributors: "Dirk Kelly":http://www.dirkkelly.com, "Raphael Costa":http://raphaelcosta.net (Brazilian Portuguese translation), "Bernd Hauser":http://www.designhunger.de (German translation), "Andrea Frigido":http://www.frisoft.it (Italian translation), "Enrique García":https://github.com/kikito (Spanish translation), "Lars Smit":https://github.com/larssmit (Dutch translation), "PitOn":https://github.com/GarPit (Russian translation)
|
||||
* UI Designer: "Sacha Greif":http://www.sachagreif.com
|
||||
* IE maintainer: "Alex Sanford":https://github.com/alexsanford
|
||||
|
||||
|
@ -164,6 +164,7 @@ de:
|
||||
it: "Italienisch"
|
||||
nl: "Holländer"
|
||||
es: "Spanisch"
|
||||
ru: "Russisch"
|
||||
ask_for_name: "Bitte gib deinen neuen Namen an"
|
||||
|
||||
theme_assets:
|
||||
|
@ -175,6 +175,7 @@ en:
|
||||
it: Italian
|
||||
nl: Dutch
|
||||
es: Spanish
|
||||
ru: Russian
|
||||
ask_for_name: "Please type your new name"
|
||||
|
||||
theme_assets:
|
||||
|
@ -173,6 +173,7 @@ es:
|
||||
it: Italiano
|
||||
nl: holandés
|
||||
es: Español
|
||||
ru: Ruso
|
||||
ask_for_name: "Por favor escriba su nuevo nombre"
|
||||
|
||||
theme_assets:
|
||||
|
@ -176,6 +176,8 @@ fr:
|
||||
it: "en Italien"
|
||||
nl: "en Hollandais"
|
||||
es: en Espagnol
|
||||
ru: en Russe
|
||||
|
||||
ask_for_name: "Veuillez entrer le nouveau nom"
|
||||
|
||||
theme_assets:
|
||||
|
@ -173,6 +173,7 @@ it:
|
||||
it: Italiano
|
||||
nl: Olandese
|
||||
es: Spagnolo
|
||||
ru: Russo
|
||||
ask_for_name: "Prego, digita il tuo nome"
|
||||
|
||||
theme_assets:
|
||||
|
@ -159,6 +159,7 @@ nl:
|
||||
pt-BR: "Braziliaans Portugees"
|
||||
it: Italiaans
|
||||
nl: Nederlands
|
||||
ru: Russisch
|
||||
ask_for_name: "Voer uw nieuwe naam in"
|
||||
|
||||
theme_assets:
|
||||
|
@ -159,6 +159,7 @@ pt-BR:
|
||||
it: Italiano
|
||||
nl: Holandês
|
||||
es: Espanhol
|
||||
ru: Russo
|
||||
ask_for_name: "Por favor preencha o novo nome"
|
||||
|
||||
theme_assets:
|
||||
|
@ -9,3 +9,5 @@
|
||||
- has_many target is not exported correctly (issue #165) + fix the import module as well
|
||||
- XSS vulnerability when adding new content from the api_contents_controller (#170)
|
||||
- small bugs: #169, #171, #179
|
||||
- russian version (#188)
|
||||
-
|
BIN
public/images/admin/icons/flags/ru.png
Normal file
BIN
public/images/admin/icons/flags/ru.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 403 B |
Loading…
Reference in New Issue
Block a user