gettext 1.8.0 → 1.9.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 (180) hide show
  1. data/ChangeLog +120 -0
  2. data/NEWS +16 -0
  3. data/README +27 -19
  4. data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
  5. data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
  6. data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
  7. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  8. data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
  9. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  10. data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
  11. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  12. data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
  13. data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
  14. data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
  15. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  16. data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
  17. data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
  18. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  19. data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
  20. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  21. data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
  22. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  23. data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
  24. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  25. data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
  26. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  27. data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
  28. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  29. data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
  30. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  31. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  32. data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
  33. data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
  34. data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
  35. data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
  36. data/lib/gettext.rb +13 -10
  37. data/lib/gettext/active_record.rb +130 -113
  38. data/lib/gettext/erb.rb +2 -2
  39. data/lib/gettext/locale.rb +11 -5
  40. data/lib/gettext/locale_cgi.rb +3 -3
  41. data/lib/gettext/locale_posix.rb +2 -2
  42. data/lib/gettext/locale_win32.rb +2 -1
  43. data/lib/gettext/parser/active_record.rb +24 -14
  44. data/lib/gettext/parser/ruby.rb +4 -63
  45. data/lib/gettext/poparser.rb +3 -3
  46. data/lib/gettext/rails.rb +23 -20
  47. data/lib/gettext/rgettext.rb +6 -6
  48. data/lib/gettext/utils.rb +12 -6
  49. data/lib/gettext/version.rb +2 -2
  50. data/po/ca/rails.po +121 -0
  51. data/po/ca/rgettext.po +130 -0
  52. data/po/cs/rails.po +30 -26
  53. data/po/cs/rgettext.po +44 -36
  54. data/po/de/rails.po +28 -24
  55. data/po/de/rgettext.po +43 -35
  56. data/po/el/rails.po +38 -34
  57. data/po/el/rgettext.po +54 -46
  58. data/po/eo/rails.po +121 -0
  59. data/po/eo/rgettext.po +127 -0
  60. data/po/es/rails.po +28 -24
  61. data/po/es/rgettext.po +45 -37
  62. data/po/et/rails.po +28 -24
  63. data/po/fr/rails.po +39 -33
  64. data/po/fr/rgettext.po +43 -35
  65. data/po/it/rails.po +28 -24
  66. data/po/it/rgettext.po +43 -35
  67. data/po/ja/rails.po +30 -26
  68. data/po/ja/rgettext.po +44 -36
  69. data/po/ko/rails.po +36 -32
  70. data/po/ko/rgettext.po +43 -35
  71. data/po/nl/rails.po +32 -28
  72. data/po/nl/rgettext.po +46 -38
  73. data/po/pt_BR/rails.po +36 -31
  74. data/po/pt_BR/rgettext.po +45 -37
  75. data/po/rails.pot +28 -24
  76. data/po/rgettext.pot +39 -31
  77. data/po/ru/rails.po +36 -30
  78. data/po/ru/rgettext.po +50 -41
  79. data/po/sv/rgettext.po +40 -32
  80. data/po/zh/rails.po +29 -24
  81. data/po/zh/rgettext.po +46 -36
  82. data/po/zh_TW/rails.po +29 -24
  83. data/po/zh_TW/rgettext.po +45 -36
  84. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
  85. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
  86. data/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +0 -0
  87. data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
  88. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +0 -0
  89. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +0 -0
  90. data/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +0 -0
  91. data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
  92. data/samples/cgi/po/ca/helloerb1.po +59 -0
  93. data/samples/cgi/po/ca/helloerb2.po +51 -0
  94. data/samples/cgi/po/ca/hellolib.po +23 -0
  95. data/samples/cgi/po/ca/main.po +83 -0
  96. data/samples/cgi/po/eo/helloerb1.po +60 -0
  97. data/samples/cgi/po/eo/helloerb2.po +52 -0
  98. data/samples/cgi/po/eo/hellolib.po +24 -0
  99. data/samples/cgi/po/eo/main.po +84 -0
  100. data/samples/locale/ca/LC_MESSAGES/hello.mo +0 -0
  101. data/samples/locale/ca/LC_MESSAGES/hello2.mo +0 -0
  102. data/samples/locale/ca/LC_MESSAGES/hello_noop.mo +0 -0
  103. data/samples/locale/ca/LC_MESSAGES/hello_plural.mo +0 -0
  104. data/samples/locale/ca/LC_MESSAGES/helloglade2.mo +0 -0
  105. data/samples/locale/ca/LC_MESSAGES/hellogtk.mo +0 -0
  106. data/samples/locale/ca/LC_MESSAGES/hellotk.mo +0 -0
  107. data/samples/locale/eo/LC_MESSAGES/hello.mo +0 -0
  108. data/samples/locale/eo/LC_MESSAGES/hello2.mo +0 -0
  109. data/samples/locale/eo/LC_MESSAGES/hello_noop.mo +0 -0
  110. data/samples/locale/eo/LC_MESSAGES/hello_plural.mo +0 -0
  111. data/samples/locale/eo/LC_MESSAGES/helloglade2.mo +0 -0
  112. data/samples/locale/eo/LC_MESSAGES/hellogtk.mo +0 -0
  113. data/samples/locale/eo/LC_MESSAGES/hellotk.mo +0 -0
  114. data/samples/po/ca/hello.po +23 -0
  115. data/samples/po/ca/hello2.po +31 -0
  116. data/samples/po/ca/hello_noop.po +27 -0
  117. data/samples/po/ca/hello_plural.po +25 -0
  118. data/samples/po/ca/helloglade2.po +31 -0
  119. data/samples/po/ca/hellogtk.po +23 -0
  120. data/samples/po/ca/hellotk.po +23 -0
  121. data/samples/po/eo/hello.po +23 -0
  122. data/samples/po/eo/hello2.po +31 -0
  123. data/samples/po/eo/hello_noop.po +27 -0
  124. data/samples/po/eo/hello_plural.po +26 -0
  125. data/samples/po/eo/helloglade2.po +32 -0
  126. data/samples/po/eo/hellogtk.po +23 -0
  127. data/samples/po/eo/hellotk.po +24 -0
  128. data/samples/rails/app/views/blog/list.rhtml +0 -1
  129. data/samples/rails/config/environment.rb +2 -0
  130. data/samples/rails/db/schema.rb +0 -79
  131. data/samples/rails/lib/tasks/gettext.rake +2 -1
  132. data/samples/rails/locale/ca/LC_MESSAGES/blog.mo +0 -0
  133. data/samples/rails/locale/cs/LC_MESSAGES/blog.mo +0 -0
  134. data/samples/rails/locale/de/LC_MESSAGES/blog.mo +0 -0
  135. data/samples/rails/locale/el/LC_MESSAGES/blog.mo +0 -0
  136. data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
  137. data/samples/rails/locale/eo/LC_MESSAGES/blog.mo +0 -0
  138. data/samples/rails/locale/es/LC_MESSAGES/blog.mo +0 -0
  139. data/samples/rails/locale/fr/LC_MESSAGES/blog.mo +0 -0
  140. data/samples/rails/locale/it/LC_MESSAGES/blog.mo +0 -0
  141. data/samples/rails/locale/ja/LC_MESSAGES/blog.mo +0 -0
  142. data/samples/rails/locale/ko/LC_MESSAGES/blog.mo +0 -0
  143. data/samples/rails/locale/nl/LC_MESSAGES/blog.mo +0 -0
  144. data/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo +0 -0
  145. data/samples/rails/locale/ru/LC_MESSAGES/blog.mo +0 -0
  146. data/samples/rails/locale/zh/LC_MESSAGES/blog.mo +0 -0
  147. data/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo +0 -0
  148. data/samples/rails/po/blog.pot +106 -106
  149. data/samples/rails/po/ca/blog.po +105 -0
  150. data/samples/rails/po/cs/blog.po +107 -110
  151. data/samples/rails/po/de/blog.po +107 -107
  152. data/samples/rails/po/el/blog.po +105 -105
  153. data/samples/rails/po/en/blog.po +107 -107
  154. data/samples/rails/po/eo/blog.po +106 -0
  155. data/samples/rails/po/es/blog.po +105 -105
  156. data/samples/rails/po/fr/blog.po +105 -105
  157. data/samples/rails/po/it/blog.po +105 -105
  158. data/samples/rails/po/ja/blog.po +105 -105
  159. data/samples/rails/po/ko/blog.po +105 -105
  160. data/samples/rails/po/nl/blog.po +105 -105
  161. data/samples/rails/po/pt_BR/blog.po +105 -105
  162. data/samples/rails/po/ru/blog.po +105 -105
  163. data/samples/rails/po/zh/blog.po +105 -105
  164. data/samples/rails/po/zh_TW/blog.po +107 -107
  165. data/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo +0 -0
  166. data/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po +27 -0
  167. data/test/README +6 -0
  168. data/test/Rakefile +1 -1
  169. data/test/fixtures/book.rb +3 -0
  170. data/test/fixtures/user.rb +3 -0
  171. data/test/gettext_test_active_record.rb +347 -67
  172. data/test/gettext_test_cgi.rb +27 -2
  173. data/test/gettext_test_parser.rb +102 -4
  174. data/test/gettext_test_rails.rb +6 -1
  175. data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
  176. data/test/po/ja/active_record.po +17 -17
  177. data/test/test.sh +1 -0
  178. data/test/test_rubyparser.rb +6 -4
  179. metadata +889 -795
  180. data/pkg/ruby-gettext-package-1.8.0/ext/gettext/extconf.rb +0 -20
@@ -1,10 +1,35 @@
1
1
  require 'test/unit'
2
2
  require 'gettext/cgi'
3
- require 'stringio'
3
+
4
+ class CGI
5
+ module QueryExtension
6
+ # Override this method to avoid to put warning messages.
7
+ module_function
8
+ def readlines=(str)
9
+ @@lines = [str]
10
+ end
11
+ def readlines
12
+ @@lines
13
+ end
14
+ def read_from_cmdline
15
+ require "shellwords"
16
+ string = readlines.join(' ').gsub(/\n/n, '').gsub(/\\=/n, '%3D').gsub(/\\&/n, '%26')
17
+
18
+ words = Shellwords.shellwords(string)
19
+
20
+ if words.find{|x| /=/n.match(x) }
21
+ words.join('&')
22
+ else
23
+ words.join('+')
24
+ end
25
+ end
26
+ private :read_from_cmdline
27
+ end
28
+ end
4
29
 
5
30
  class TestGetTextCGI < Test::Unit::TestCase
6
31
  def setup_cgi(str)
7
- $stdin = StringIO.new(str)
32
+ CGI::QueryExtension.readlines = str
8
33
  cgi = CGI.new
9
34
  Locale.cgi = cgi
10
35
  end
@@ -2,8 +2,24 @@ require 'test/unit'
2
2
  require 'gettext/parser/ruby'
3
3
  require 'gettext/parser/glade'
4
4
  require 'gettext/parser/erb'
5
+
6
+ require 'rubygems'
7
+ require 'gettext/active_record'
8
+ require 'gettext/parser/active_record'
9
+ require 'active_record'
10
+
5
11
  require 'gettext/rgettext'
6
12
 
13
+ begin
14
+ `rake dropdb`
15
+ rescue
16
+ end
17
+ begin
18
+ `rake createdb`
19
+ rescue
20
+ end
21
+
22
+
7
23
  class TestGetTextParser < Test::Unit::TestCase
8
24
  def test_ruby
9
25
  ary = GetText::RubyParser.parse('test_rubyparser.rb')
@@ -16,7 +32,7 @@ class TestGetTextParser < Test::Unit::TestCase
16
32
  assert_equal(['fff', 'test_rubyparser.rb:31'], ary[5])
17
33
  assert_equal(['ggghhhiii', 'test_rubyparser.rb:35'], ary[6])
18
34
  assert_equal(['a"b"c"', 'test_rubyparser.rb:41'], ary[7])
19
- # assert_equal(['d"e"f"', 'test_rubyparser.rb:45'], ary[8])
35
+ assert_equal(['d"e"f"', 'test_rubyparser.rb:45'], ary[8])
20
36
  assert_equal(['jjj', 'test_rubyparser.rb:49'], ary[9])
21
37
  assert_equal(['kkk', 'test_rubyparser.rb:50'], ary[10])
22
38
  assert_equal(['lllmmm', 'test_rubyparser.rb:54'], ary[11])
@@ -24,6 +40,7 @@ class TestGetTextParser < Test::Unit::TestCase
24
40
  assert_equal(["\#", 'test_rubyparser.rb:66', 'test_rubyparser.rb:70'], ary[13])
25
41
  assert_equal(["\\taaa", 'test_rubyparser.rb:74'], ary[14])
26
42
  assert_equal(["Here document1\\nHere document2\\n", 'test_rubyparser.rb:78'], ary[15])
43
+ # assert_equal(["in_quote", 'test_rubyparser.rb:96'], ary[16])
27
44
  end
28
45
 
29
46
  def test_ruby_N
@@ -37,7 +54,7 @@ class TestGetTextParser < Test::Unit::TestCase
37
54
  assert_equal(['fff', 'test_rubyparser_N.rb:31'], ary[5])
38
55
  assert_equal(['ggghhhiii', 'test_rubyparser_N.rb:35'], ary[6])
39
56
  assert_equal(['a"b"c"', 'test_rubyparser_N.rb:41'], ary[7])
40
- # assert_equal(['d"e"f"', 'test_rubyparser_N.rb:45'], ary[8])
57
+ assert_equal(['d"e"f"', 'test_rubyparser_N.rb:45'], ary[8])
41
58
  assert_equal(['jjj', 'test_rubyparser_N.rb:49'], ary[9])
42
59
  assert_equal(['kkk', 'test_rubyparser_N.rb:50'], ary[10])
43
60
  assert_equal(['lllmmm', 'test_rubyparser_N.rb:54'], ary[11])
@@ -54,7 +71,7 @@ class TestGetTextParser < Test::Unit::TestCase
54
71
  assert_equal(["fff\000fff2", 'test_rubyparser_n_.rb:34', 'test_rubyparser_n_.rb:38'], ary[5])
55
72
  assert_equal(["ggg\000ggg2", 'test_rubyparser_n_.rb:38'], ary[6])
56
73
  assert_equal(["ggghhhiii\000jjjkkklll", 'test_rubyparser_n_.rb:42'], ary[7])
