gettext 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. data/ChangeLog +46 -0
  2. data/NEWS +9 -0
  3. data/README +28 -25
  4. data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
  5. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  6. data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
  7. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  8. data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
  9. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  10. data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
  11. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  12. data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
  13. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  14. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  15. data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
  16. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  17. data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
  18. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  19. data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
  20. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  21. data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
  22. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  23. data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
  24. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  25. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  26. data/lib/gettext/mo.rb +31 -10
  27. data/lib/gettext/parser/activerecord.rb +15 -4
  28. data/lib/gettext/poparser.rb +2 -2
  29. data/lib/gettext/rails.rb +14 -5
  30. data/lib/gettext/string.rb +6 -1
  31. data/lib/gettext/textdomain.rb +33 -4
  32. data/lib/gettext/version.rb +1 -1
  33. data/po/cs/rails.po +16 -16
  34. data/po/cs/rgettext.po +2 -2
  35. data/po/de/rails.po +16 -16
  36. data/po/de/rgettext.po +2 -2
  37. data/po/el/rails.po +16 -16
  38. data/po/el/rgettext.po +2 -2
  39. data/po/es/rails.po +16 -16
  40. data/po/es/rgettext.po +2 -2
  41. data/po/fr/rails.po +16 -16
  42. data/po/fr/rgettext.po +2 -2
  43. data/po/it/rgettext.po +2 -2
  44. data/po/ja/rails.po +16 -16
  45. data/po/ja/rgettext.po +2 -2
  46. data/po/ko/rails.po +16 -16
  47. data/po/ko/rgettext.po +2 -2
  48. data/po/nl/rails.po +16 -16
  49. data/po/nl/rgettext.po +2 -2
  50. data/po/pt_BR/rails.po +16 -16
  51. data/po/pt_BR/rgettext.po +2 -2
  52. data/po/rails.pot +16 -16
  53. data/po/rgettext.pot +2 -2
  54. data/po/ru/rails.po +82 -0
  55. data/po/ru/rgettext.po +103 -0
  56. data/po/sv/rgettext.po +2 -2
  57. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo +0 -0
  58. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo +0 -0
  59. data/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo +0 -0
  60. data/samples/cgi/locale/ru/LC_MESSAGES/main.mo +0 -0
  61. data/samples/cgi/po/ru/helloerb1.po +58 -0
  62. data/samples/cgi/po/ru/helloerb2.po +50 -0
  63. data/samples/cgi/po/ru/hellolib.po +22 -0
  64. data/samples/cgi/po/ru/main.po +82 -0
  65. data/samples/locale/ru/LC_MESSAGES/hello.mo +0 -0
  66. data/samples/locale/ru/LC_MESSAGES/hello2.mo +0 -0
  67. data/samples/locale/ru/LC_MESSAGES/hello_noop.mo +0 -0
  68. data/samples/locale/ru/LC_MESSAGES/hello_plural.mo +0 -0
  69. data/samples/locale/ru/LC_MESSAGES/helloglade2.mo +0 -0
  70. data/samples/locale/ru/LC_MESSAGES/hellogtk.mo +0 -0
  71. data/samples/locale/ru/LC_MESSAGES/hellotk.mo +0 -0
  72. data/samples/po/ru/hello.po +22 -0
  73. data/samples/po/ru/hello2.po +30 -0
  74. data/samples/po/ru/hello_noop.po +26 -0
  75. data/samples/po/ru/hello_plural.po +25 -0
  76. data/samples/po/ru/helloglade2.po +30 -0
  77. data/samples/po/ru/hellogtk.po +22 -0
  78. data/samples/po/ru/hellotk.po +22 -0
  79. data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
  80. data/samples/rails/locale/ru/LC_MESSAGES/gettext_plugin.mo +0 -0
  81. data/samples/rails/po/ru/blog.po +108 -0
  82. data/samples/rails/po/ru/gettext_plugin.po +26 -0
  83. data/test/gettext_test_locale.rb +1 -1
  84. data/test/gettext_test_rails.rb +1 -1
  85. metadata +44 -2
