Skip to content

Commit 6a2f0f1

Browse files
author
did
committed
complete the Russian version of the engine (locomotivecms#188): add the Russian flag + translate the Russian word in all the other locales
1 parent 4a82935 commit 6a2f0f1

File tree

10 files changed

+15
-5
lines changed

10 files changed

+15
-5
lines changed

README.textile

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ h2. Gems
1919

2020
Here is a short list of main gems used in the application.
2121

22-
* Rails 3.0.9
23-
* Mongoid 2.0.2 (with MongoDB 1.6)
22+
* Rails 3.0.10
23+
* Mongoid 2.0.2 (with MongoDB 1.8)
2424
* Liquid
2525
* Devise
2626
* Carrierwave
@@ -34,8 +34,8 @@ See the "official website":http://www.locomotivecms.com
3434

3535
h2. Team
3636

37-
* Developers: "Didier Lafforgue":http://www.nocoffee.fr, "Jacques Crocker":http://www.railsjedi.com
38-
* 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)
37+
* Developers: "Didier Lafforgue":http://www.nocoffee.fr, "Jacques Crocker":http://www.railsjedi.com, "Mario Visic":http://www.mariovisic.com
38+
* 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)
3939
* UI Designer: "Sacha Greif":http://www.sachagreif.com
4040
* IE maintainer: "Alex Sanford":https://github.com/alexsanford
4141

config/locales/admin_ui.de.yml

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ de:
164164
it: "Italienisch"
165165
nl: "Holländer"
166166
es: "Spanisch"
167+
ru: "Russisch"
167168
ask_for_name: "Bitte gib deinen neuen Namen an"
168169

169170
theme_assets:

config/locales/admin_ui.en.yml

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ en:
175175
it: Italian
176176
nl: Dutch
177177
es: Spanish
178+
ru: Russian
178179
ask_for_name: "Please type your new name"
179180

180181
theme_assets:

config/locales/admin_ui.es.yml

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ es:
173173
it: Italiano
174174
nl: holandés
175175
es: Español
176+
ru: Ruso
176177
ask_for_name: "Por favor escriba su nuevo nombre"
177178

178179
theme_assets:

config/locales/admin_ui.fr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ fr:
176176
it: "en Italien"
177177
nl: "en Hollandais"
178178
es: en Espagnol
179+
ru: en Russe
180+
179181
ask_for_name: "Veuillez entrer le nouveau nom"
180182

181183
theme_assets:

config/locales/admin_ui.it.yml

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ it:
173173
it: Italiano
174174
nl: Olandese
175175
es: Spagnolo
176+
ru: Russo
176177
ask_for_name: "Prego, digita il tuo nome"
177178

178179
theme_assets:

config/locales/admin_ui.nl.yml

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ nl:
159159
pt-BR: "Braziliaans Portugees"
160160
it: Italiaans
161161
nl: Nederlands
162+
ru: Russisch
162163
ask_for_name: "Voer uw nieuwe naam in"
163164

164165
theme_assets:

config/locales/admin_ui.pt-BR.yml

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ pt-BR:
159159
it: Italiano
160160
nl: Holandês
161161
es: Espanhol
162+
ru: Russo
162163
ask_for_name: "Por favor preencha o novo nome"
163164

164165
theme_assets:

doc/changelogs/20110812.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
- fix carrierwave version to 0.5.6 (#163)
99
- has_many target is not exported correctly (issue #165) + fix the import module as well
1010
- XSS vulnerability when adding new content from the api_contents_controller (#170)
11-
- small bugs: #169, #171, #179
11+
- small bugs: #169, #171, #179
12+
- russian version (#188)
13+
-
403 Bytes
Loading

0 commit comments

Comments
 (0)