57
- # assert_equal(["a"b"c"\000a"b"c"2", 'test_rubyparser_n_.rb:51'], ary[8])
74
+ assert_equal(["a\"b\"c\"\000a\"b\"c\"2", 'test_rubyparser_n_.rb:51'], ary[8])
58
75
  assert_equal(["mmmmmm\000mmm2mmm2", 'test_rubyparser_n_.rb:59'], ary[10])
59
76
  assert_equal(["nnn\000nnn2", 'test_rubyparser_n_.rb:60'], ary[11])
60
77
  end
@@ -80,6 +97,87 @@ class TestGetTextParser < Test::Unit::TestCase
80
97
  assert_equal(["ccc1\000ccc2", 'test_erb.rhtml:13'], ary[3])
81
98
  end
82
99
 
100
+
101
+ def test_active_record
102
+ GetText::ActiveRecordParser.init(
103
+ :adapter => "mysql",
104
+ :username => "root",
105
+ :password => "",
106
+ :encoding => "utf8",
107
+ :socket => "/var/lib/mysql/mysql.sock",
108
+ :database => 'activerecord_unittest'
109
+ )
110
+ GetText::ActiveRecordParser.target?("fixtures/topic.rb")
111
+ ary = GetText::ActiveRecordParser.parse("fixtures/topic.rb")
112
+ assert_equal(14, ary.size)
113
+ assert_equal(["topic", "fixtures/topic.rb:-"], ary[0])
114
+ assert_equal(["Topic|Title", "fixtures/topic.rb:-"], ary[1])
115
+ assert_equal(["Topic|Author name", "fixtures/topic.rb:-"], ary[2])
116
+ assert_equal(["Topic|Author email address", "fixtures/topic.rb:-"], ary[3])
117
+ assert_equal(["Topic|Written on", "fixtures/topic.rb:-"], ary[4])
118
+ assert_equal(["Topic|Bonus time", "fixtures/topic.rb:-"], ary[5])
119
+ assert_equal(["Topic|Last read", "fixtures/topic.rb:-"], ary[6])
120
+ assert_equal(["Topic|Content", "fixtures/topic.rb:-"], ary[7])
121
+ assert_equal(["Topic|Approved", "fixtures/topic.rb:-"], ary[8])
122
+ assert_equal(["Topic|Replies count", "fixtures/topic.rb:-"], ary[9])
123
+ assert_equal(["Topic|Parent", "fixtures/topic.rb:-"], ary[10])
124
+ assert_equal(["Topic|Type", "fixtures/topic.rb:-"], ary[11])
125
+ assert_equal(["Topic|Terms of service", "fixtures/topic.rb:5"], ary[12])
126
+ assert_equal(["must be abided", "fixtures/topic.rb:6"], ary[13])
127
+
128
+ GetText::ActiveRecordParser.target?("fixtures/reply.rb")
129
+ ary = GetText::ActiveRecordParser.parse("fixtures/reply.rb")
130
+ ary.sort!{|a, b| a[0].downcase <=> b[0].downcase}
131
+
132
+ assert_equal(30, ary.size)
133
+ assert_equal(["Empty", "fixtures/reply.rb:16", "fixtures/reply.rb:20"], ary[0])
134
+ assert_equal(["is Content Mismatch", "fixtures/reply.rb:25"], ary[1])
135
+ assert_equal(["is Wrong Create", "fixtures/reply.rb:30"], ary[2])
136
+ assert_equal(["is Wrong Update", "fixtures/reply.rb:34"], ary[3])
137
+ assert_equal(["reply", "fixtures/reply.rb:-"], ary[4])
138
+ assert_equal(["Reply|Approved", "fixtures/reply.rb:-"], ary[5])
139
+ assert_equal(["Reply|Author email address", "fixtures/reply.rb:-"], ary[6])
140
+ assert_equal(["Reply|Author name", "fixtures/reply.rb:-"], ary[7])
141
+ assert_equal(["Reply|Bonus time", "fixtures/reply.rb:-"], ary[8])
142
+ assert_equal(["Reply|Content", "fixtures/reply.rb:-"], ary[9])
143
+ assert_equal(["Reply|Last read", "fixtures/reply.rb:-"], ary[10])
144
+ assert_equal(["Reply|Parent", "fixtures/reply.rb:-"], ary[11])
145
+ assert_equal(["Reply|Replies count", "fixtures/reply.rb:-"], ary[12])
146
+ assert_equal(["Reply|Title", "fixtures/reply.rb:-"], ary[13])
147
+ assert_equal(["Reply|Topic", "fixtures/reply.rb:4"], ary[14])
148
+ assert_equal(["Reply|Type", "fixtures/reply.rb:-"], ary[15])
149
+ assert_equal(["Reply|Written on", "fixtures/reply.rb:-"], ary[16])
150
+
151
+ assert_equal(["sillyreply", "fixtures/reply.rb:-"], ary[17])
152
+ assert_equal(["SillyReply|Approved", "fixtures/reply.rb:-"], ary[18])
153
+ assert_equal(["SillyReply|Author email address", "fixtures/reply.rb:-"], ary[19])
154
+ assert_equal(["SillyReply|Author name", "fixtures/reply.rb:-"], ary[20])
155
+ assert_equal(["SillyReply|Bonus time", "fixtures/reply.rb:-"], ary[21])
156
+ assert_equal(["SillyReply|Content", "fixtures/reply.rb:-"], ary[22])
157
+ assert_equal(["SillyReply|Last read", "fixtures/reply.rb:-"], ary[23])
158
+ assert_equal(["SillyReply|Parent", "fixtures/reply.rb:-"], ary[24])
159
+ assert_equal(["SillyReply|Replies count", "fixtures/reply.rb:-"], ary[25])
160
+ assert_equal(["SillyReply|Title", "fixtures/reply.rb:-"], ary[26])
161
+ assert_equal(["SillyReply|Type", "fixtures/reply.rb:-"], ary[27])
162
+ assert_equal(["SillyReply|Written on", "fixtures/reply.rb:-"], ary[28])
163
+
164
+ assert_equal(["topic", "fixtures/reply.rb:-"], ary[29])
165
+
166
+ GetText::ActiveRecordParser.target?("fixtures/book.rb")
167
+ ary = GetText::ActiveRecordParser.parse("fixtures/book.rb")
168
+ ary.sort!{|a, b| a[0].downcase <=> b[0].downcase}
169
+ assert_equal(4, ary.size)
170
+ assert_equal(["book", "fixtures/book.rb:-"], ary[0])
171
+ assert_equal(["Book|Created at", "fixtures/book.rb:-"], ary[1])
172
+ assert_equal(["Book|Price", "fixtures/book.rb:-"], ary[2])
173
+ assert_equal(["Book|Updated at", "fixtures/book.rb:-"], ary[3])
174
+
175
+ GetText::ActiveRecordParser.target?("fixtures/user.rb")
176
+ ary = GetText::ActiveRecordParser.parse("fixtures/user.rb")
177
+ assert_equal(0, ary.size)
178
+ end
179
+
180
+
83
181
  def test_rgettext_parse
84
182
  GetText::ErbParser.init(:extnames => ['.rhtml', '.rxml'])
85
183
  ary = GetText::RGetText.parse('test_erb.rhtml')
@@ -93,6 +191,6 @@ class TestGetTextParser < Test::Unit::TestCase
93
191
  assert_equal(['aaa\n', 'test_erb.rxml:12'], ary[1])
94
192
  assert_equal(['bbb', 'test_erb.rxml:13'], ary[2])
95
193
  assert_equal(["ccc1\000ccc2", 'test_erb.rxml:14'], ary[3])
96
- end
194
+ end
97
195
 
98
196
  end
@@ -2,7 +2,11 @@ $:.unshift(File.dirname(__FILE__) + '../../lib')
2
2
 
3
3
  require 'test/unit'
4
4
  require 'rubygems'
5
- require_gem 'rails'
5
+ if Kernel.respond_to? :gem
6
+ gem 'rails'
7
+ else
8
+ require_gem 'rails'
9
+ end
6
10
  require 'initializer'
7
11
  begin
8
12
  require 'rails_info'
@@ -22,6 +26,7 @@ require 'stringio'
22
26
  class TestRails < Test::Unit::TestCase
23
27
  def setup_cgi(str)
24
28
  $stdin = StringIO.new(str)
29
+ ENV["REQUEST_URI"] = "http://localhost:3000/"
25
30
  cgi = CGI.new
26
31
  Locale.cgi = cgi
27
32
  end
@@ -101,15 +101,15 @@ msgstr "バカな承認"
101
101
 
102
102
  #: fixtures/reply.rb:-
103
103
  msgid "SillyReply|Title"
104
- msgstr "タイトル"
104
+ msgstr "Sillyタイトル"
105
105
 
106
106
  #: fixtures/reply.rb:-
107
107
  msgid "SillyReply|Author name"
108
- msgstr "著者名"
108
+ msgstr "Silly著者名"
109
109
 
110
110
  #: fixtures/reply.rb:-
111
111
  msgid "SillyReply|Author email address"
112
- msgstr "著者Eメールアドレス"
112
+ msgstr "Silly著者Eメールアドレス"
113
113
 
114
114
  #: fixtures/reply.rb:-
115
115
  msgid "SillyReply|Written on"
@@ -117,7 +117,7 @@ msgstr ""
117
117
 
118
118
  #: fixtures/reply.rb:-
119
119
  msgid "SillyReply|Bonus time"
120
- msgstr "ボーナスタイム"
120
+ msgstr "Sillyボーナスタイム"
121
121
 
122
122
  #: fixtures/reply.rb:-
123
123
  msgid "SillyReply|Last read"
@@ -125,15 +125,15 @@ msgstr ""
125
125
 
126
126
  #: fixtures/reply.rb:-
127
127
  msgid "SillyReply|Content"
128
- msgstr ""
128
+ msgstr "Silly内容"
129
129
 
130
130
  #: fixtures/reply.rb:-
131
131
  msgid "SillyReply|Approved"
132
- msgstr "承認"
132
+ msgstr "Silly承認"
133
133
 
134
134
  #: fixtures/reply.rb:-
135
135
  msgid "SillyReply|Replies count"
136
- msgstr "リプライ数"
136
+ msgstr "Sillyリプライ数"
137
137
 
138
138
  #: fixtures/reply.rb:-
139
139
  msgid "SillyReply|Parent"
@@ -149,15 +149,15 @@ msgstr "リプライ"
149
149
 
150
150
  #: fixtures/reply.rb:-
151
151
  msgid "Reply|Title"
152
- msgstr "タイトル"
152
+ msgstr "Replyタイトル"
153
153
 
154
154
  #: fixtures/reply.rb:-
155
155
  msgid "Reply|Author name"
156
- msgstr "著者名"
156
+ msgstr "Reply著者名"
157
157
 
158
158
  #: fixtures/reply.rb:-
159
159
  msgid "Reply|Author email address"
160
- msgstr "著者Eメールアドレス"
160
+ msgstr "Reply著者Eメールアドレス"
161
161
 
162
162
  #: fixtures/reply.rb:-
163
163
  msgid "Reply|Written on"
@@ -165,7 +165,7 @@ msgstr ""
165
165
 
166
166
  #: fixtures/reply.rb:-
167
167
  msgid "Reply|Bonus time"
168
- msgstr "ボーナスタイム"
168
+ msgstr "Replyボーナスタイム"
169
169
 
170
170
  #: fixtures/reply.rb:-
171
171
  msgid "Reply|Last read"
@@ -173,27 +173,27 @@ msgstr ""
173
173
 
174
174
  #: fixtures/reply.rb:-
175
175
  msgid "Reply|Content"
176
- msgstr "内容"
176
+ msgstr "Reply内容"
177
177
 
178
178
  #: fixtures/reply.rb:-
179
179
  msgid "Reply|Approved"
180
- msgstr "承認"
180
+ msgstr "Reply承認"
181
181
 
182
182
  #: fixtures/reply.rb:-
183
183
  msgid "Reply|Replies count"
184
- msgstr "リプライ数"
184
+ msgstr "Replyリプライ数"
185
185
 
186
186
  #: fixtures/reply.rb:-
187
187
  msgid "Reply|Parent"
188
- msgstr "親"
188
+ msgstr "Reply親"
189
189
 
190
190
  #: fixtures/reply.rb:-
191
191
  msgid "Reply|Type"
192
- msgstr "種別"
192
+ msgstr "Reply種別"
193
193
 
194
194
  #: fixtures/reply.rb:4
195
195
  msgid "Reply|Topic"
196
- msgstr "トピック"
196
+ msgstr "Replyトピック"
197
197
 
198
198
  #: fixtures/reply.rb:16 fixtures/reply.rb:20
199
199
  msgid "Empty"
@@ -2,6 +2,7 @@
2
2
 
3
3
  export LC_ALL="ja_JP.eucJP";
4
4
  export LANG="ja_JP.eucJP";
5
+ rake rebuilddb
5
6
  ruby -I../lib -I../ext/gettext gettext_runner.rb $1
6
7
  ruby -I../lib -I../ext/gettext gettext_test_multi_textdomain.rb
7
8
  ruby -I../lib -I../ext/gettext gettext_test_cgi.rb
@@ -81,14 +81,16 @@ Here document2
81
81
  EOF
82
82
  )
83
83
  end
84
+
85
+ def test_18
86
+ "<div>#{_('in_quote')}</div>"
87
+ end
84
88
  end
85
- =begin
86
- FIXME
89
+
87
90
  module ActionController
88
91
  class Base
89
92
  end
90
93
  end
91
94
  class ApplicationController < ActionController::Base
92
- "#{Time.now.strftime("%m/%d")}"
95
+ "#{Time.now.strftime('%m/%d')}"
93
96
  end
94
- =end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.0.9
3
3
  specification_version: 1
4
4
  name: gettext
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.8.0
7
- date: 2006-09-12 00:00:00 +09:00
6
+ version: 1.9.0
7
+ date: 2007-01-22 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
@@ -25,920 +25,1015 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
+ post_install_message:
28
29
  authors:
29
30
  - Masao Mutoh
30
31
  files:
31
- - README
32
- - data
33
- - src
34
32
  - NEWS
33
+ - bin
34
+ - pre-setup.rb
35
35
  - setup.rb
36
- - samples
36
+ - Rakefile
37
37
  - ext
38
- - pre-setup.rb
39
- - po
40
- - lib
38
+ - README
41
39
  - COPYING
40
+ - lib
41
+ - src
42
42
  - ChangeLog
43
- - Rakefile
43
+ - data
44
+ - po
44
45
  - post-setup.rb
46
+ - samples
45
47
  - test