@@ -0,0 +1,22 @@
1
+ # translation of hello.po to Russian
2
+ # Hello World -- a sample for Ruby-GetText-Package
3
+ # Copyright (C) 2001-2006 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: ruby-gettext 1.1.1\n"
10
+ "POT-Creation-Date: 2001-12-24 01:30:54+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:44+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: ../hello.rb:7
20
+ msgid "Hello World\n"
21
+ msgstr "Здравствуй, мир\n"
22
+
@@ -0,0 +1,30 @@
1
+ # translation of hello2.po to Russian
2
+ # Hello World 2 -- sample for ruby-gettext-package
3
+ # Copyright (C) 2002-2006 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: ruby-gettext 1.1.1\n"
10
+ "POT-Creation-Date: 2002-01-01 03:05:08+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:15+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: hello2.rb:9
20
+ msgid "World"
21
+ msgstr "мир"
22
+
23
+ #: hello2.rb:8
24
+ msgid "One is %d\n"
25
+ msgstr "Один пишется как %d\n"
26
+
27
+ #: hello2.rb:9
28
+ msgid "Hello %s\n"
29
+ msgstr "Здравствуй %s\n"
30
+
@@ -0,0 +1,26 @@
1
+ # translation of hello_noop.po to Russian
2
+ # Hello World noop -- sample for ruby-gettext-package
3
+ # Copyright (C) 2002-2006 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: ruby-gettext 1.1.1\n"
10
+ "POT-Creation-Date: 2002-02-21 23:23:08+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:43+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: hello_noop.rb:8
20
+ msgid "Hello World"
21
+ msgstr "Здравствуй, мир"
22
+
23
+ #: hello_noop.rb:8
24
+ msgid "Hello World2"
25
+ msgstr "Здравствуй, мир2"
26
+
@@ -0,0 +1,25 @@
1
+ # translation of hello_plural.po to Russian
2
+ # hello_plural.po - sample for plural messages
3
+ # Copyright (C) 2002-2006 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: ruby-gettext 1.1.1\n"
10
+ "POT-Creation-Date: 2002-10-21 15:32:15+0900\n"
11
+ "PO-Revision-Date: 2006-04-18 19:27+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=2; plural=n == 1 ? 0 : 1;\n"
18
+ "X-Generator: KBabel 1.9.1\n"
19
+
20
+ #: hello_plural.rb:11
21
+ msgid "There is an apple.\n"
22
+ msgid_plural "There are %d apples.\n"
23
+ msgstr[0] "Вот яблоко.\n"
24
+ msgstr[1] "Вот %d яблок.\n"
25
+
@@ -0,0 +1,30 @@
1
+ # translation of helloglade2.po to Russian
2
+ # helloglade2.po - sample for Ruby/Libglade2
3
+ # Copyright (C) 2005,2006 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: ruby-gettext 1.1.1\n"
10
+ "POT-Creation-Date: 2004-07-03 23:38+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:27+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: helloglade2.glade:8
20
+ msgid "window1"
21
+ msgstr "окно1"
22
+
23
+ #: helloglade2.glade:29
24
+ msgid "first line\nsecond line\nthird line"
25
+ msgstr "первая строка\nвторая строка\nтретья строка"
26
+
27
+ #: helloglade2.glade:53
28
+ msgid "<Hello world>"
29
+ msgstr "<Здравствуй мир>"
30
+
@@ -0,0 +1,22 @@
1
+ # translation of hellogtk.po to Russian
2
+ # Hello World for Ruby/GTK -- sample for ruby-gettext-package
3
+ # Copyright (C) 2001-2006 Masao Mutoh <mutoh@highway.ne.jp>#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: ruby-gettext 1.1.1\n"
10
+ "POT-Creation-Date: 2001-12-24 01:52:10+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:28+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: ../hellogtk.rb:14
20
+ msgid "hello, gtk world"
21
+ msgstr "Здравствуй, мир gtk"
22
+
@@ -0,0 +1,22 @@
1
+ # translation of hellotk.po to Russian
2
+ # hellotk.po - sample for Ruby/TK
3
+ # Copyright (C) 2004 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: ruby-gettext 1.1.1\n"
10
+ "POT-Creation-Date: 2004-11-05 21:38+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:45+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: hellotk.rb:10
20
+ msgid "hello, tk world"
21
+ msgstr "Здравствуй, мир tk"
22
+
@@ -0,0 +1,108 @@
1
+ # translation of blog.po to Russian
2
+ # GetText Sample Blog on RoR.
3
+ # Copyright (C) 2005 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: blog 1.1.0\n"
10
+ "POT-Creation-Date: 2006-01-19 16:49+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:07+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: app/helpers/blog_helper.rb:43
20
+ msgid "Ruby Links"
21
+ msgstr "Ruby ссылки"
22
+
23
+ #: app/helpers/blog_helper.rb:51
24
+ msgid "Old articles"
25
+ msgstr "Старые статьи"
26
+
27
+ #: app/models/article.rb:-
28
+ msgid "article"
29
+ msgstr "статья"
30
+
31
+ #: app/models/article.rb:-
32
+ msgid "Article|Id"
33
+ msgstr "Id"
34
+
35
+ #: app/models/article.rb:-
36
+ msgid "Article|Title"
37
+ msgstr "Заголовок"
38
+
39
+ #: app/models/article.rb:-
40
+ msgid "Article|Description"
41
+ msgstr "Описание"
42
+
43
+ #: app/models/article.rb:-
44
+ msgid "Article|Lastupdate"
45
+ msgstr "Обновлено"
46
+
47
+ #: app/controllers/blog_controller.rb:33
48
+ msgid "Article was successfully created."
49
+ msgstr "Статья успешно создана."
50
+
51
+ #: app/controllers/blog_controller.rb:47
52
+ msgid "Article was successfully updated."
53
+ msgstr "Статья успешно обновлена."
54
+
55
+ #: app/views/blog/new.rhtml:13 app/views/blog/list.rhtml:15
56
+ msgid "New article"
57
+ msgstr "Новая статья"
58
+
59
+ #: app/views/blog/new.rhtml:17
60
+ msgid "Create"
61
+ msgstr "Создать"
62
+
63
+ #: app/views/blog/new.rhtml:20 app/views/blog/edit.rhtml:21
64
+ #: app/views/blog/show.rhtml:17
65
+ msgid "Back"
66
+ msgstr "Назад"
67
+
68
+ #: app/views/blog/_form.rhtml:16
69
+ msgid "Lastupdate"
70
+ msgstr "Обновлено"
71
+
72
+ #: app/views/blog/_form.rhtml:18
73
+ msgid "Title: Required."
74
+ msgstr "Заголовок: Требуется."
75
+
76
+ #: app/views/blog/_form.rhtml:21
77
+ msgid "Description: More than 10 characters."
78
+ msgstr "Описание: Более 10 символов."
79
+
80
+ #: app/views/blog/list.rhtml:13 app/views/blog/show.rhtml:13
81
+ #: app/views/layouts/blog.rhtml:14
82
+ msgid "GetText Sample Blog on RoR"
83
+ msgstr "Пример блога с GetText на RoR"
84
+
85
+ #: app/views/blog/list.rhtml:18
86
+ msgid "No articles were found."
87
+ msgstr "Нет статей."
88
+
89
+ #: app/views/blog/edit.rhtml:12
90
+ msgid "Editing article"
91
+ msgstr "Редактирование статьи"
92
+
93
+ #: app/views/blog/edit.rhtml:16 app/views/blog/show.rhtml:16
94
+ msgid "Edit"
95
+ msgstr "Редактировать"
96
+
97
+ #: app/views/blog/edit.rhtml:19
98
+ msgid "Show"
99
+ msgstr "Показать"
100
+
101
+ #: app/views/blog/edit.rhtml:20
102
+ msgid "Destroy"
103
+ msgstr "Удалить"
104
+
105
+ #: app/views/blog/edit.rhtml:20
106
+ msgid "Are you sure?"
107
+ msgstr "Уверены?"
108
+
@@ -0,0 +1,26 @@
1
+ # translation of gettext_plugin.po to Russian
2
+ # GetText Sample Blog on RoR.
3
+ # Copyright (C) 2005 Masao Mutoh#
4
+ # This file is distributed under the same license as the Ruby-GetText-Package.#
5
+ # Yuri Kozlov <kozlov.y@gmail.com>, 2006.
6
+ #
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: gettext_plugin 1.1.0\n"
10
+ "POT-Creation-Date: 2006-01-19 16:49+0900\n"
11
+ "PO-Revision-Date: 2006-04-17 20:09+0300\n"
12
+ "Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
13
+ "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: KBabel 1.9.1\n"
18
+
19
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:25
20
+ msgid "Select locale"
21
+ msgstr "Выбор локали"
22
+
23
+ #: vendor/plugins/gettext/lib/gettext_plugin.rb:37
24
+ msgid "Cookie &quot;lang&quot; is set: %s"
25
+ msgstr "Для куки &quot;lang&quot; установлено значение: %s"
26
+
@@ -214,7 +214,7 @@ class TestLocale < Test::Unit::TestCase
214
214
  assert_equal("CP932", Locale.get.charset)