46
- - bin
48
+ - bin/rmsgfmt
49
+ - bin/rmsgmerge
50
+ - bin/rgettext
51
+ - ext/gettext
52
+ - ext/gettext/locale_system.c
53
+ - ext/gettext/extconf.rb
54
+ - ext/gettext/gettext
55
+ - lib/gettext.rb
56
+ - lib/gettext
57
+ - lib/gettext/textdomainmanager.rb
58
+ - lib/gettext/string.rb
59
+ - lib/gettext/utils.rb
60
+ - lib/gettext/rmsgfmt.rb
61
+ - lib/gettext/erb.rb
62
+ - lib/gettext/textdomain.rb
63
+ - lib/gettext/iconv.rb
64
+ - lib/gettext/locale_table_win32.rb
65
+ - lib/gettext/mo.rb
66
+ - lib/gettext/rmsgmerge.rb
67
+ - lib/gettext/container.rb
68
+ - lib/gettext/rails.rb
69
+ - lib/gettext/poparser.rb
70
+ - lib/gettext/locale.rb
71
+ - lib/gettext/locale_win32.rb
72
+ - lib/gettext/locale_object.rb
73
+ - lib/gettext/parser
74
+ - lib/gettext/cgi.rb
75
+ - lib/gettext/locale_posix.rb
76
+ - lib/gettext/rgettext.rb
77
+ - lib/gettext/version.rb
78
+ - lib/gettext/locale_cgi.rb
79
+ - lib/gettext/active_record.rb
80
+ - lib/gettext/parser/erb.rb
81
+ - lib/gettext/parser/glade.rb
82
+ - lib/gettext/parser/ruby.rb
83
+ - lib/gettext/parser/active_record.rb
84
+ - src/poparser.ry
47
85
  - data/locale
86
+ - data/locale/cs
87
+ - data/locale/zh
48
88
  - data/locale/de
49
- - data/locale/ko
89
+ - data/locale/et
50
90
  - data/locale/ja
91
+ - data/locale/es
92
+ - data/locale/ko
93
+ - data/locale/ca
51
94
  - data/locale/pt_BR
52
- - data/locale/cs
53
95
  - data/locale/sv
54
- - data/locale/es
55
- - data/locale/zh_TW
56
- - data/locale/et
57
- - data/locale/ru
58
- - data/locale/nl
96
+ - data/locale/eo
59
97
  - data/locale/it
60
98
  - data/locale/el
61
- - data/locale/zh
62
99
  - data/locale/fr
100
+ - data/locale/nl
101
+ - data/locale/ru
102
+ - data/locale/zh_TW
103
+ - data/locale/cs/LC_MESSAGES
104
+ - data/locale/cs/LC_MESSAGES/rails.mo
105
+ - data/locale/cs/LC_MESSAGES/rgettext.mo
106
+ - data/locale/zh/LC_MESSAGES
107
+ - data/locale/zh/LC_MESSAGES/rails.mo
108
+ - data/locale/zh/LC_MESSAGES/rgettext.mo
63
109
  - data/locale/de/LC_MESSAGES
64
110
  - data/locale/de/LC_MESSAGES/rails.mo
65
111
  - data/locale/de/LC_MESSAGES/rgettext.mo
66
- - data/locale/ko/LC_MESSAGES
67
- - data/locale/ko/LC_MESSAGES/rails.mo
68
- - data/locale/ko/LC_MESSAGES/rgettext.mo
112
+ - data/locale/et/LC_MESSAGES
113
+ - data/locale/et/LC_MESSAGES/rails.mo
69
114
  - data/locale/ja/LC_MESSAGES
70
115
  - data/locale/ja/LC_MESSAGES/rails.mo
71
116
  - data/locale/ja/LC_MESSAGES/rgettext.mo
117
+ - data/locale/es/LC_MESSAGES
118
+ - data/locale/es/LC_MESSAGES/rails.mo
119
+ - data/locale/es/LC_MESSAGES/rgettext.mo
120
+ - data/locale/ko/LC_MESSAGES
121
+ - data/locale/ko/LC_MESSAGES/rails.mo
122
+ - data/locale/ko/LC_MESSAGES/rgettext.mo
123
+ - data/locale/ca/LC_MESSAGES
124
+ - data/locale/ca/LC_MESSAGES/rails.mo
125
+ - data/locale/ca/LC_MESSAGES/rgettext.mo
72
126
  - data/locale/pt_BR/LC_MESSAGES
73
127
  - data/locale/pt_BR/LC_MESSAGES/rails.mo
74
128
  - data/locale/pt_BR/LC_MESSAGES/rgettext.mo
75
- - data/locale/cs/LC_MESSAGES
76
- - data/locale/cs/LC_MESSAGES/rails.mo
77
- - data/locale/cs/LC_MESSAGES/rgettext.mo
78
129
  - data/locale/sv/LC_MESSAGES
79
130
  - data/locale/sv/LC_MESSAGES/rgettext.mo
80
- - data/locale/es/LC_MESSAGES
81
- - data/locale/es/LC_MESSAGES/rails.mo
82
- - data/locale/es/LC_MESSAGES/rgettext.mo
83
- - data/locale/zh_TW/LC_MESSAGES
84
- - data/locale/zh_TW/LC_MESSAGES/rails.mo
85
- - data/locale/zh_TW/LC_MESSAGES/rgettext.mo
86
- - data/locale/et/LC_MESSAGES
87
- - data/locale/et/LC_MESSAGES/rails.mo
88
- - data/locale/ru/LC_MESSAGES
89
- - data/locale/ru/LC_MESSAGES/rails.mo
90
- - data/locale/ru/LC_MESSAGES/rgettext.mo
91
- - data/locale/nl/LC_MESSAGES
92
- - data/locale/nl/LC_MESSAGES/rails.mo
93
- - data/locale/nl/LC_MESSAGES/rgettext.mo
131
+ - data/locale/eo/LC_MESSAGES
132
+ - data/locale/eo/LC_MESSAGES/rails.mo
133
+ - data/locale/eo/LC_MESSAGES/rgettext.mo
94
134
  - data/locale/it/LC_MESSAGES
95
135
  - data/locale/it/LC_MESSAGES/rails.mo
96
136
  - data/locale/it/LC_MESSAGES/rgettext.mo
97
137
  - data/locale/el/LC_MESSAGES
98
138
  - data/locale/el/LC_MESSAGES/rails.mo
99
139
  - data/locale/el/LC_MESSAGES/rgettext.mo
100
- - data/locale/zh/LC_MESSAGES
101
- - data/locale/zh/LC_MESSAGES/rails.mo
102
- - data/locale/zh/LC_MESSAGES/rgettext.mo
103
140
  - data/locale/fr/LC_MESSAGES
104
141
  - data/locale/fr/LC_MESSAGES/rails.mo
105
142
  - data/locale/fr/LC_MESSAGES/rgettext.mo
106
- - src/poparser.ry
143
+ - data/locale/nl/LC_MESSAGES
144
+ - data/locale/nl/LC_MESSAGES/rails.mo
145
+ - data/locale/nl/LC_MESSAGES/rgettext.mo
146
+ - data/locale/ru/LC_MESSAGES
147
+ - data/locale/ru/LC_MESSAGES/rails.mo
148
+ - data/locale/ru/LC_MESSAGES/rgettext.mo
149
+ - data/locale/zh_TW/LC_MESSAGES
150
+ - data/locale/zh_TW/LC_MESSAGES/rails.mo
151
+ - data/locale/zh_TW/LC_MESSAGES/rgettext.mo
152
+ - po/cs
153
+ - po/zh
154
+ - po/de
155
+ - po/et
156
+ - po/ja
157
+ - po/es
158
+ - po/rgettext.pot
159
+ - po/rails.pot
160
+ - po/ko
161
+ - po/ca
162
+ - po/pt_BR
163
+ - po/sv
164
+ - po/eo
165
+ - po/it
166
+ - po/el
167
+ - po/fr
168
+ - po/nl
169
+ - po/ru
170
+ - po/zh_TW
171
+ - po/cs/rgettext.po
172
+ - po/cs/rails.po
173
+ - po/zh/rgettext.po
174
+ - po/zh/rails.po
175
+ - po/de/rgettext.po
176
+ - po/de/rails.po
177
+ - po/et/rails.po
178
+ - po/ja/rgettext.po
179
+ - po/ja/rails.po
180
+ - po/es/rgettext.po
181
+ - po/es/rails.po
182
+ - po/ko/rgettext.po
183
+ - po/ko/rails.po
184
+ - po/ca/rgettext.po
185
+ - po/ca/rails.po
186
+ - po/pt_BR/rgettext.po
187
+ - po/pt_BR/rails.po
188
+ - po/sv/rgettext.po
189
+ - po/eo/rgettext.po
190
+ - po/eo/rails.po
191
+ - po/it/rgettext.po
192
+ - po/it/rails.po
193
+ - po/el/rgettext.po
194
+ - po/el/rails.po
195
+ - po/fr/rgettext.po
196
+ - po/fr/rails.po
197
+ - po/nl/rgettext.po
198
+ - po/nl/rails.po
199
+ - po/ru/rgettext.po
200
+ - po/ru/rails.po
201
+ - po/zh_TW/rgettext.po
202
+ - po/zh_TW/rails.po
203
+ - samples/cgi
204
+ - samples/hello.rb
205
+ - samples/hellogtk2.rb
206
+ - samples/hellotk.rb
207
+ - samples/hello_noop.rb
208
+ - samples/locale
107
209
  - samples/helloglade2.glade
108
210
  - samples/README
211
+ - samples/hello_plural.rb
109
212
  - samples/hello_textdomain.rb
110
- - samples/hellogtk2.rb
111
213
  - samples/rails
112
- - samples/hello.rb
214
+ - samples/hello2.rb
113
215
  - samples/hellogtk.rb
114
- - samples/hellotk.rb
115
- - samples/cgi
116
216
  - samples/po
117
- - samples/hello_plural.rb
118
- - samples/hello_noop.rb
119
- - samples/hello2.rb
120
- - samples/helloglade2.rb
121
- - samples/locale
122
217
  - samples/makemo.rb
123
- - samples/rails/README
124
- - samples/rails/config
125
- - samples/rails/script
126
- - samples/rails/log
127
- - samples/rails/db
128
- - samples/rails/po
129
- - samples/rails/lib
130
- - samples/rails/public
131
- - samples/rails/app
132
- - samples/rails/Rakefile
133
- - samples/rails/test
134
- - samples/rails/locale
135
- - samples/rails/vendor
136
- - samples/rails/config/routes.rb
137
- - samples/rails/config/boot.rb
138
- - samples/rails/config/database.yml
139
- - samples/rails/config/environment.rb
140
- - samples/rails/config/environments
141
- - samples/rails/config/environments/production.rb
142
- - samples/rails/config/environments/test.rb
143
- - samples/rails/config/environments/development.rb
144
- - samples/rails/script/plugin
145
- - samples/rails/script/server
146
- - samples/rails/script/performance
147
- - samples/rails/script/process
148
- - samples/rails/script/generate
149
- - samples/rails/script/runner
150
- - samples/rails/script/about
151
- - samples/rails/script/destroy
152
- - samples/rails/script/console
153
- - samples/rails/script/breakpointer
154
- - samples/rails/script/performance/profiler
155
- - samples/rails/script/performance/benchmarker
156
- - samples/rails/script/process/spawner
157
- - samples/rails/script/process/reaper
158
- - samples/rails/script/process/spinner
159
- - samples/rails/db/schema.rb
160
- - samples/rails/po/de
161
- - samples/rails/po/ko
162
- - samples/rails/po/ja
163
- - samples/rails/po/pt_BR
164
- - samples/rails/po/cs
165
- - samples/rails/po/es
166
- - samples/rails/po/zh_TW
167
- - samples/rails/po/ru
168
- - samples/rails/po/nl
169
- - samples/rails/po/it
170
- - samples/rails/po/blog.pot
171
- - samples/rails/po/el
172
- - samples/rails/po/zh
173
- - samples/rails/po/en
174
- - samples/rails/po/fr
175
- - samples/rails/po/de/blog.po
176
- - samples/rails/po/ko/blog.po
177
- - samples/rails/po/ja/blog.po
178
- - samples/rails/po/pt_BR/blog.po
179
- - samples/rails/po/cs/blog.po
180
- - samples/rails/po/es/blog.po
181
- - samples/rails/po/zh_TW/blog.po
182
- - samples/rails/po/ru/blog.po
183
- - samples/rails/po/nl/blog.po
184
- - samples/rails/po/it/blog.po
185
- - samples/rails/po/el/blog.po
186
- - samples/rails/po/zh/blog.po
187
- - samples/rails/po/en/blog.po
188
- - samples/rails/po/fr/blog.po
189
- - samples/rails/lib/tasks
190
- - samples/rails/lib/tasks/gettext.rake
191
- - samples/rails/public/stylesheets
192
- - samples/rails/public/index.html
193
- - samples/rails/public/favicon.ico
194
- - samples/rails/public/javascripts
195
- - samples/rails/public/dispatch.cgi
196
- - samples/rails/public/dispatch.rb
197
- - samples/rails/public/404.html
198
- - samples/rails/public/dispatch.fcgi
199
- - samples/rails/public/robots.txt
200
- - samples/rails/public/500.html
201
- - samples/rails/public/images
202
- - samples/rails/public/stylesheets/blog.css
203
- - samples/rails/public/stylesheets/scaffold.css
204
- - samples/rails/public/javascripts/controls.js
205
- - samples/rails/public/javascripts/effects.js
206
- - samples/rails/public/javascripts/dragdrop.js
207
- - samples/rails/public/javascripts/prototype.js
208
- - samples/rails/public/images/rails.png
209
- - samples/rails/app/helpers
210
- - samples/rails/app/views
211
- - samples/rails/app/models
212
- - samples/rails/app/controllers
213
- - samples/rails/app/helpers/blog_helper.rb
214
- - samples/rails/app/helpers/application_helper.rb
215
- - samples/rails/app/views/blog
216
- - samples/rails/app/views/layouts
217
- - samples/rails/app/views/blog/new.rhtml
218
- - samples/rails/app/views/blog/_form.rhtml
219
- - samples/rails/app/views/blog/list.rhtml
220
- - samples/rails/app/views/blog/edit.rhtml
221
- - samples/rails/app/views/blog/show.rhtml
222
- - samples/rails/app/views/layouts/blog.rhtml
223
- - samples/rails/app/models/article.rb
224
- - samples/rails/app/controllers/blog_controller.rb
225
- - samples/rails/app/controllers/application.rb
226
- - samples/rails/test/unit
227
- - samples/rails/test/functional
228
- - samples/rails/test/test_helper.rb
229
- - samples/rails/test/fixtures
230
- - samples/rails/test/unit/article_test.rb
231
- - samples/rails/test/functional/blog_controller_test.rb
232
- - samples/rails/test/fixtures/articles.yml
233
- - samples/rails/locale/de
234
- - samples/rails/locale/ko
235
- - samples/rails/locale/ja
236
- - samples/rails/locale/pt_BR
237
- - samples/rails/locale/cs
238
- - samples/rails/locale/es
239
- - samples/rails/locale/zh_TW
240
- - samples/rails/locale/ru
241
- - samples/rails/locale/nl
242
- - samples/rails/locale/it
243
- - samples/rails/locale/el
244
- - samples/rails/locale/zh
245
- - samples/rails/locale/en
246
- - samples/rails/locale/fr
247
- - samples/rails/locale/de/LC_MESSAGES
248
- - samples/rails/locale/de/LC_MESSAGES/blog.mo
249
- - samples/rails/locale/ko/LC_MESSAGES
250
- - samples/rails/locale/ko/LC_MESSAGES/blog.mo
251
- - samples/rails/locale/ja/LC_MESSAGES
252
- - samples/rails/locale/ja/LC_MESSAGES/blog.mo
253
- - samples/rails/locale/pt_BR/LC_MESSAGES
254
- - samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
255
- - samples/rails/locale/cs/LC_MESSAGES
256
- - samples/rails/locale/cs/LC_MESSAGES/blog.mo
257
- - samples/rails/locale/es/LC_MESSAGES
258
- - samples/rails/locale/es/LC_MESSAGES/blog.mo
259
- - samples/rails/locale/zh_TW/LC_MESSAGES
260
- - samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo
261
- - samples/rails/locale/ru/LC_MESSAGES
262
- - samples/rails/locale/ru/LC_MESSAGES/blog.mo
263
- - samples/rails/locale/nl/LC_MESSAGES
264
- - samples/rails/locale/nl/LC_MESSAGES/blog.mo
265
- - samples/rails/locale/it/LC_MESSAGES
266
- - samples/rails/locale/it/LC_MESSAGES/blog.mo
267
- - samples/rails/locale/el/LC_MESSAGES
268
- - samples/rails/locale/el/LC_MESSAGES/blog.mo
269
- - samples/rails/locale/zh/LC_MESSAGES
270
- - samples/rails/locale/zh/LC_MESSAGES/blog.mo
271
- - samples/rails/locale/en/LC_MESSAGES
272
- - samples/rails/locale/en/LC_MESSAGES/blog.mo
273
- - samples/rails/locale/fr/LC_MESSAGES
274
- - samples/rails/locale/fr/LC_MESSAGES/blog.mo
275
- - samples/rails/vendor/plugins
276
- - samples/rails/vendor/plugins/gettext
277
- - samples/rails/vendor/plugins/gettext/README
278
- - samples/rails/vendor/plugins/gettext/po
279
- - samples/rails/vendor/plugins/gettext/lib
280
- - samples/rails/vendor/plugins/gettext/Rakefile
281
- - samples/rails/vendor/plugins/gettext/init.rb
282
- - samples/rails/vendor/plugins/gettext/locale
283
- - samples/rails/vendor/plugins/gettext/po/de
284
- - samples/rails/vendor/plugins/gettext/po/ko
285
- - samples/rails/vendor/plugins/gettext/po/ja
286
- - samples/rails/vendor/plugins/gettext/po/pt_BR
287
- - samples/rails/vendor/plugins/gettext/po/cs
288
- - samples/rails/vendor/plugins/gettext/po/es
289
- - samples/rails/vendor/plugins/gettext/po/zh_TW
290
- - samples/rails/vendor/plugins/gettext/po/ru
291
- - samples/rails/vendor/plugins/gettext/po/nl
292
- - samples/rails/vendor/plugins/gettext/po/it
293
- - samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot
294
- - samples/rails/vendor/plugins/gettext/po/el
295
- - samples/rails/vendor/plugins/gettext/po/zh
296
- - samples/rails/vendor/plugins/gettext/po/fr
297
- - samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po
298
- - samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po
299
- - samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po
300
- - samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po
301
- - samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po
302
- - samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po
303
- - samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po
304
- - samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po
305
- - samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po
306
- - samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po
307
- - samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po
308
- - samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po
309
- - samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po
310
- - samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb
311
- - samples/rails/vendor/plugins/gettext/locale/de
312
- - samples/rails/vendor/plugins/gettext/locale/ko
313
- - samples/rails/vendor/plugins/gettext/locale/ja
314
- - samples/rails/vendor/plugins/gettext/locale/pt_BR
315
- - samples/rails/vendor/plugins/gettext/locale/cs
316
- - samples/rails/vendor/plugins/gettext/locale/es
317
- - samples/rails/vendor/plugins/gettext/locale/zh_TW
318
- - samples/rails/vendor/plugins/gettext/locale/ru
319
- - samples/rails/vendor/plugins/gettext/locale/nl
320
- - samples/rails/vendor/plugins/gettext/locale/it
321
- - samples/rails/vendor/plugins/gettext/locale/el
322
- - samples/rails/vendor/plugins/gettext/locale/zh
323
- - samples/rails/vendor/plugins/gettext/locale/fr
324
- - samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES
325
- - samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo
326
- - samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES
327
- - samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo
328
- - samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES
329
- - samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo
330
- - samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES
331
- - samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
332
- - samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES
333
- - samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo
334
- - samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES
335
- - samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo
336
- - samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES
337
- - samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo
338
- - samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES
339
- - samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo
340
- - samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES
341
- - samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo
342
- - samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES
343
- - samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo
344
- - samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES
345
- - samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo
346
- - samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES
347
- - samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo
348
- - samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES
349
- - samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo
350
- - samples/cgi/README
351
- - samples/cgi/ruby.bat
352
- - samples/cgi/other.rhtml
353
- - samples/cgi/gettext.css
354
- - samples/cgi/hellolib.rb
355
- - samples/cgi/helloerb1.cgi
356
- - samples/cgi/cookie.cgi
218
+ - samples/helloglade2.rb
357
219
  - samples/cgi/helloerb.rhtml
358
220
  - samples/cgi/index.cgi
359
- - samples/cgi/po
221
+ - samples/cgi/gettext.css
360
222
  - samples/cgi/Rakefile
361
- - samples/cgi/helloerb2.cgi
362
223
  - samples/cgi/locale
224
+ - samples/cgi/README
363
225
  - samples/cgi/http.rb
364
- - samples/cgi/po/helloerb2.pot
365
- - samples/cgi/po/de
366
- - samples/cgi/po/ko
367
- - samples/cgi/po/ja
368
- - samples/cgi/po/pt_BR
369
- - samples/cgi/po/cs
370
- - samples/cgi/po/hellolib.pot
371
- - samples/cgi/po/es
372
- - samples/cgi/po/zh_TW
373
- - samples/cgi/po/ru
374
- - samples/cgi/po/main.pot
375
- - samples/cgi/po/nl
376
- - samples/cgi/po/it
377
- - samples/cgi/po/el
378
- - samples/cgi/po/zh
379
- - samples/cgi/po/helloerb1.pot
380
- - samples/cgi/po/fr
381
- - samples/cgi/po/de/helloerb2.po
382
- - samples/cgi/po/de/main.po
383
- - samples/cgi/po/de/helloerb1.po
384
- - samples/cgi/po/de/hellolib.po
385
- - samples/cgi/po/ko/helloerb2.po
386
- - samples/cgi/po/ko/main.po
387
- - samples/cgi/po/ko/helloerb1.po
388
- - samples/cgi/po/ko/hellolib.po
389
- - samples/cgi/po/ja/helloerb2.po
390
- - samples/cgi/po/ja/main.po
391
- - samples/cgi/po/ja/helloerb1.po
392
- - samples/cgi/po/ja/hellolib.po
393
- - samples/cgi/po/pt_BR/helloerb2.po
394
- - samples/cgi/po/pt_BR/main.po
395
- - samples/cgi/po/pt_BR/helloerb1.po
396
- - samples/cgi/po/pt_BR/hellolib.po
397
- - samples/cgi/po/cs/helloerb2.po
398
- - samples/cgi/po/cs/main.po
399
- - samples/cgi/po/cs/helloerb1.po
400
- - samples/cgi/po/cs/hellolib.po
401
- - samples/cgi/po/es/helloerb2.po
402
- - samples/cgi/po/es/main.po
403
- - samples/cgi/po/es/helloerb1.po
404
- - samples/cgi/po/es/hellolib.po
405
- - samples/cgi/po/zh_TW/helloerb2.po
406
- - samples/cgi/po/zh_TW/main.po
407
- - samples/cgi/po/zh_TW/helloerb1.po
408
- - samples/cgi/po/zh_TW/hellolib.po
409
- - samples/cgi/po/ru/helloerb2.po
410
- - samples/cgi/po/ru/main.po
411
- - samples/cgi/po/ru/helloerb1.po
412
- - samples/cgi/po/ru/hellolib.po
413
- - samples/cgi/po/nl/helloerb2.po
414
- - samples/cgi/po/nl/main.po
415
- - samples/cgi/po/nl/helloerb1.po
416
- - samples/cgi/po/nl/hellolib.po
417
- - samples/cgi/po/it/helloerb2.po
418
- - samples/cgi/po/it/main.po
419
- - samples/cgi/po/it/helloerb1.po
420
- - samples/cgi/po/it/hellolib.po
421
- - samples/cgi/po/el/helloerb2.po
422
- - samples/cgi/po/el/main.po
423
- - samples/cgi/po/el/helloerb1.po
424
- - samples/cgi/po/el/hellolib.po
425
- - samples/cgi/po/zh/helloerb2.po
426
- - samples/cgi/po/zh/main.po
427
- - samples/cgi/po/zh/helloerb1.po
428
- - samples/cgi/po/zh/hellolib.po
429
- - samples/cgi/po/fr/helloerb2.po
430
- - samples/cgi/po/fr/main.po
431
- - samples/cgi/po/fr/helloerb1.po
432
- - samples/cgi/po/fr/hellolib.po
226
+ - samples/cgi/other.rhtml
227
+ - samples/cgi/helloerb2.cgi
228
+ - samples/cgi/ruby.bat
229
+ - samples/cgi/hellolib.rb
230
+ - samples/cgi/cookie.cgi
231
+ - samples/cgi/helloerb1.cgi
232
+ - samples/cgi/po
233
+ - samples/cgi/locale/cs
234
+ - samples/cgi/locale/zh
433
235
  - samples/cgi/locale/de
434
- - samples/cgi/locale/ko
435
236
  - samples/cgi/locale/ja
436
- - samples/cgi/locale/pt_BR
437
- - samples/cgi/locale/cs
438
237
  - samples/cgi/locale/es
439
- - samples/cgi/locale/zh_TW
440
- - samples/cgi/locale/ru
441
- - samples/cgi/locale/nl
238
+ - samples/cgi/locale/ko
239
+ - samples/cgi/locale/ca
240
+ - samples/cgi/locale/pt_BR
241
+ - samples/cgi/locale/eo
442
242
  - samples/cgi/locale/it
443
243
  - samples/cgi/locale/el
444
- - samples/cgi/locale/zh
445
244
  - samples/cgi/locale/fr
446
- - samples/cgi/locale/de/LC_MESSAGES
447
- - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
448
- - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
449
- - samples/cgi/locale/de/LC_MESSAGES/main.mo
450
- - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
451
- - samples/cgi/locale/ko/LC_MESSAGES
452
- - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
453
- - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
454
- - samples/cgi/locale/ko/LC_MESSAGES/main.mo
455
- - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
456
- - samples/cgi/locale/ja/LC_MESSAGES
457
- - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
458
- - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
459
- - samples/cgi/locale/ja/LC_MESSAGES/main.mo
460
- - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
461
- - samples/cgi/locale/pt_BR/LC_MESSAGES
462
- - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
463
- - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
464
- - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
465
- - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
245
+ - samples/cgi/locale/nl
246
+ - samples/cgi/locale/ru
247
+ - samples/cgi/locale/zh_TW
466
248
  - samples/cgi/locale/cs/LC_MESSAGES
467
249
  - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
468
- - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
469
250
  - samples/cgi/locale/cs/LC_MESSAGES/main.mo
470
251
  - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
252
+ - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
253
+ - samples/cgi/locale/zh/LC_MESSAGES
254
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
255
+ - samples/cgi/locale/zh/LC_MESSAGES/main.mo
256
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
257
+ - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
258
+ - samples/cgi/locale/de/LC_MESSAGES
259
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
260
+ - samples/cgi/locale/de/LC_MESSAGES/main.mo
261
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
262
+ - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
263
+ - samples/cgi/locale/ja/LC_MESSAGES
264
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
265
+ - samples/cgi/locale/ja/LC_MESSAGES/main.mo
266
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
267
+ - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
471
268
  - samples/cgi/locale/es/LC_MESSAGES
472
269
  - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
473
- - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
474
270
  - samples/cgi/locale/es/LC_MESSAGES/main.mo
475
271
  - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
476
- - samples/cgi/locale/zh_TW/LC_MESSAGES
477
- - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
478
- - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
479
- - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
480
- - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
481
- - samples/cgi/locale/ru/LC_MESSAGES
482
- - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
483
- - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
484
- - samples/cgi/locale/ru/LC_MESSAGES/main.mo
485
- - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
486
- - samples/cgi/locale/nl/LC_MESSAGES
487
- - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
488
- - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
489
- - samples/cgi/locale/nl/LC_MESSAGES/main.mo
490
- - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
272
+ - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
273
+ - samples/cgi/locale/ko/LC_MESSAGES
274
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
275
+ - samples/cgi/locale/ko/LC_MESSAGES/main.mo
276
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
277
+ - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
278
+ - samples/cgi/locale/ca/LC_MESSAGES
279
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
280
+ - samples/cgi/locale/ca/LC_MESSAGES/main.mo
281
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
282
+ - samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
283
+ - samples/cgi/locale/pt_BR/LC_MESSAGES
284
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
285
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
286
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
287
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
288
+ - samples/cgi/locale/eo/LC_MESSAGES
289
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
290
+ - samples/cgi/locale/eo/LC_MESSAGES/main.mo
291
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
292
+ - samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
491
293
  - samples/cgi/locale/it/LC_MESSAGES