215
215
  Locale.clear
216
216
  Locale.set("C")
217
- assert_equal("C", Locale.get.to_str)
217
+ assert_equal("en", Locale.get.to_str)
218
218
  assert_equal("CP1252", Locale.get.charset)
219
219
  Locale.set_current("as-IN")
220
220
  assert_equal("as_IN", Locale.get.to_str)
@@ -4,7 +4,7 @@ require_gem 'rails'
4
4
  require 'initializer'
5
5
  begin
6
6
  require 'rails_info'
7
- rescue Gem::Exception
7
+ rescue Exception
8
8
  module Rails
9
9
  module Info
10
10
  module_function
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: gettext
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.4.0
7
- date: 2006-04-15 00:00:00 +09:00
6
+ version: 1.5.0
7
+ date: 2006-05-07 00:00:00 +09:00
8
8
  summary: Ruby-GetText-Package is a libary and tools to localize messages.
9
9
  require_paths:
10
10
  - lib
@@ -53,6 +53,7 @@ files:
53
53
  - data/locale/cs
54
54
  - data/locale/sv
55
55
  - data/locale/es
56
+ - data/locale/ru
56
57
  - data/locale/nl
57
58
  - data/locale/it
58
59
  - data/locale/el
@@ -77,6 +78,9 @@ files:
77
78
  - data/locale/es/LC_MESSAGES