492
294
  - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
493
- - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
494
295
  - samples/cgi/locale/it/LC_MESSAGES/main.mo
495
296
  - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
297
+ - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
496
298
  - samples/cgi/locale/el/LC_MESSAGES
497
299
  - samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
498
- - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
499
300
  - samples/cgi/locale/el/LC_MESSAGES/main.mo
500
301
  - samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
501
- - samples/cgi/locale/zh/LC_MESSAGES
502
- - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
503
- - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
504
- - samples/cgi/locale/zh/LC_MESSAGES/main.mo
505
- - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
302
+ - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
506
303
  - samples/cgi/locale/fr/LC_MESSAGES
507
304
  - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
508
- - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
509
305
  - samples/cgi/locale/fr/LC_MESSAGES/main.mo
510
306
  - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
511
- - samples/po/hello_plural.pot
512
- - samples/po/de
513
- - samples/po/ko
514
- - samples/po/ja
515
- - samples/po/pt_BR
516
- - samples/po/cs
517
- - samples/po/sv
518
- - samples/po/hello.pot
519
- - samples/po/es
520
- - samples/po/zh_TW
521
- - samples/po/hellogtk.pot
522
- - samples/po/ru
523
- - samples/po/nl
524
- - samples/po/it
525
- - samples/po/el
526
- - samples/po/hellotk.pot
527
- - samples/po/zh
528
- - samples/po/hello_noop.pot
529
- - samples/po/helloglade2.pot
530
- - samples/po/hello2.pot
531
- - samples/po/fr
532
- - samples/po/de/hellotk.po
533
- - samples/po/de/hellogtk.po
534
- - samples/po/de/hello2.po
535
- - samples/po/de/helloglade2.po
536
- - samples/po/de/hello_noop.po
537
- - samples/po/de/hello.po
538
- - samples/po/de/hello_plural.po
539
- - samples/po/ko/hellotk.po
540
- - samples/po/ko/hellogtk.po
541
- - samples/po/ko/hello2.po
542
- - samples/po/ko/helloglade2.po
543
- - samples/po/ko/hello_noop.po
544
- - samples/po/ko/hello.po
545
- - samples/po/ko/hello_plural.po
546
- - samples/po/ja/hellotk.po
547
- - samples/po/ja/hellogtk.po
548
- - samples/po/ja/hello2.po
549
- - samples/po/ja/helloglade2.po
550
- - samples/po/ja/hello_noop.po
551
- - samples/po/ja/hello.po
552
- - samples/po/ja/hello_plural.po
553
- - samples/po/pt_BR/hellotk.po
554
- - samples/po/pt_BR/hellogtk.po
555
- - samples/po/pt_BR/hello2.po
556
- - samples/po/pt_BR/helloglade2.po
557
- - samples/po/pt_BR/hello_noop.po
558
- - samples/po/pt_BR/hello.po
559
- - samples/po/pt_BR/hello_plural.po
560
- - samples/po/cs/hellotk.po
561
- - samples/po/cs/hellogtk.po
562
- - samples/po/cs/hello2.po
563
- - samples/po/cs/helloglade2.po
564
- - samples/po/cs/hello_noop.po
565
- - samples/po/cs/hello.po
566
- - samples/po/cs/hello_plural.po
567
- - samples/po/sv/hellotk.po
568
- - samples/po/sv/hellogtk.po
569
- - samples/po/sv/hello2.po
570
- - samples/po/sv/helloglade2.po
571
- - samples/po/sv/hello_noop.po
572
- - samples/po/sv/hello.po
573
- - samples/po/sv/hello_plural.po
574
- - samples/po/es/hellotk.po
575
- - samples/po/es/hellogtk.po
576
- - samples/po/es/hello2.po
577
- - samples/po/es/helloglade2.po
578
- - samples/po/es/hello_noop.po
579
- - samples/po/es/hello.po
580
- - samples/po/es/hello_plural.po
581
- - samples/po/zh_TW/hellotk.po
582
- - samples/po/zh_TW/hellogtk.po
583
- - samples/po/zh_TW/hello2.po
584
- - samples/po/zh_TW/helloglade2.po
585
- - samples/po/zh_TW/hello_noop.po
586
- - samples/po/zh_TW/hello.po
587
- - samples/po/zh_TW/hello_plural.po
588
- - samples/po/ru/hellotk.po
589
- - samples/po/ru/hellogtk.po
590
- - samples/po/ru/hello2.po
591
- - samples/po/ru/helloglade2.po
592
- - samples/po/ru/hello_noop.po
593
- - samples/po/ru/hello.po
594
- - samples/po/ru/hello_plural.po
595
- - samples/po/nl/hellotk.po
596
- - samples/po/nl/hellogtk.po
597
- - samples/po/nl/hello2.po
598
- - samples/po/nl/helloglade2.po
599
- - samples/po/nl/hello_noop.po
600
- - samples/po/nl/hello.po
601
- - samples/po/nl/hello_plural.po
602
- - samples/po/it/hellotk.po
603
- - samples/po/it/hellogtk.po
604
- - samples/po/it/hello2.po
605
- - samples/po/it/helloglade2.po
606
- - samples/po/it/hello_noop.po
607
- - samples/po/it/hello.po
608
- - samples/po/it/hello_plural.po
609
- - samples/po/el/hellotk.po
610
- - samples/po/el/hellogtk.po
611
- - samples/po/el/hello2.po
612
- - samples/po/el/helloglade2.po
613
- - samples/po/el/hello_noop.po
614
- - samples/po/el/hello.po
615
- - samples/po/el/hello_plural.po
616
- - samples/po/zh/hellotk.po
617
- - samples/po/zh/hellogtk.po
618
- - samples/po/zh/hello2.po
619
- - samples/po/zh/helloglade2.po
620
- - samples/po/zh/hello_noop.po
621
- - samples/po/zh/hello.po
622
- - samples/po/zh/hello_plural.po
623
- - samples/po/fr/hellotk.po
624
- - samples/po/fr/hellogtk.po
625
- - samples/po/fr/hello2.po
626
- - samples/po/fr/helloglade2.po
627
- - samples/po/fr/hello_noop.po
628
- - samples/po/fr/hello.po
629
- - samples/po/fr/hello_plural.po
630
- - samples/locale/de
631
- - samples/locale/ko
632
- - samples/locale/ja
633
- - samples/locale/pt_BR
634
- - samples/locale/cs
635
- - samples/locale/sv
636
- - samples/locale/es
637
- - samples/locale/zh_TW
638
- - samples/locale/ru
639
- - samples/locale/nl
640
- - samples/locale/it
641
- - samples/locale/el
642
- - samples/locale/zh
643
- - samples/locale/fr
644
- - samples/locale/de/LC_MESSAGES
645
- - samples/locale/de/LC_MESSAGES/helloglade2.mo
646
- - samples/locale/de/LC_MESSAGES/hello.mo
647
- - samples/locale/de/LC_MESSAGES/hello2.mo
648
- - samples/locale/de/LC_MESSAGES/hellotk.mo
649
- - samples/locale/de/LC_MESSAGES/hello_plural.mo
650
- - samples/locale/de/LC_MESSAGES/hello_noop.mo
651
- - samples/locale/de/LC_MESSAGES/hellogtk.mo
652
- - samples/locale/ko/LC_MESSAGES
653
- - samples/locale/ko/LC_MESSAGES/helloglade2.mo
654
- - samples/locale/ko/LC_MESSAGES/hello.mo
655
- - samples/locale/ko/LC_MESSAGES/hello2.mo
656
- - samples/locale/ko/LC_MESSAGES/hellotk.mo
657
- - samples/locale/ko/LC_MESSAGES/hello_plural.mo
658
- - samples/locale/ko/LC_MESSAGES/hello_noop.mo
659
- - samples/locale/ko/LC_MESSAGES/hellogtk.mo
660
- - samples/locale/ja/LC_MESSAGES
661
- - samples/locale/ja/LC_MESSAGES/helloglade2.mo
662
- - samples/locale/ja/LC_MESSAGES/hello.mo
663
- - samples/locale/ja/LC_MESSAGES/hello2.mo
664
- - samples/locale/ja/LC_MESSAGES/hellotk.mo
665
- - samples/locale/ja/LC_MESSAGES/hello_plural.mo
666
- - samples/locale/ja/LC_MESSAGES/hello_noop.mo
667
- - samples/locale/ja/LC_MESSAGES/hellogtk.mo
668
- - samples/locale/pt_BR/LC_MESSAGES
669
- - samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo
670
- - samples/locale/pt_BR/LC_MESSAGES/hello.mo
671
- - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
672
- - samples/locale/pt_BR/LC_MESSAGES/hellotk.mo
673
- - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
674
- - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
675
- - samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo
676
- - samples/locale/cs/LC_MESSAGES
677
- - samples/locale/cs/LC_MESSAGES/helloglade2.mo
678
- - samples/locale/cs/LC_MESSAGES/hello.mo
679
- - samples/locale/cs/LC_MESSAGES/hello2.mo
680
- - samples/locale/cs/LC_MESSAGES/hellotk.mo
681
- - samples/locale/cs/LC_MESSAGES/hello_plural.mo
682
- - samples/locale/cs/LC_MESSAGES/hello_noop.mo
683
- - samples/locale/cs/LC_MESSAGES/hellogtk.mo
684
- - samples/locale/sv/LC_MESSAGES
685
- - samples/locale/sv/LC_MESSAGES/helloglade2.mo
686
- - samples/locale/sv/LC_MESSAGES/hello.mo
687
- - samples/locale/sv/LC_MESSAGES/hello2.mo
688
- - samples/locale/sv/LC_MESSAGES/hellotk.mo
689
- - samples/locale/sv/LC_MESSAGES/hello_plural.mo
690
- - samples/locale/sv/LC_MESSAGES/hello_noop.mo
691
- - samples/locale/sv/LC_MESSAGES/hellogtk.mo
692
- - samples/locale/es/LC_MESSAGES
693
- - samples/locale/es/LC_MESSAGES/helloglade2.mo
694
- - samples/locale/es/LC_MESSAGES/hello.mo
695
- - samples/locale/es/LC_MESSAGES/hello2.mo
696
- - samples/locale/es/LC_MESSAGES/hellotk.mo
307
+ - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
308
+ - samples/cgi/locale/nl/LC_MESSAGES
309
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
310
+ - samples/cgi/locale/nl/LC_MESSAGES/main.mo
311
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
312
+ - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
313
+ - samples/cgi/locale/ru/LC_MESSAGES
314
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
315
+ - samples/cgi/locale/ru/LC_MESSAGES/main.mo
316
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
317
+ - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
318
+ - samples/cgi/locale/zh_TW/LC_MESSAGES
319
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
320
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
321
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
322
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
323
+ - samples/cgi/po/cs
324
+ - samples/cgi/po/zh
325
+ - samples/cgi/po/de
326
+ - samples/cgi/po/ja
327
+ - samples/cgi/po/hellolib.pot
328
+ - samples/cgi/po/es
329
+ - samples/cgi/po/ko
330
+ - samples/cgi/po/ca
331
+ - samples/cgi/po/helloerb1.pot
332
+ - samples/cgi/po/pt_BR
333
+ - samples/cgi/po/main.pot
334
+ - samples/cgi/po/eo
335
+ - samples/cgi/po/it
336
+ - samples/cgi/po/helloerb2.pot
337
+ - samples/cgi/po/el
338
+ - samples/cgi/po/fr
339
+ - samples/cgi/po/nl
340
+ - samples/cgi/po/ru
341
+ - samples/cgi/po/zh_TW
342
+ - samples/cgi/po/cs/hellolib.po
343
+ - samples/cgi/po/cs/helloerb1.po
344
+ - samples/cgi/po/cs/main.po
345
+ - samples/cgi/po/cs/helloerb2.po
346
+ - samples/cgi/po/zh/hellolib.po
347
+ - samples/cgi/po/zh/helloerb1.po
348
+ - samples/cgi/po/zh/main.po
349
+ - samples/cgi/po/zh/helloerb2.po
350
+ - samples/cgi/po/de/hellolib.po
351
+ - samples/cgi/po/de/helloerb1.po
352
+ - samples/cgi/po/de/main.po
353
+ - samples/cgi/po/de/helloerb2.po
354
+ - samples/cgi/po/ja/hellolib.po
355
+ - samples/cgi/po/ja/helloerb1.po
356
+ - samples/cgi/po/ja/main.po
357
+ - samples/cgi/po/ja/helloerb2.po
358
+ - samples/cgi/po/es/hellolib.po
359
+ - samples/cgi/po/es/helloerb1.po
360
+ - samples/cgi/po/es/main.po
361
+ - samples/cgi/po/es/helloerb2.po
362
+ - samples/cgi/po/ko/hellolib.po
363
+ - samples/cgi/po/ko/helloerb1.po
364
+ - samples/cgi/po/ko/main.po
365
+ - samples/cgi/po/ko/helloerb2.po
366
+ - samples/cgi/po/ca/hellolib.po
367
+ - samples/cgi/po/ca/helloerb1.po
368
+ - samples/cgi/po/ca/main.po
369
+ - samples/cgi/po/ca/helloerb2.po
370
+ - samples/cgi/po/pt_BR/hellolib.po
371
+ - samples/cgi/po/pt_BR/helloerb1.po
372
+ - samples/cgi/po/pt_BR/main.po
373
+ - samples/cgi/po/pt_BR/helloerb2.po
374
+ - samples/cgi/po/eo/hellolib.po
375
+ - samples/cgi/po/eo/helloerb1.po
376
+ - samples/cgi/po/eo/main.po
377
+ - samples/cgi/po/eo/helloerb2.po
378
+ - samples/cgi/po/it/hellolib.po
379
+ - samples/cgi/po/it/helloerb1.po
380
+ - samples/cgi/po/it/main.po
381
+ - samples/cgi/po/it/helloerb2.po
382
+ - samples/cgi/po/el/hellolib.po
383
+ - samples/cgi/po/el/helloerb1.po
384
+ - samples/cgi/po/el/main.po
385
+ - samples/cgi/po/el/helloerb2.po
386
+ - samples/cgi/po/fr/hellolib.po
387
+ - samples/cgi/po/fr/helloerb1.po
388
+ - samples/cgi/po/fr/main.po
389
+ - samples/cgi/po/fr/helloerb2.po
390
+ - samples/cgi/po/nl/hellolib.po
391
+ - samples/cgi/po/nl/helloerb1.po
392
+ - samples/cgi/po/nl/main.po
393
+ - samples/cgi/po/nl/helloerb2.po
394
+ - samples/cgi/po/ru/hellolib.po
395
+ - samples/cgi/po/ru/helloerb1.po
396
+ - samples/cgi/po/ru/main.po
397
+ - samples/cgi/po/ru/helloerb2.po
398
+ - samples/cgi/po/zh_TW/hellolib.po
399
+ - samples/cgi/po/zh_TW/helloerb1.po
400
+ - samples/cgi/po/zh_TW/main.po
401
+ - samples/cgi/po/zh_TW/helloerb2.po
402
+ - samples/locale/cs
403
+ - samples/locale/zh
404
+ - samples/locale/de
405
+ - samples/locale/ja
406
+ - samples/locale/es
407
+ - samples/locale/ko
408
+ - samples/locale/ca
409
+ - samples/locale/pt_BR
410
+ - samples/locale/sv
411
+ - samples/locale/eo
412
+ - samples/locale/it
413
+ - samples/locale/el
414
+ - samples/locale/fr
415
+ - samples/locale/nl
416
+ - samples/locale/ru
417
+ - samples/locale/zh_TW
418
+ - samples/locale/cs/LC_MESSAGES
419
+ - samples/locale/cs/LC_MESSAGES/hello_plural.mo
420
+ - samples/locale/cs/LC_MESSAGES/hello.mo
421
+ - samples/locale/cs/LC_MESSAGES/hello_noop.mo
422
+ - samples/locale/cs/LC_MESSAGES/hellogtk.mo
423
+ - samples/locale/cs/LC_MESSAGES/hellotk.mo
424
+ - samples/locale/cs/LC_MESSAGES/helloglade2.mo
425
+ - samples/locale/cs/LC_MESSAGES/hello2.mo
426
+ - samples/locale/zh/LC_MESSAGES
427
+ - samples/locale/zh/LC_MESSAGES/hello_plural.mo
428
+ - samples/locale/zh/LC_MESSAGES/hello.mo
429
+ - samples/locale/zh/LC_MESSAGES/hello_noop.mo
430
+ - samples/locale/zh/LC_MESSAGES/hellogtk.mo
431
+ - samples/locale/zh/LC_MESSAGES/hellotk.mo
432
+ - samples/locale/zh/LC_MESSAGES/helloglade2.mo
433
+ - samples/locale/zh/LC_MESSAGES/hello2.mo
434
+ - samples/locale/de/LC_MESSAGES
435
+ - samples/locale/de/LC_MESSAGES/hello_plural.mo
436
+ - samples/locale/de/LC_MESSAGES/hello.mo
437
+ - samples/locale/de/LC_MESSAGES/hello_noop.mo
438
+ - samples/locale/de/LC_MESSAGES/hellogtk.mo
439
+ - samples/locale/de/LC_MESSAGES/hellotk.mo
440
+ - samples/locale/de/LC_MESSAGES/helloglade2.mo
441
+ - samples/locale/de/LC_MESSAGES/hello2.mo
442
+ - samples/locale/ja/LC_MESSAGES
443
+ - samples/locale/ja/LC_MESSAGES/hello_plural.mo
444
+ - samples/locale/ja/LC_MESSAGES/hello.mo
445
+ - samples/locale/ja/LC_MESSAGES/hello_noop.mo
446
+ - samples/locale/ja/LC_MESSAGES/hellogtk.mo
447
+ - samples/locale/ja/LC_MESSAGES/hellotk.mo
448
+ - samples/locale/ja/LC_MESSAGES/helloglade2.mo
449
+ - samples/locale/ja/LC_MESSAGES/hello2.mo
450
+ - samples/locale/es/LC_MESSAGES
697
451
  - samples/locale/es/LC_MESSAGES/hello_plural.mo