78
79
  - data/locale/es/LC_MESSAGES/rails.mo
79
80
  - data/locale/es/LC_MESSAGES/rgettext.mo
81
+ - data/locale/ru/LC_MESSAGES
82
+ - data/locale/ru/LC_MESSAGES/rails.mo
83
+ - data/locale/ru/LC_MESSAGES/rgettext.mo
80
84
  - data/locale/nl/LC_MESSAGES
81
85
  - data/locale/nl/LC_MESSAGES/rails.mo
82
86
  - data/locale/nl/LC_MESSAGES/rgettext.mo
@@ -148,6 +152,7 @@ files:
148
152
  - samples/rails/po/pt_BR
149
153
  - samples/rails/po/cs
150
154
  - samples/rails/po/es
155
+ - samples/rails/po/ru
151
156
  - samples/rails/po/nl
152
157
  - samples/rails/po/gettext_plugin.pot
153
158
  - samples/rails/po/blog.pot
@@ -166,6 +171,8 @@ files:
166
171
  - samples/rails/po/cs/gettext_plugin.po
167
172
  - samples/rails/po/es/blog.po
168
173
  - samples/rails/po/es/gettext_plugin.po
174
+ - samples/rails/po/ru/blog.po
175
+ - samples/rails/po/ru/gettext_plugin.po
169
176
  - samples/rails/po/nl/blog.po
170
177
  - samples/rails/po/nl/gettext_plugin.po
171
178
  - samples/rails/po/el/blog.po
@@ -223,6 +230,7 @@ files:
223
230
  - samples/rails/locale/pt_BR
224
231
  - samples/rails/locale/cs
225
232
  - samples/rails/locale/es
233
+ - samples/rails/locale/ru
226
234
  - samples/rails/locale/nl
227
235
  - samples/rails/locale/el
228
236
  - samples/rails/locale/en
@@ -245,6 +253,9 @@ files:
245
253
  - samples/rails/locale/es/LC_MESSAGES
246
254
  - samples/rails/locale/es/LC_MESSAGES/blog.mo
247
255
  - samples/rails/locale/es/LC_MESSAGES/gettext_plugin.mo
256
+ - samples/rails/locale/ru/LC_MESSAGES
257
+ - samples/rails/locale/ru/LC_MESSAGES/blog.mo
258
+ - samples/rails/locale/ru/LC_MESSAGES/gettext_plugin.mo
248
259
  - samples/rails/locale/nl/LC_MESSAGES
249
260
  - samples/rails/locale/nl/LC_MESSAGES/blog.mo
250
261
  - samples/rails/locale/nl/LC_MESSAGES/gettext_plugin.mo
@@ -283,6 +294,7 @@ files:
283
294
  - samples/cgi/po/cs
284
295
  - samples/cgi/po/hellolib.pot
285
296
  - samples/cgi/po/es
297
+ - samples/cgi/po/ru
286
298
  - samples/cgi/po/main.pot
287
299
  - samples/cgi/po/nl
288
300
  - samples/cgi/po/it
@@ -313,6 +325,10 @@ files:
313
325
  - samples/cgi/po/es/main.po
314
326
  - samples/cgi/po/es/helloerb1.po
315
327
  - samples/cgi/po/es/hellolib.po
328
+ - samples/cgi/po/ru/helloerb2.po
329
+ - samples/cgi/po/ru/main.po
330
+ - samples/cgi/po/ru/helloerb1.po
331
+ - samples/cgi/po/ru/hellolib.po
316
332
  - samples/cgi/po/nl/helloerb2.po
317
333
  - samples/cgi/po/nl/main.po
318
334
  - samples/cgi/po/nl/helloerb1.po
@@ -336,6 +352,7 @@ files:
336
352
  - samples/cgi/locale/pt_BR
337
353
  - samples/cgi/locale/cs
338
354
  - samples/cgi/locale/es
355
+ - samples/cgi/locale/ru
339
356
  - samples/cgi/locale/nl
340
357
  - samples/cgi/locale/it
341
358
  - samples/cgi/locale/el
@@ -370,6 +387,11 @@ files:
370
387
  - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
371
388
  - samples/cgi/locale/es/LC_MESSAGES/main.mo
372
389
  - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
390
+ - samples/cgi/locale/ru/LC_MESSAGES
391
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
392
+ - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
393
+ - samples/cgi/locale/ru/LC_MESSAGES/main.mo
394
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
373
395
  - samples/cgi/locale/nl/LC_MESSAGES
374
396
  - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
375
397
  - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
@@ -400,6 +422,7 @@ files:
400
422
  - samples/po/hello.pot
401
423
  - samples/po/es
402
424
  - samples/po/hellogtk.pot
425
+ - samples/po/ru
403
426
  - samples/po/nl
404
427
  - samples/po/it
405
428
  - samples/po/el
@@ -457,6 +480,13 @@ files:
457
480
  - samples/po/es/hello_noop.po
458
481
  - samples/po/es/hello.po
459
482
  - samples/po/es/hello_plural.po
483
+ - samples/po/ru/hellotk.po
484
+ - samples/po/ru/hellogtk.po
485
+ - samples/po/ru/hello2.po
486
+ - samples/po/ru/helloglade2.po
487
+ - samples/po/ru/hello_noop.po
488
+ - samples/po/ru/hello.po
489
+ - samples/po/ru/hello_plural.po
460
490
  - samples/po/nl/hellotk.po
461
491
  - samples/po/nl/hellogtk.po
462
492
  - samples/po/nl/hello2.po
@@ -492,6 +522,7 @@ files:
492
522
  - samples/locale/cs
493
523
  - samples/locale/sv
494
524
  - samples/locale/es
525
+ - samples/locale/ru
495
526
  - samples/locale/nl
496
527
  - samples/locale/it
497
528
  - samples/locale/el
@@ -552,6 +583,14 @@ files:
552
583
  - samples/locale/es/LC_MESSAGES/hello_plural.mo
553
584
  - samples/locale/es/LC_MESSAGES/hello_noop.mo
554
585
  - samples/locale/es/LC_MESSAGES/hellogtk.mo
586
+ - samples/locale/ru/LC_MESSAGES
587
+ - samples/locale/ru/LC_MESSAGES/helloglade2.mo
588
+ - samples/locale/ru/LC_MESSAGES/hello.mo
589
+ - samples/locale/ru/LC_MESSAGES/hello2.mo
590
+ - samples/locale/ru/LC_MESSAGES/hellotk.mo
591
+ - samples/locale/ru/LC_MESSAGES/hello_plural.mo
592
+ - samples/locale/ru/LC_MESSAGES/hello_noop.mo
593
+ - samples/locale/ru/LC_MESSAGES/hellogtk.mo
555
594
  - samples/locale/nl/LC_MESSAGES
556
595
  - samples/locale/nl/LC_MESSAGES/helloglade2.mo
557
596
  - samples/locale/nl/LC_MESSAGES/hello.mo
@@ -595,6 +634,7 @@ files:
595
634
  - po/cs
596
635
  - po/sv
597
636
  - po/es
637
+ - po/ru
598
638
  - po/nl
599
639
  - po/it
600
640
  - po/el
@@ -613,6 +653,8 @@ files:
613
653
  - po/sv/rgettext.po
614
654
  - po/es/rgettext.po
615
655
  - po/es/rails.po
656
+ - po/ru/rgettext.po
657
+ - po/ru/rails.po
616
658
  - po/nl/rgettext.po
617
659
  - po/nl/rails.po
618
660
  - po/it/messages.mo