452
+ - samples/locale/es/LC_MESSAGES/hello.mo
698
453
  - samples/locale/es/LC_MESSAGES/hello_noop.mo
699
454
  - samples/locale/es/LC_MESSAGES/hellogtk.mo
700
- - samples/locale/zh_TW/LC_MESSAGES
701
- - samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo
702
- - samples/locale/zh_TW/LC_MESSAGES/hello.mo
703
- - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
704
- - samples/locale/zh_TW/LC_MESSAGES/hellotk.mo
705
- - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
706
- - samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
707
- - samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo
708
- - samples/locale/ru/LC_MESSAGES
709
- - samples/locale/ru/LC_MESSAGES/helloglade2.mo
710
- - samples/locale/ru/LC_MESSAGES/hello.mo
711
- - samples/locale/ru/LC_MESSAGES/hello2.mo
712
- - samples/locale/ru/LC_MESSAGES/hellotk.mo
713
- - samples/locale/ru/LC_MESSAGES/hello_plural.mo
714
- - samples/locale/ru/LC_MESSAGES/hello_noop.mo
715
- - samples/locale/ru/LC_MESSAGES/hellogtk.mo
716
- - samples/locale/nl/LC_MESSAGES
717
- - samples/locale/nl/LC_MESSAGES/helloglade2.mo
718
- - samples/locale/nl/LC_MESSAGES/hello.mo
719
- - samples/locale/nl/LC_MESSAGES/hello2.mo
720
- - samples/locale/nl/LC_MESSAGES/hellotk.mo
721
- - samples/locale/nl/LC_MESSAGES/hello_plural.mo
722
- - samples/locale/nl/LC_MESSAGES/hello_noop.mo
723
- - samples/locale/nl/LC_MESSAGES/hellogtk.mo
455
+ - samples/locale/es/LC_MESSAGES/hellotk.mo
456
+ - samples/locale/es/LC_MESSAGES/helloglade2.mo
457
+ - samples/locale/es/LC_MESSAGES/hello2.mo
458
+ - samples/locale/ko/LC_MESSAGES
459
+ - samples/locale/ko/LC_MESSAGES/hello_plural.mo
460
+ - samples/locale/ko/LC_MESSAGES/hello.mo
461
+ - samples/locale/ko/LC_MESSAGES/hello_noop.mo
462
+ - samples/locale/ko/LC_MESSAGES/hellogtk.mo
463
+ - samples/locale/ko/LC_MESSAGES/hellotk.mo
464
+ - samples/locale/ko/LC_MESSAGES/helloglade2.mo
465
+ - samples/locale/ko/LC_MESSAGES/hello2.mo
466
+ - samples/locale/ca/LC_MESSAGES
467
+ - samples/locale/ca/LC_MESSAGES/hello_plural.mo
468
+ - samples/locale/ca/LC_MESSAGES/hello.mo
469
+ - samples/locale/ca/LC_MESSAGES/hello_noop.mo
470
+ - samples/locale/ca/LC_MESSAGES/hellogtk.mo
471
+ - samples/locale/ca/LC_MESSAGES/hellotk.mo
472
+ - samples/locale/ca/LC_MESSAGES/helloglade2.mo
473
+ - samples/locale/ca/LC_MESSAGES/hello2.mo
474
+ - samples/locale/pt_BR/LC_MESSAGES
475
+ - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
476
+ - samples/locale/pt_BR/LC_MESSAGES/hello.mo
477
+ - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
478
+ - samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo
479
+ - samples/locale/pt_BR/LC_MESSAGES/hellotk.mo
480
+ - samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo
481
+ - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
482
+ - samples/locale/sv/LC_MESSAGES
483
+ - samples/locale/sv/LC_MESSAGES/hello_plural.mo
484
+ - samples/locale/sv/LC_MESSAGES/hello.mo
485
+ - samples/locale/sv/LC_MESSAGES/hello_noop.mo
486
+ - samples/locale/sv/LC_MESSAGES/hellogtk.mo
487
+ - samples/locale/sv/LC_MESSAGES/hellotk.mo
488
+ - samples/locale/sv/LC_MESSAGES/helloglade2.mo
489
+ - samples/locale/sv/LC_MESSAGES/hello2.mo
490
+ - samples/locale/eo/LC_MESSAGES
491
+ - samples/locale/eo/LC_MESSAGES/hello_plural.mo
492
+ - samples/locale/eo/LC_MESSAGES/hello.mo
493
+ - samples/locale/eo/LC_MESSAGES/hello_noop.mo
494
+ - samples/locale/eo/LC_MESSAGES/hellogtk.mo
495
+ - samples/locale/eo/LC_MESSAGES/hellotk.mo
496
+ - samples/locale/eo/LC_MESSAGES/helloglade2.mo
497
+ - samples/locale/eo/LC_MESSAGES/hello2.mo
724
498
  - samples/locale/it/LC_MESSAGES
725
- - samples/locale/it/LC_MESSAGES/helloglade2.mo
726
- - samples/locale/it/LC_MESSAGES/hello.mo
727
- - samples/locale/it/LC_MESSAGES/hello2.mo
728
- - samples/locale/it/LC_MESSAGES/hellotk.mo
729
499
  - samples/locale/it/LC_MESSAGES/hello_plural.mo
500
+ - samples/locale/it/LC_MESSAGES/hello.mo
730
501
  - samples/locale/it/LC_MESSAGES/hello_noop.mo
731
502
  - samples/locale/it/LC_MESSAGES/hellogtk.mo
503
+ - samples/locale/it/LC_MESSAGES/hellotk.mo
504
+ - samples/locale/it/LC_MESSAGES/helloglade2.mo
505
+ - samples/locale/it/LC_MESSAGES/hello2.mo
732
506
  - samples/locale/el/LC_MESSAGES
733
- - samples/locale/el/LC_MESSAGES/helloglade2.mo
734
- - samples/locale/el/LC_MESSAGES/hello.mo
735
- - samples/locale/el/LC_MESSAGES/hello2.mo
736
- - samples/locale/el/LC_MESSAGES/hellotk.mo
737
507
  - samples/locale/el/LC_MESSAGES/hello_plural.mo
508
+ - samples/locale/el/LC_MESSAGES/hello.mo
738
509
  - samples/locale/el/LC_MESSAGES/hello_noop.mo
739
510
  - samples/locale/el/LC_MESSAGES/hellogtk.mo
740
- - samples/locale/zh/LC_MESSAGES
741
- - samples/locale/zh/LC_MESSAGES/helloglade2.mo
742
- - samples/locale/zh/LC_MESSAGES/hello.mo
743
- - samples/locale/zh/LC_MESSAGES/hello2.mo
744
- - samples/locale/zh/LC_MESSAGES/hellotk.mo
745
- - samples/locale/zh/LC_MESSAGES/hello_plural.mo
746
- - samples/locale/zh/LC_MESSAGES/hello_noop.mo
747
- - samples/locale/zh/LC_MESSAGES/hellogtk.mo
511
+ - samples/locale/el/LC_MESSAGES/hellotk.mo
512
+ - samples/locale/el/LC_MESSAGES/helloglade2.mo
513
+ - samples/locale/el/LC_MESSAGES/hello2.mo
748
514
  - samples/locale/fr/LC_MESSAGES
749
- - samples/locale/fr/LC_MESSAGES/helloglade2.mo
750
- - samples/locale/fr/LC_MESSAGES/hello.mo
751
- - samples/locale/fr/LC_MESSAGES/hello2.mo
752
- - samples/locale/fr/LC_MESSAGES/hellotk.mo
753
515
  - samples/locale/fr/LC_MESSAGES/hello_plural.mo
516
+ - samples/locale/fr/LC_MESSAGES/hello.mo
754
517
  - samples/locale/fr/LC_MESSAGES/hello_noop.mo
755
518
  - samples/locale/fr/LC_MESSAGES/hellogtk.mo
756
- - ext/gettext
757
- - ext/gettext/extconf.rb
758
- - ext/gettext/locale_system.c
759
- - po/rgettext.pot
760
- - po/de
761
- - po/ko
762
- - po/ja
763
- - po/pt_BR
764
- - po/cs
765
- - po/sv
766
- - po/es
767
- - po/zh_TW
768
- - po/et
769
- - po/ru
770
- - po/nl
771
- - po/it
772
- - po/el
773
- - po/zh
774
- - po/rails.pot
775
- - po/fr
776
- - po/de/rgettext.po
777
- - po/de/rails.po
778
- - po/ko/rgettext.po
779
- - po/ko/rails.po
780
- - po/ja/rgettext.po
781
- - po/ja/rails.po
782
- - po/pt_BR/rgettext.po
783
- - po/pt_BR/rails.po
784
- - po/cs/rgettext.po
785
- - po/cs/rails.po
786
- - po/sv/rgettext.po
787
- - po/es/rgettext.po
788
- - po/es/rails.po
789
- - po/zh_TW/rgettext.po
790
- - po/zh_TW/rails.po
791
- - po/et/rails.po
792
- - po/ru/rgettext.po
793
- - po/ru/rails.po
794
- - po/nl/rgettext.po
795
- - po/nl/rails.po
796
- - po/it/rgettext.po
797
- - po/it/rails.po
798
- - po/el/rgettext.po
799
- - po/el/rails.po
800
- - po/zh/rgettext.po
801
- - po/zh/rails.po
802
- - po/fr/rgettext.po
803
- - po/fr/rails.po
804
- - lib/gettext
805
- - lib/gettext.rb
806
- - lib/gettext/locale_win32.rb
807
- - lib/gettext/rmsgmerge.rb
808
- - lib/gettext/locale_posix.rb
809
- - lib/gettext/poparser.rb
810
- - lib/gettext/string.rb
811
- - lib/gettext/textdomainmanager.rb
812
- - lib/gettext/container.rb
813
- - lib/gettext/textdomain.rb
814
- - lib/gettext/locale_cgi.rb
815
- - lib/gettext/rgettext.rb
816
- - lib/gettext/locale.rb
817
- - lib/gettext/locale_table_win32.rb
818
- - lib/gettext/iconv.rb
819
- - lib/gettext/parser
820
- - lib/gettext/locale_object.rb
821
- - lib/gettext/utils.rb
822
- - lib/gettext/active_record.rb
823
- - lib/gettext/mo.rb
824
- - lib/gettext/version.rb
825
- - lib/gettext/rmsgfmt.rb
826
- - lib/gettext/rails.rb
827
- - lib/gettext/cgi.rb
828
- - lib/gettext/erb.rb
829
- - lib/gettext/parser/glade.rb
830
- - lib/gettext/parser/active_record.rb
831
- - lib/gettext/parser/ruby.rb
832
- - lib/gettext/parser/erb.rb
833
- - test/gettext_runner.rb
519
+ - samples/locale/fr/LC_MESSAGES/hellotk.mo
520
+ - samples/locale/fr/LC_MESSAGES/helloglade2.mo
521
+ - samples/locale/fr/LC_MESSAGES/hello2.mo
522
+ - samples/locale/nl/LC_MESSAGES
523
+ - samples/locale/nl/LC_MESSAGES/hello_plural.mo
524
+ - samples/locale/nl/LC_MESSAGES/hello.mo
525
+ - samples/locale/nl/LC_MESSAGES/hello_noop.mo
526
+ - samples/locale/nl/LC_MESSAGES/hellogtk.mo
527
+ - samples/locale/nl/LC_MESSAGES/hellotk.mo
528
+ - samples/locale/nl/LC_MESSAGES/helloglade2.mo
529
+ - samples/locale/nl/LC_MESSAGES/hello2.mo
530
+ - samples/locale/ru/LC_MESSAGES
531
+ - samples/locale/ru/LC_MESSAGES/hello_plural.mo
532
+ - samples/locale/ru/LC_MESSAGES/hello.mo
533
+ - samples/locale/ru/LC_MESSAGES/hello_noop.mo
534
+ - samples/locale/ru/LC_MESSAGES/hellogtk.mo
535
+ - samples/locale/ru/LC_MESSAGES/hellotk.mo
536
+ - samples/locale/ru/LC_MESSAGES/helloglade2.mo
537
+ - samples/locale/ru/LC_MESSAGES/hello2.mo
538
+ - samples/locale/zh_TW/LC_MESSAGES
539
+ - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
540
+ - samples/locale/zh_TW/LC_MESSAGES/hello.mo
541
+ - samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
542
+ - samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo
543
+ - samples/locale/zh_TW/LC_MESSAGES/hellotk.mo
544
+ - samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo
545
+ - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
546
+ - samples/rails/vendor
547
+ - samples/rails/app
548
+ - samples/rails/script
549
+ - samples/rails/Rakefile
550
+ - samples/rails/locale
551
+ - samples/rails/public
552
+ - samples/rails/README
553
+ - samples/rails/log
554
+ - samples/rails/lib
555
+ - samples/rails/config
556
+ - samples/rails/po
557
+ - samples/rails/test
558
+ - samples/rails/db
559
+ - samples/rails/vendor/plugins
560
+ - samples/rails/vendor/plugins/gettext
561
+ - samples/rails/vendor/plugins/gettext/init.rb
562
+ - samples/rails/vendor/plugins/gettext/Rakefile
563
+ - samples/rails/vendor/plugins/gettext/locale
564
+ - samples/rails/vendor/plugins/gettext/README
565
+ - samples/rails/vendor/plugins/gettext/lib
566
+ - samples/rails/vendor/plugins/gettext/po
567
+ - samples/rails/vendor/plugins/gettext/locale/cs
568
+ - samples/rails/vendor/plugins/gettext/locale/zh
569
+ - samples/rails/vendor/plugins/gettext/locale/de
570
+ - samples/rails/vendor/plugins/gettext/locale/ja
571
+ - samples/rails/vendor/plugins/gettext/locale/es
572
+ - samples/rails/vendor/plugins/gettext/locale/ko
573
+ - samples/rails/vendor/plugins/gettext/locale/ca
574
+ - samples/rails/vendor/plugins/gettext/locale/pt_BR
575
+ - samples/rails/vendor/plugins/gettext/locale/it
576
+ - samples/rails/vendor/plugins/gettext/locale/el
577
+ - samples/rails/vendor/plugins/gettext/locale/fr
578
+ - samples/rails/vendor/plugins/gettext/locale/nl
579
+ - samples/rails/vendor/plugins/gettext/locale/ru
580
+ - samples/rails/vendor/plugins/gettext/locale/zh_TW
581
+ - samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES
582
+ - samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo
583
+ - samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES
584
+ - samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo
585
+ - samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES
586
+ - samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo
587
+ - samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES
588
+ - samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo
589
+ - samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES
590
+ - samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo
591
+ - samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES
592
+ - samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo
593
+ - samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES
594
+ - samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo
595
+ - samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES
596
+ - samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
597
+ - samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES
598
+ - samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo
599
+ - samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES
600
+ - samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo
601
+ - samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES
602
+ - samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo
603
+ - samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES
604
+ - samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo
605
+ - samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES
606
+ - samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo
607
+ - samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES
608
+ - samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo
609
+ - samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb
610
+ - samples/rails/vendor/plugins/gettext/po/cs
611
+ - samples/rails/vendor/plugins/gettext/po/zh
612
+ - samples/rails/vendor/plugins/gettext/po/de
613
+ - samples/rails/vendor/plugins/gettext/po/ja
614
+ - samples/rails/vendor/plugins/gettext/po/es
615
+ - samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot
616
+ - samples/rails/vendor/plugins/gettext/po/ko
617
+ - samples/rails/vendor/plugins/gettext/po/ca
618
+ - samples/rails/vendor/plugins/gettext/po/pt_BR
619
+ - samples/rails/vendor/plugins/gettext/po/eo
620
+ - samples/rails/vendor/plugins/gettext/po/it
621
+ - samples/rails/vendor/plugins/gettext/po/el
622
+ - samples/rails/vendor/plugins/gettext/po/fr
623
+ - samples/rails/vendor/plugins/gettext/po/nl
624
+ - samples/rails/vendor/plugins/gettext/po/en
625
+ - samples/rails/vendor/plugins/gettext/po/ru
626
+ - samples/rails/vendor/plugins/gettext/po/zh_TW
627
+ - samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po
628
+ - samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po
629
+ - samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po
630
+ - samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po
631
+ - samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po
632
+ - samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po
633
+ - samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po
634
+ - samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po
635
+ - samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po
636
+ - samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po
637
+ - samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po
638
+ - samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po
639
+ - samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po
640
+ - samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po
641
+ - samples/rails/app/models
642
+ - samples/rails/app/helpers
643
+ - samples/rails/app/views
644
+ - samples/rails/app/controllers
645
+ - samples/rails/app/models/article.rb
646
+ - samples/rails/app/helpers/application_helper.rb
647
+ - samples/rails/app/helpers/blog_helper.rb
648
+ - samples/rails/app/views/layouts
649
+ - samples/rails/app/views/blog
650
+ - samples/rails/app/views/layouts/blog.rhtml
651
+ - samples/rails/app/views/blog/edit.rhtml
652
+ - samples/rails/app/views/blog/list.rhtml
653
+ - samples/rails/app/views/blog/_form.rhtml
654
+ - samples/rails/app/views/blog/new.rhtml
655
+ - samples/rails/app/views/blog/show.rhtml
656
+ - samples/rails/app/controllers/application.rb
657
+ - samples/rails/app/controllers/blog_controller.rb
658
+ - samples/rails/script/destroy
659
+ - samples/rails/script/breakpointer
660
+ - samples/rails/script/process
661
+ - samples/rails/script/console
662
+ - samples/rails/script/performance
663
+ - samples/rails/script/server
664
+ - samples/rails/script/plugin
665
+ - samples/rails/script/about
666
+ - samples/rails/script/runner
667
+ - samples/rails/script/generate
668
+ - samples/rails/script/process/spinner
669
+ - samples/rails/script/process/spawner
670
+ - samples/rails/script/process/reaper
671
+ - samples/rails/script/performance/benchmarker
672
+ - samples/rails/script/performance/profiler
673
+ - samples/rails/locale/cs
674
+ - samples/rails/locale/zh
675
+ - samples/rails/locale/de
676
+ - samples/rails/locale/ja
677
+ - samples/rails/locale/es
678
+ - samples/rails/locale/ko
679
+ - samples/rails/locale/ca
680
+ - samples/rails/locale/pt_BR
681
+ - samples/rails/locale/eo
682
+ - samples/rails/locale/it
683
+ - samples/rails/locale/el
684
+ - samples/rails/locale/fr
685
+ - samples/rails/locale/nl
686
+ - samples/rails/locale/en
687
+ - samples/rails/locale/ru
688
+ - samples/rails/locale/zh_TW
689
+ - samples/rails/locale/cs/LC_MESSAGES
690
+ - samples/rails/locale/cs/LC_MESSAGES/blog.mo
691
+ - samples/rails/locale/zh/LC_MESSAGES
692
+ - samples/rails/locale/zh/LC_MESSAGES/blog.mo
693
+ - samples/rails/locale/de/LC_MESSAGES
694
+ - samples/rails/locale/de/LC_MESSAGES/blog.mo
695
+ - samples/rails/locale/ja/LC_MESSAGES
696
+ - samples/rails/locale/ja/LC_MESSAGES/blog.mo
697
+ - samples/rails/locale/es/LC_MESSAGES
698
+ - samples/rails/locale/es/LC_MESSAGES/blog.mo
699
+ - samples/rails/locale/ko/LC_MESSAGES
700
+ - samples/rails/locale/ko/LC_MESSAGES/blog.mo
701
+ - samples/rails/locale/ca/LC_MESSAGES
702
+ - samples/rails/locale/ca/LC_MESSAGES/blog.mo
703
+ - samples/rails/locale/pt_BR/LC_MESSAGES
704
+ - samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
705
+ - samples/rails/locale/eo/LC_MESSAGES
706
+ - samples/rails/locale/eo/LC_MESSAGES/blog.mo
707
+ - samples/rails/locale/it/LC_MESSAGES
708
+ - samples/rails/locale/it/LC_MESSAGES/blog.mo
709
+ - samples/rails/locale/el/LC_MESSAGES
710
+ - samples/rails/locale/el/LC_MESSAGES/blog.mo
711
+ - samples/rails/locale/fr/LC_MESSAGES
712
+ - samples/rails/locale/fr/LC_MESSAGES/blog.mo
713
+ - samples/rails/locale/nl/LC_MESSAGES
714
+ - samples/rails/locale/nl/LC_MESSAGES/blog.mo
715
+ - samples/rails/locale/en/LC_MESSAGES
716
+ - samples/rails/locale/en/LC_MESSAGES/blog.mo
717
+ - samples/rails/locale/ru/LC_MESSAGES
718
+ - samples/rails/locale/ru/LC_MESSAGES/blog.mo
719
+ - samples/rails/locale/zh_TW/LC_MESSAGES
720
+ - samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo
721
+ - samples/rails/public/500.html
722
+ - samples/rails/public/javascripts
723
+ - samples/rails/public/favicon.ico
724
+ - samples/rails/public/stylesheets
725
+ - samples/rails/public/dispatch.fcgi
726
+ - samples/rails/public/robots.txt
727
+ - samples/rails/public/dispatch.rb
728
+ - samples/rails/public/404.html
729
+ - samples/rails/public/index.html
730
+ - samples/rails/public/images
731
+ - samples/rails/public/dispatch.cgi
732
+ - samples/rails/public/javascripts/prototype.js
733
+ - samples/rails/public/javascripts/controls.js
734
+ - samples/rails/public/javascripts/dragdrop.js
735
+ - samples/rails/public/javascripts/effects.js
736
+ - samples/rails/public/stylesheets/scaffold.css
737
+ - samples/rails/public/stylesheets/blog.css
738
+ - samples/rails/public/images/rails.png
739
+ - samples/rails/lib/tasks
740
+ - samples/rails/lib/tasks/gettext.rake
741
+ - samples/rails/config/environment.rb
742
+ - samples/rails/config/environments
743
+ - samples/rails/config/database.yml
744
+ - samples/rails/config/routes.rb
745
+ - samples/rails/config/boot.rb
746
+ - samples/rails/config/environments/test.rb
747
+ - samples/rails/config/environments/production.rb
748
+ - samples/rails/config/environments/development.rb
749
+ - samples/rails/po/cs
750
+ - samples/rails/po/zh
751
+ - samples/rails/po/de
752
+ - samples/rails/po/ja
753
+ - samples/rails/po/es
754
+ - samples/rails/po/ko
755
+ - samples/rails/po/ca
756
+ - samples/rails/po/pt_BR
757
+ - samples/rails/po/eo
758
+ - samples/rails/po/it
759
+ - samples/rails/po/el
760
+ - samples/rails/po/fr
761
+ - samples/rails/po/nl
762
+ - samples/rails/po/en
763
+ - samples/rails/po/ru
764
+ - samples/rails/po/blog.pot
765
+ - samples/rails/po/zh_TW
766
+ - samples/rails/po/cs/blog.po
767
+ - samples/rails/po/zh/blog.po
768
+ - samples/rails/po/de/blog.po
769
+ - samples/rails/po/ja/blog.po
770
+ - samples/rails/po/es/blog.po
771
+ - samples/rails/po/ko/blog.po
772
+ - samples/rails/po/ca/blog.po
773
+ - samples/rails/po/pt_BR/blog.po
774
+ - samples/rails/po/eo/blog.po
775
+ - samples/rails/po/it/blog.po
776
+ - samples/rails/po/el/blog.po
777
+ - samples/rails/po/fr/blog.po
778
+ - samples/rails/po/nl/blog.po
779
+ - samples/rails/po/en/blog.po
780
+ - samples/rails/po/ru/blog.po
781
+ - samples/rails/po/zh_TW/blog.po
782
+ - samples/rails/test/fixtures
783
+ - samples/rails/test/functional
784
+ - samples/rails/test/mocks
785
+ - samples/rails/test/test_helper.rb
786
+ - samples/rails/test/unit
787
+ - samples/rails/test/fixtures/articles.yml
788
+ - samples/rails/test/functional/blog_controller_test.rb
789
+ - samples/rails/test/mocks/development
790
+ - samples/rails/test/mocks/test
791
+ - samples/rails/test/unit/article_test.rb
792
+ - samples/rails/db/schema.rb
793
+ - samples/po/cs
794
+ - samples/po/zh
795
+ - samples/po/hello_noop.pot
796
+ - samples/po/de
797
+ - samples/po/hello_plural.pot
798
+ - samples/po/ja
799
+ - samples/po/es
800
+ - samples/po/hellotk.pot
801
+ - samples/po/ko
802
+ - samples/po/ca
803
+ - samples/po/helloglade2.pot
804
+ - samples/po/pt_BR
805
+ - samples/po/sv
806
+ - samples/po/eo
807
+ - samples/po/it
808
+ - samples/po/hellogtk.pot
809
+ - samples/po/hello.pot
810
+ - samples/po/el
811
+ - samples/po/fr
812
+ - samples/po/nl
813
+ - samples/po/hello2.pot
814
+ - samples/po/ru
815
+ - samples/po/zh_TW
816
+ - samples/po/cs/hellotk.po
817
+ - samples/po/cs/hello.po
818
+ - samples/po/cs/hellogtk.po
819
+ - samples/po/cs/hello2.po
820
+ - samples/po/cs/hello_noop.po
821
+ - samples/po/cs/hello_plural.po
822
+ - samples/po/cs/helloglade2.po
823
+ - samples/po/zh/hellotk.po
824
+ - samples/po/zh/hello.po
825
+ - samples/po/zh/hellogtk.po
826
+ - samples/po/zh/hello2.po
827
+ - samples/po/zh/hello_noop.po
828
+ - samples/po/zh/hello_plural.po
829
+ - samples/po/zh/helloglade2.po
830
+ - samples/po/de/hellotk.po
831
+ - samples/po/de/hello.po
832
+ - samples/po/de/hellogtk.po
833
+ - samples/po/de/hello2.po
834
+ - samples/po/de/hello_noop.po
835
+ - samples/po/de/hello_plural.po
836
+ - samples/po/de/helloglade2.po
837
+ - samples/po/ja/hellotk.po
838
+ - samples/po/ja/hello.po
839
+ - samples/po/ja/hellogtk.po
840
+ - samples/po/ja/hello2.po
841
+ - samples/po/ja/hello_noop.po
842
+ - samples/po/ja/hello_plural.po
843
+ - samples/po/ja/helloglade2.po
844
+ - samples/po/es/hellotk.po
845
+ - samples/po/es/hello.po
846
+ - samples/po/es/hellogtk.po
847
+ - samples/po/es/hello2.po
848
+ - samples/po/es/hello_noop.po
849
+ - samples/po/es/hello_plural.po
850
+ - samples/po/es/helloglade2.po
851
+ - samples/po/ko/hellotk.po
852
+ - samples/po/ko/hello.po
853
+ - samples/po/ko/hellogtk.po
854
+ - samples/po/ko/hello2.po
855
+ - samples/po/ko/hello_noop.po
856
+ - samples/po/ko/hello_plural.po
857
+ - samples/po/ko/helloglade2.po
858
+ - samples/po/ca/hellotk.po
859
+ - samples/po/ca/hello.po
860
+ - samples/po/ca/hellogtk.po
861
+ - samples/po/ca/hello2.po
862
+ - samples/po/ca/hello_noop.po
863
+ - samples/po/ca/hello_plural.po
864
+ - samples/po/ca/helloglade2.po
865
+ - samples/po/pt_BR/hellotk.po
866
+ - samples/po/pt_BR/hello.po
867
+ - samples/po/pt_BR/hellogtk.po
868
+ - samples/po/pt_BR/hello2.po
869
+ - samples/po/pt_BR/hello_noop.po
870
+ - samples/po/pt_BR/hello_plural.po
871
+ - samples/po/pt_BR/helloglade2.po
872
+ - samples/po/sv/hellotk.po
873
+ - samples/po/sv/hello.po
874
+ - samples/po/sv/hellogtk.po
875
+ - samples/po/sv/hello2.po
876
+ - samples/po/sv/hello_noop.po
877
+ - samples/po/sv/hello_plural.po
878
+ - samples/po/sv/helloglade2.po
879
+ - samples/po/eo/hellotk.po
880
+ - samples/po/eo/hello.po
881
+ - samples/po/eo/hellogtk.po
882
+ - samples/po/eo/hello2.po
883
+ - samples/po/eo/hello_noop.po
884
+ - samples/po/eo/hello_plural.po
885
+ - samples/po/eo/helloglade2.po
886
+ - samples/po/it/hellotk.po
887
+ - samples/po/it/hello.po
888
+ - samples/po/it/hellogtk.po
889
+ - samples/po/it/hello2.po
890
+ - samples/po/it/hello_noop.po
891
+ - samples/po/it/hello_plural.po
892
+ - samples/po/it/helloglade2.po
893
+ - samples/po/el/hellotk.po
894
+ - samples/po/el/hello.po
895
+ - samples/po/el/hellogtk.po
896
+ - samples/po/el/hello2.po
897
+ - samples/po/el/hello_noop.po
898
+ - samples/po/el/hello_plural.po
899
+ - samples/po/el/helloglade2.po
900
+ - samples/po/fr/hellotk.po
901
+ - samples/po/fr/hello.po
902
+ - samples/po/fr/hellogtk.po
903
+ - samples/po/fr/hello2.po
904
+ - samples/po/fr/hello_noop.po
905
+ - samples/po/fr/hello_plural.po
906
+ - samples/po/fr/helloglade2.po
907
+ - samples/po/nl/hellotk.po
908
+ - samples/po/nl/hello.po
909
+ - samples/po/nl/hellogtk.po
910
+ - samples/po/nl/hello2.po
911
+ - samples/po/nl/hello_noop.po
912
+ - samples/po/nl/hello_plural.po
913
+ - samples/po/nl/helloglade2.po
914
+ - samples/po/ru/hellotk.po
915
+ - samples/po/ru/hello.po
916
+ - samples/po/ru/hellogtk.po
917
+ - samples/po/ru/hello2.po
918
+ - samples/po/ru/hello_noop.po
919
+ - samples/po/ru/hello_plural.po
920
+ - samples/po/ru/helloglade2.po
921
+ - samples/po/zh_TW/hellotk.po
922
+ - samples/po/zh_TW/hello.po
923
+ - samples/po/zh_TW/hellogtk.po
924
+ - samples/po/zh_TW/hello2.po
925
+ - samples/po/zh_TW/hello_noop.po
926
+ - samples/po/zh_TW/hello_plural.po
927
+ - samples/po/zh_TW/helloglade2.po
928
+ - test/testlib2.rb
929
+ - test/fixtures
834
930
  - test/gettext_test_parser.rb
835
- - test/gettext_test_multi_textdomain.rb
836
- - test/README
837
- - test/testlib1.rb
931
+ - test/gettext_test_string.rb
838
932
  - test/test_gladeparser.glade
839
- - test/gettext_test_active_record.rb
840
- - test/gettext_test.rb
841
- - test/testlib2.rb
842
933
  - test/test_sgettext.rb
843
934
  - test/test_erb.rhtml
935
+ - test/test_rubyparser.rb
844
936
  - test/test.sh
937
+ - test/testlib6.rb
938
+ - test/Rakefile
939
+ - test/locale
940
+ - test/README
845
941
  - test/testlib3.rb
942
+ - test/gettext_runner.rb
943
+ - test/test_erb.rxml
944
+ - test/testlib1.rb
945
+ - test/gettext_test.rb
946
+ - test/testlib4.rb
947
+ - test/gettext_test_rails.rb
948
+ - test/gettext_test_active_record.rb
846
949
  - test/test_rubyparser_N.rb
847
- - test/test.bat
848
- - test/gettext_test_locale.rb
849
950
  - test/test_rubyparser_n_.rb
850
- - test/gettext_test_string.rb
851
- - test/testlib6.rb
852
951
  - test/po
853
- - test/test_rubyparser.rb
854
- - test/test_erb.rxml
855
- - test/fixtures
856
- - test/Rakefile
857
- - test/locale
952
+ - test/gettext_test_multi_textdomain.rb
858
953
  - test/gettext_test_cgi.rb
859
- - test/gettext_test_rails.rb
860
- - test/testlib4.rb
954
+ - test/test.bat
955
+ - test/gettext_test_locale.rb
861
956
  - test/testlib5.rb
862
- - test/po/active_record.pot
863
- - test/po/la
864
- - test/po/ja
865
- - test/po/cr
866
- - test/po/li
867
- - test/po/po
868
- - test/po/ir
869
- - test/po/da
870
- - test/po/sl
871
- - test/po/fr
872
- - test/po/la/plural_error.po
873
- - test/po/la/plural.po
874
- - test/po/ja/test6.po
875
- - test/po/ja/plural_error.po
876
- - test/po/ja/plural.po
877
- - test/po/ja/test_sgettext.po
878
- - test/po/ja/active_record.po
879
- - test/po/ja/test_rubyparser.po
880
- - test/po/ja/test1.po
881
- - test/po/ja/test2.po
882
- - test/po/cr/plural.po
883
- - test/po/li/plural.po
884
- - test/po/po/plural.po
885
- - test/po/ir/plural.po
886
- - test/po/da/plural_error.po
887
- - test/po/da/plural.po
888
- - test/po/sl/plural.po
889
- - test/po/fr/test6.po
890
- - test/po/fr/plural_error.po
891
- - test/po/fr/plural.po
892
- - test/po/fr/test1.po
893
- - test/po/fr/test2.po
894
- - test/fixtures/developers.yml
957
+ - test/db
958
+ - test/fixtures/book.rb
959
+ - test/fixtures/user.rb
960
+ - test/fixtures/developer.rb
961
+ - test/fixtures/reply.rb
895
962
  - test/fixtures/topics.yml
896
963
  - test/fixtures/topic.rb
897
- - test/fixtures/reply.rb
898
- - test/fixtures/developer.rb
964
+ - test/fixtures/developers.yml
965
+ - test/locale/li
899
966
  - test/locale/la
967
+ - test/locale/da
900
968
  - test/locale/ja
969
+ - test/locale/ir
901
970
  - test/locale/cr
902
- - test/locale/li
903
971
  - test/locale/po
904
- - test/locale/ir
905
- - test/locale/da
906
- - test/locale/sl
907
972
  - test/locale/fr
973
+ - test/locale/sl
974
+ - test/locale/li/LC_MESSAGES
975
+ - test/locale/li/LC_MESSAGES/plural.mo
908
976
  - test/locale/la/LC_MESSAGES
909
- - test/locale/la/LC_MESSAGES/plural_error.mo
910
977
  - test/locale/la/LC_MESSAGES/plural.mo
978
+ - test/locale/la/LC_MESSAGES/plural_error.mo
979
+ - test/locale/da/LC_MESSAGES
980
+ - test/locale/da/LC_MESSAGES/plural.mo
981
+ - test/locale/da/LC_MESSAGES/plural_error.mo
911
982
  - test/locale/ja/LC_MESSAGES
983
+ - test/locale/ja/LC_MESSAGES/plural.mo
912
984
  - test/locale/ja/LC_MESSAGES/test_rubyparser.mo
913
- - test/locale/ja/LC_MESSAGES/test1.mo
914
- - test/locale/ja/LC_MESSAGES/test_sgettext.mo
915
- - test/locale/ja/LC_MESSAGES/test6.mo
916
985
  - test/locale/ja/LC_MESSAGES/plural_error.mo
917
986
  - test/locale/ja/LC_MESSAGES/test2.mo
918
- - test/locale/ja/LC_MESSAGES/plural.mo
919
987
  - test/locale/ja/LC_MESSAGES/active_record.mo
988
+ - test/locale/ja/LC_MESSAGES/test6.mo
989
+ - test/locale/ja/LC_MESSAGES/test_sgettext.mo
990
+ - test/locale/ja/LC_MESSAGES/test1.mo
991
+ - test/locale/ir/LC_MESSAGES
992
+ - test/locale/ir/LC_MESSAGES/plural.mo
920
993
  - test/locale/cr/LC_MESSAGES
921
994
  - test/locale/cr/LC_MESSAGES/plural.mo
922
- - test/locale/li/LC_MESSAGES
923
- - test/locale/li/LC_MESSAGES/plural.mo
924
995
  - test/locale/po/LC_MESSAGES
925
996
  - test/locale/po/LC_MESSAGES/plural.mo
926
- - test/locale/ir/LC_MESSAGES
927
- - test/locale/ir/LC_MESSAGES/plural.mo
928
- - test/locale/da/LC_MESSAGES
929
- - test/locale/da/LC_MESSAGES/plural_error.mo
930
- - test/locale/da/LC_MESSAGES/plural.mo
931
- - test/locale/sl/LC_MESSAGES
932
- - test/locale/sl/LC_MESSAGES/plural.mo
933
997
  - test/locale/fr/LC_MESSAGES
934
- - test/locale/fr/LC_MESSAGES/test1.mo
935
- - test/locale/fr/LC_MESSAGES/test6.mo
998
+ - test/locale/fr/LC_MESSAGES/plural.mo
936
999
  - test/locale/fr/LC_MESSAGES/plural_error.mo
937
1000
  - test/locale/fr/LC_MESSAGES/test2.mo
938
- - test/locale/fr/LC_MESSAGES/plural.mo
939
- - bin/rmsgfmt
940
- - bin/rmsgmerge
941
- - bin/rgettext
1001
+ - test/locale/fr/LC_MESSAGES/test6.mo
1002
+ - test/locale/fr/LC_MESSAGES/test1.mo
1003
+ - test/locale/sl/LC_MESSAGES
1004
+ - test/locale/sl/LC_MESSAGES/plural.mo
1005
+ - test/po/li
1006
+ - test/po/la
1007
+ - test/po/da
1008
+ - test/po/ja
1009
+ - test/po/ir
1010
+ - test/po/active_record.pot
1011
+ - test/po/cr
1012
+ - test/po/po
1013
+ - test/po/fr
1014
+ - test/po/sl
1015
+ - test/po/li/plural.po
1016
+ - test/po/la/plural.po
1017
+ - test/po/la/plural_error.po
1018
+ - test/po/da/plural.po
1019
+ - test/po/da/plural_error.po
1020
+ - test/po/ja/test6.po
1021
+ - test/po/ja/active_record.po
1022
+ - test/po/ja/test_rubyparser.po
1023
+ - test/po/ja/test2.po
1024
+ - test/po/ja/plural.po
1025
+ - test/po/ja/test1.po
1026
+ - test/po/ja/plural_error.po
1027
+ - test/po/ja/test_sgettext.po
1028
+ - test/po/ir/plural.po
1029
+ - test/po/cr/plural.po
1030
+ - test/po/po/plural.po
1031
+ - test/po/fr/test6.po
1032
+ - test/po/fr/test2.po
1033
+ - test/po/fr/plural.po
1034
+ - test/po/fr/test1.po
1035
+ - test/po/fr/plural_error.po
1036
+ - test/po/sl/plural.po
942
1037
  test_files: []
943
1038
 
944
1039
  rdoc_options: []
@@ -952,7 +1047,6 @@ executables:
952
1047
  extensions:
953
1048
  - ext/gettext/extconf.rb
954
1049
  - ext/gettext/extconf.rb
955
- - pkg/ruby-gettext-package-1.8.0/ext/gettext/extconf.rb
956
1050
  requirements: []
957
1051
 
958
1052
  dependencies: []