gettext 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (328) hide show
  1. data/ChangeLog +122 -1
  2. data/NEWS +21 -0
  3. data/README +30 -22
  4. data/data/locale/bs/LC_MESSAGES/rails.mo +0 -0
  5. data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
  6. data/data/locale/ca/LC_MESSAGES/rails.mo +0 -0
  7. data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
  8. data/data/locale/cs/LC_MESSAGES/rails.mo +0 -0
  9. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  10. data/data/locale/de/LC_MESSAGES/rails.mo +0 -0
  11. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  12. data/data/locale/el/LC_MESSAGES/rails.mo +0 -0
  13. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  14. data/data/locale/eo/LC_MESSAGES/rails.mo +0 -0
  15. data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
  16. data/data/locale/es/LC_MESSAGES/rails.mo +0 -0
  17. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  18. data/data/locale/et/LC_MESSAGES/rails.mo +0 -0
  19. data/data/locale/fr/LC_MESSAGES/rails.mo +0 -0
  20. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  21. data/data/locale/hr/LC_MESSAGES/rails.mo +0 -0
  22. data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
  23. data/data/locale/it/LC_MESSAGES/rails.mo +0 -0
  24. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  25. data/data/locale/ja/LC_MESSAGES/rails.mo +0 -0
  26. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  27. data/data/locale/ko/LC_MESSAGES/rails.mo +0 -0
  28. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  29. data/data/locale/nb/LC_MESSAGES/rails.mo +0 -0
  30. data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
  31. data/data/locale/nl/LC_MESSAGES/rails.mo +0 -0
  32. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  33. data/data/locale/pt_BR/LC_MESSAGES/rails.mo +0 -0
  34. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  35. data/data/locale/ru/LC_MESSAGES/rails.mo +0 -0
  36. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  37. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  38. data/data/locale/vi/LC_MESSAGES/rails.mo +0 -0
  39. data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
  40. data/data/locale/zh/LC_MESSAGES/rails.mo +0 -0
  41. data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
  42. data/data/locale/zh_TW/LC_MESSAGES/rails.mo +0 -0
  43. data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
  44. data/lib/gettext.rb +119 -37
  45. data/lib/gettext/active_record.rb +51 -31
  46. data/lib/gettext/locale_win32.rb +2 -1
  47. data/lib/gettext/parser/active_record.rb +2 -2
  48. data/lib/gettext/parser/ruby.rb +2 -2
  49. data/lib/gettext/poparser.rb +19 -14
  50. data/lib/gettext/rails.rb +104 -50
  51. data/lib/gettext/rails_compat.rb +16 -0
  52. data/lib/gettext/rgettext.rb +37 -3
  53. data/lib/gettext/textdomain.rb +45 -6
  54. data/lib/gettext/utils.rb +7 -0
  55. data/lib/gettext/version.rb +1 -1
  56. data/po/bs/rails.po +148 -0
  57. data/po/bs/rgettext.po +131 -0
  58. data/po/ca/rails.po +45 -26
  59. data/po/ca/rgettext.po +21 -21
  60. data/po/cs/rails.po +46 -24
  61. data/po/cs/rgettext.po +21 -21
  62. data/po/de/rails.po +46 -27
  63. data/po/de/rgettext.po +21 -21
  64. data/po/el/rails.po +46 -25
  65. data/po/el/rgettext.po +22 -22
  66. data/po/eo/rails.po +49 -30
  67. data/po/eo/rgettext.po +21 -21
  68. data/po/es/rails.po +45 -24
  69. data/po/es/rgettext.po +21 -21
  70. data/po/et/rails.po +49 -30
  71. data/po/fr/rails.po +47 -28
  72. data/po/fr/rgettext.po +31 -29
  73. data/po/hr/rails.po +148 -0
  74. data/po/hr/rgettext.po +131 -0
  75. data/po/it/rails.po +42 -24
  76. data/po/it/rgettext.po +21 -21
  77. data/po/ja/rails.po +43 -25
  78. data/po/ja/rgettext.po +21 -21
  79. data/po/ko/rails.po +44 -24
  80. data/po/ko/rgettext.po +21 -21
  81. data/po/nb/rails.po +140 -0
  82. data/po/nb/rgettext.po +127 -0
  83. data/po/nl/rails.po +50 -30
  84. data/po/nl/rgettext.po +21 -21
  85. data/po/pt_BR/rails.po +48 -29
  86. data/po/pt_BR/rgettext.po +21 -21
  87. data/po/rails.pot +42 -24
  88. data/po/rgettext.pot +21 -21
  89. data/po/ru/rails.po +50 -31
  90. data/po/ru/rgettext.po +21 -21
  91. data/po/sv/rgettext.po +21 -21
  92. data/po/vi/rails.po +141 -0
  93. data/po/vi/rgettext.po +126 -0
  94. data/po/zh/rails.po +60 -43
  95. data/po/zh/rgettext.po +22 -22
  96. data/po/zh_TW/rails.po +61 -43
  97. data/po/zh_TW/rgettext.po +22 -22
  98. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo +0 -0
  99. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo +0 -0
  100. data/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo +0 -0
  101. data/samples/cgi/locale/bs/LC_MESSAGES/main.mo +0 -0
  102. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
  103. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
  104. data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
  105. data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
  106. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo +0 -0
  107. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo +0 -0
  108. data/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo +0 -0
  109. data/samples/cgi/locale/hr/LC_MESSAGES/main.mo +0 -0
  110. data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
  111. data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
  112. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
  113. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
  114. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
  115. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
  116. data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
  117. data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
  118. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo +0 -0
  119. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo +0 -0
  120. data/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo +0 -0
  121. data/samples/cgi/locale/vi/LC_MESSAGES/main.mo +0 -0
  122. data/samples/cgi/po/bs/helloerb1.po +59 -0
  123. data/samples/cgi/po/bs/helloerb2.po +51 -0
  124. data/samples/cgi/po/bs/hellolib.po +23 -0
  125. data/samples/cgi/po/bs/main.po +83 -0
  126. data/samples/cgi/po/hr/helloerb1.po +59 -0
  127. data/samples/cgi/po/hr/helloerb2.po +51 -0
  128. data/samples/cgi/po/hr/hellolib.po +23 -0
  129. data/samples/cgi/po/hr/main.po +83 -0
  130. data/samples/cgi/po/nb/helloerb1.po +58 -0
  131. data/samples/cgi/po/nb/helloerb2.po +50 -0
  132. data/samples/cgi/po/nb/hellolib.po +22 -0
  133. data/samples/cgi/po/nb/main.po +82 -0
  134. data/samples/cgi/po/vi/helloerb1.po +65 -0
  135. data/samples/cgi/po/vi/helloerb2.po +52 -0
  136. data/samples/cgi/po/vi/hellolib.po +24 -0
  137. data/samples/cgi/po/vi/main.po +77 -0
  138. data/samples/locale/bs/LC_MESSAGES/hello.mo +0 -0
  139. data/samples/locale/bs/LC_MESSAGES/hello2.mo +0 -0
  140. data/samples/locale/bs/LC_MESSAGES/hello_noop.mo +0 -0
  141. data/samples/locale/bs/LC_MESSAGES/hello_plural.mo +0 -0
  142. data/samples/locale/bs/LC_MESSAGES/helloglade2.mo +0 -0
  143. data/samples/locale/bs/LC_MESSAGES/hellogtk.mo +0 -0
  144. data/samples/locale/bs/LC_MESSAGES/hellotk.mo +0 -0
  145. data/samples/locale/hr/LC_MESSAGES/hello.mo +0 -0
  146. data/samples/locale/hr/LC_MESSAGES/hello2.mo +0 -0
  147. data/samples/locale/hr/LC_MESSAGES/hello_noop.mo +0 -0
  148. data/samples/locale/hr/LC_MESSAGES/hello_plural.mo +0 -0
  149. data/samples/locale/hr/LC_MESSAGES/helloglade2.mo +0 -0
  150. data/samples/locale/hr/LC_MESSAGES/hellogtk.mo +0 -0
  151. data/samples/locale/hr/LC_MESSAGES/hellotk.mo +0 -0
  152. data/samples/locale/ja/LC_MESSAGES/hello_plural.mo +0 -0
  153. data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
  154. data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
  155. data/samples/locale/nb/LC_MESSAGES/hello_noop.mo +0 -0
  156. data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
  157. data/samples/locale/nb/LC_MESSAGES/helloglade2.mo +0 -0
  158. data/samples/locale/nb/LC_MESSAGES/hellogtk.mo +0 -0
  159. data/samples/locale/nb/LC_MESSAGES/hellotk.mo +0 -0
  160. data/samples/locale/vi/LC_MESSAGES/hello.mo +0 -0
  161. data/samples/locale/vi/LC_MESSAGES/hello2.mo +0 -0
  162. data/samples/locale/vi/LC_MESSAGES/hello_noop.mo +0 -0
  163. data/samples/locale/vi/LC_MESSAGES/hello_plural.mo +0 -0
  164. data/samples/locale/vi/LC_MESSAGES/helloglade2.mo +0 -0
  165. data/samples/locale/vi/LC_MESSAGES/hellogtk.mo +0 -0
  166. data/samples/locale/vi/LC_MESSAGES/hellotk.mo +0 -0
  167. data/samples/po/bs/hello.po +23 -0
  168. data/samples/po/bs/hello2.po +31 -0
  169. data/samples/po/bs/hello_noop.po +27 -0
  170. data/samples/po/bs/hello_plural.po +26 -0
  171. data/samples/po/bs/helloglade2.po +31 -0
  172. data/samples/po/bs/hellogtk.po +23 -0
  173. data/samples/po/bs/hellotk.po +23 -0
  174. data/samples/po/hr/hello.po +23 -0
  175. data/samples/po/hr/hello2.po +31 -0
  176. data/samples/po/hr/hello_noop.po +27 -0
  177. data/samples/po/hr/hello_plural.po +26 -0
  178. data/samples/po/hr/helloglade2.po +31 -0
  179. data/samples/po/hr/hellogtk.po +23 -0
  180. data/samples/po/hr/hellotk.po +23 -0
  181. data/samples/po/ja/hello_plural.po +1 -1
  182. data/samples/po/nb/hello.po +22 -0
  183. data/samples/po/nb/hello2.po +31 -0
  184. data/samples/po/nb/hello_noop.po +26 -0
  185. data/samples/po/nb/hello_plural.po +24 -0
  186. data/samples/po/nb/helloglade2.po +30 -0
  187. data/samples/po/nb/hellogtk.po +22 -0
  188. data/samples/po/nb/hellotk.po +22 -0
  189. data/samples/po/vi/hello.po +23 -0
  190. data/samples/po/vi/hello2.po +31 -0
  191. data/samples/po/vi/hello_noop.po +27 -0
  192. data/samples/po/vi/hello_plural.po +26 -0
  193. data/samples/po/vi/helloglade2.po +38 -0
  194. data/samples/po/vi/hellogtk.po +23 -0
  195. data/samples/po/vi/hellotk.po +24 -0
  196. data/samples/rails/locale/bs/LC_MESSAGES/blog.mo +0 -0
  197. data/samples/rails/locale/en/LC_MESSAGES/blog.mo +0 -0
  198. data/samples/rails/locale/hr/LC_MESSAGES/blog.mo +0 -0
  199. data/samples/rails/locale/nb/LC_MESSAGES/blog.mo +0 -0
  200. data/samples/rails/locale/vi/LC_MESSAGES/blog.mo +0 -0
  201. data/samples/rails/po/bs/blog.po +106 -0
  202. data/samples/rails/po/hr/blog.po +106 -0
  203. data/samples/rails/po/nb/blog.po +104 -0
  204. data/samples/rails/po/vi/blog.po +110 -0
  205. data/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo +0 -0
  206. data/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo +0 -0
  207. data/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo +0 -0
  208. data/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo +0 -0
  209. data/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po +27 -0
  210. data/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po +27 -0
  211. data/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po +27 -0
  212. data/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po +28 -0
  213. data/src/poparser.ry +9 -4
  214. data/test/README +2 -0
  215. data/test/Rakefile +2 -0
  216. data/test/db/mysql.drop.sql +4 -0
  217. data/test/db/mysql.sql +44 -0
  218. data/test/gettext_test.rb +51 -13
  219. data/test/gettext_test_active_record.rb +33 -0
  220. data/test/gettext_test_parser.rb +5 -0
  221. data/test/gettext_test_rails_caching.rb +211 -0
  222. data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
  223. data/test/locale/fr/LC_MESSAGES/plural.mo +0 -0
  224. data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
  225. data/test/locale/ja/LC_MESSAGES/active_record.mo +0 -0
  226. data/test/locale/ja/LC_MESSAGES/plural.mo +0 -0
  227. data/test/locale/ja/LC_MESSAGES/plural_error.mo +0 -0
  228. data/test/locale/ja/LC_MESSAGES/test_nsgettext.mo +0 -0
  229. data/test/locale/ja/LC_MESSAGES/test_sgettext.mo +0 -0
  230. data/test/locale/la/LC_MESSAGES/plural_error.mo +0 -0
  231. data/test/po/da/plural_error.po +3 -3
  232. data/test/po/fr/plural.po +6 -0
  233. data/test/po/fr/plural_error.po +3 -3
  234. data/test/po/ja/plural.po +6 -0
  235. data/test/po/ja/plural_error.po +2 -2
  236. data/test/po/ja/test_nsgettext.po +65 -0
  237. data/test/po/la/plural_error.po +3 -3
  238. data/test/rails/README +5 -0
  239. data/test/rails/Rakefile +35 -0
  240. data/test/rails/app/controllers/application.rb +8 -0
  241. data/test/rails/app/controllers/articles_controller.rb +61 -0
  242. data/test/rails/app/controllers/mailer_controller.rb +19 -0
  243. data/test/rails/app/helpers/application_helper.rb +3 -0
  244. data/test/rails/app/helpers/articles_helper.rb +2 -0
  245. data/test/rails/app/helpers/mailer_helper.rb +2 -0
  246. data/test/rails/app/models/article.rb +5 -0
  247. data/test/rails/app/models/mailer.rb +38 -0
  248. data/test/rails/app/models/user.rb +3 -0
  249. data/test/rails/app/views/articles/_form.rhtml +13 -0
  250. data/test/rails/app/views/articles/edit.rhtml +9 -0
  251. data/test/rails/app/views/articles/list.rhtml +30 -0
  252. data/test/rails/app/views/articles/list_fr.rhtml +1 -0
  253. data/test/rails/app/views/articles/multi_error_messages_for.rhtml +19 -0
  254. data/test/rails/app/views/articles/new.rhtml +8 -0
  255. data/test/rails/app/views/articles/show.rhtml +28 -0
  256. data/test/rails/app/views/layouts/application.rhtml +14 -0
  257. data/test/rails/app/views/layouts/mailer.rhtml +20 -0
  258. data/test/rails/app/views/mailer/coverpage.rhtml +6 -0
  259. data/test/rails/app/views/mailer/coverpage_fr.rhtml +6 -0
  260. data/test/rails/app/views/mailer/singlepart.rhtml +3 -0
  261. data/test/rails/app/views/mailer/singlepart_fr.rhtml +3 -0
  262. data/test/rails/config/boot.rb +45 -0
  263. data/test/rails/config/database.yml +36 -0
  264. data/test/rails/config/environment.rb +64 -0
  265. data/test/rails/config/environments/development.rb +21 -0
  266. data/test/rails/config/environments/production.rb +18 -0
  267. data/test/rails/config/environments/test.rb +19 -0
  268. data/test/rails/config/routes.rb +23 -0
  269. data/test/rails/db/schema.rb +27 -0
  270. data/test/rails/log/development.log +29 -0
  271. data/test/rails/log/test.log +329 -0
  272. data/test/rails/po/ja/rails_test.po +142 -0
  273. data/test/rails/po/rails_test.pot +147 -0
  274. data/test/rails/public/404.html +30 -0
  275. data/test/rails/public/500.html +30 -0
  276. data/test/rails/public/dispatch.cgi +10 -0
  277. data/test/rails/public/dispatch.fcgi +24 -0
  278. data/test/rails/public/dispatch.rb +10 -0
  279. data/test/rails/public/favicon.ico +0 -0
  280. data/test/rails/public/images/rails.png +0 -0
  281. data/test/rails/public/index.html +277 -0
  282. data/test/rails/public/javascripts/application.js +2 -0
  283. data/test/rails/public/javascripts/controls.js +833 -0
  284. data/test/rails/public/javascripts/dragdrop.js +942 -0
  285. data/test/rails/public/javascripts/effects.js +1088 -0
  286. data/test/rails/public/javascripts/prototype.js +2515 -0
  287. data/test/rails/public/robots.txt +1 -0
  288. data/test/rails/public/stylesheets/scaffold.css +74 -0
  289. data/test/rails/script/about +3 -0
  290. data/test/rails/script/breakpointer +3 -0
  291. data/test/rails/script/console +3 -0
  292. data/test/rails/script/destroy +3 -0
  293. data/test/rails/script/generate +3 -0
  294. data/test/rails/script/performance/benchmarker +3 -0
  295. data/test/rails/script/performance/profiler +3 -0
  296. data/test/rails/script/plugin +3 -0
  297. data/test/rails/script/process/inspector +3 -0
  298. data/test/rails/script/process/reaper +3 -0
  299. data/test/rails/script/process/spawner +3 -0
  300. data/test/rails/script/runner +3 -0
  301. data/test/rails/script/server +3 -0
  302. data/test/rails/test/fixtures/articles.yml +11 -0
  303. data/test/rails/test/functional/articles_controller_test.rb +109 -0
  304. data/test/rails/test/functional/mailer_controller_test.rb +93 -0
  305. data/test/rails/test/integration/general_stories_test.rb +58 -0
  306. data/test/rails/test/result/en/create_error.html +95 -0
  307. data/test/rails/test/result/en/list.html +65 -0
  308. data/test/rails/test/result/en/multi_error_messages_for.html +153 -0
  309. data/test/rails/test/result/en/multipart.html +67 -0
  310. data/test/rails/test/result/en/new.html +95 -0
  311. data/test/rails/test/result/en/show.html +50 -0
  312. data/test/rails/test/result/en/singlepart.html +10 -0
  313. data/test/rails/test/result/fr/list.html +15 -0
  314. data/test/rails/test/result/fr/multipart.html +67 -0
  315. data/test/rails/test/result/fr/singlepart.html +10 -0
  316. data/test/rails/test/result/ja/create_error.html +95 -0
  317. data/test/rails/test/result/ja/list.html +65 -0
  318. data/test/rails/test/result/ja/multi_error_messages_for.html +153 -0
  319. data/test/rails/test/result/ja/multipart.html +67 -0
  320. data/test/rails/test/result/ja/new.html +95 -0
  321. data/test/rails/test/result/ja/show.html +50 -0
  322. data/test/rails/test/result/ja/singlepart.html +10 -0
  323. data/test/rails/test/test_helper.rb +28 -0
  324. data/test/rails/test/unit/article_test.rb +18 -0
  325. data/test/test.sh +4 -0
  326. data/test/test_nsgettext.rb +44 -0
  327. data/test/test_rubyparser_n_.rb +10 -0
  328. metadata +587 -288
@@ -0,0 +1,95 @@
1
+ <html>
2
+ <head>
3
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
4
+ <title>Ruby-GetText-Package Test Application</title>
5
+ <link href="/stylesheets/scaffold.css" media="screen" rel="Stylesheet" type="text/css" />
6
+ </head>
7
+ <body>
8
+
9
+ <p style="color: green"></p>
10
+
11
+ <h1>新しい記事</h1>
12
+
13
+ <form action="/articles/create" method="post">
14
+
15
+
16
+ <!--[form:article]-->
17
+ <p><label for="article_title">タイトル</label><br/>
18
+ <input id="article_title" name="article[title]" size="30" type="text" value="" /></p>
19
+
20
+ <p><label for="article_description">内容</label><br/>
21
+ <textarea cols="40" id="article_description" name="article[description]" rows="20"></textarea></p>
22
+
23
+ <p><label for="article_lastupdate">最終更新日</label><br/>
24
+ <select id="article_lastupdate_1i" name="article[lastupdate(1i)]">
25
+ <option value="2002">2002</option>
26
+ <option value="2003">2003</option>
27
+ <option value="2004">2004</option>
28
+ <option value="2005">2005</option>
29
+ <option value="2006">2006</option>
30
+ <option value="2007" selected="selected">2007</option>
31
+ <option value="2008">2008</option>
32
+ <option value="2009">2009</option>
33
+ <option value="2010">2010</option>
34
+ <option value="2011">2011</option>
35
+ <option value="2012">2012</option>
36
+ </select>
37
+ <select id="article_lastupdate_2i" name="article[lastupdate(2i)]">
38
+ <option value="1">January</option>
39
+ <option value="2">February</option>
40
+ <option value="3">March</option>
41
+ <option value="4" selected="selected">April</option>
42
+ <option value="5">May</option>
43
+ <option value="6">June</option>
44
+ <option value="7">July</option>
45
+ <option value="8">August</option>
46
+ <option value="9">September</option>
47
+ <option value="10">October</option>
48
+ <option value="11">November</option>
49
+ <option value="12">December</option>
50
+ </select>
51
+ <select id="article_lastupdate_3i" name="article[lastupdate(3i)]">
52
+ <option value="1" selected="selected">1</option>
53
+ <option value="2">2</option>
54
+ <option value="3">3</option>
55
+ <option value="4">4</option>
56
+ <option value="5">5</option>
57
+ <option value="6">6</option>
58
+ <option value="7">7</option>
59
+ <option value="8">8</option>
60
+ <option value="9">9</option>
61
+ <option value="10">10</option>
62
+ <option value="11">11</option>
63
+ <option value="12">12</option>
64
+ <option value="13">13</option>
65
+ <option value="14">14</option>
66
+ <option value="15">15</option>
67
+ <option value="16">16</option>
68
+ <option value="17">17</option>
69
+ <option value="18">18</option>
70
+ <option value="19">19</option>
71
+ <option value="20">20</option>
72
+ <option value="21">21</option>
73
+ <option value="22">22</option>
74
+ <option value="23">23</option>
75
+ <option value="24">24</option>
76
+ <option value="25">25</option>
77
+ <option value="26">26</option>
78
+ <option value="27">27</option>
79
+ <option value="28">28</option>
80
+ <option value="29">29</option>
81
+ <option value="30">30</option>
82
+ <option value="31">31</option>
83
+ </select>
84
+ </p>
85
+ <!--[eoform:article]-->
86
+
87
+
88
+ <input name="commit" type="submit" value="作成" />
89
+ </form>
90
+
91
+ <a href="/articles/list">戻る</a>
92
+
93
+
94
+ </body>
95
+ </html>
@@ -0,0 +1,50 @@
1
+ <html>
2
+ <head>
3
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
4
+ <title>Ruby-GetText-Package Test Application</title>
5
+ <link href="/stylesheets/scaffold.css" media="screen" rel="Stylesheet" type="text/css" />
6
+ </head>
7
+ <body>
8
+
9
+ <p style="color: green"></p>
10
+
11
+
12
+ <p>
13
+ <b>タイトル:</b> タイトル1
14
+ </p>
15
+
16
+ <p>
17
+ <b>内容:</b> 内容1
18
+ </p>
19
+
20
+ <p>
21
+ <b>最終更新日:</b> 2007-01-01
22
+ </p>
23
+
24
+
25
+ <a href="/articles/edit/1">編集</a> |
26
+ <a href="/articles/list">戻る</a>
27
+
28
+ <br/>
29
+ <h2>test for distance_of_time_in_words</h2>
30
+
31
+ 5秒以内<br/>
32
+ 10秒以内<br/>
33
+ 30秒前後<br/>
34
+ 1分未満<br/>
35
+ 1分<br/>
36
+ 2分<br/>
37
+ 約1時間<br/>
38
+ 約2時間<br/>
39
+ 1日<br/>
40
+ 2日<br/>
41
+ 約1ヵ月<br/>
42
+ 2月<br/>
43
+ 約1年<br/>
44
+ 2年以上<br/>
45
+
46
+
47
+
48
+
49
+ </body>
50
+ </html>
@@ -0,0 +1,10 @@
1
+ Date: Mon, 1 Jan 2007 00:00:00 +0900
2
+ From: mutoh@highway.ne.jp
3
+ To: mutoh@highway.ne.jp
4
+ Subject: $B%7%s%0%k%Q!<%H%F%9%H%a!<%k(B
5
+ Mime-Version: 1.0
6
+ Content-Type: text/plain; charset=iso-2022-jp
7
+
8
+ $B$3$s$K$A$o(B foo$B$5$s(B
9
+
10
+ $B%7%s%0%k%Q!<%H%a!<%k$G$9!#$$$$$G$9$+!)(B
@@ -0,0 +1,28 @@
1
+ ENV["RAILS_ENV"] = "test"
2
+ require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
3
+ require 'test_help'
4
+
5
+ class Test::Unit::TestCase
6
+ # Transactional fixtures accelerate your tests by wrapping each test method
7
+ # in a transaction that's rolled back on completion. This ensures that the
8
+ # test database remains unchanged so your fixtures don't have to be reloaded
9
+ # between every test method. Fewer database queries means faster tests.
10
+ #
11
+ # Read Mike Clark's excellent walkthrough at
12
+ # http://clarkware.com/cgi/blosxom/2005/10/24#Rails10FastTesting
13
+ #
14
+ # Every Active Record database supports transactions except MyISAM tables
15
+ # in MySQL. Turn off transactional fixtures in this case; however, if you
16
+ # don't care one way or the other, switching from MyISAM to InnoDB tables
17
+ # is recommended.
18
+ self.use_transactional_fixtures = true
19
+
20
+ # Instantiated fixtures are slow, but give you @david where otherwise you
21
+ # would need people(:david). If you don't want to migrate your existing
22
+ # test cases which use the @david style and don't mind the speed hit (each
23
+ # instantiated fixtures translates to a database query per test method),
24
+ # then set this back to true.
25
+ self.use_instantiated_fixtures = false
26
+
27
+ # Add more helper methods to be used by all tests here...
28
+ end
@@ -0,0 +1,18 @@
1
+ require File.dirname(__FILE__) + '/../test_helper'
2
+
3
+ class ArticleTest < Test::Unit::TestCase
4
+ fixtures :articles
5
+
6
+ # Replace this with your real tests.
7
+ def test_first
8
+ article = articles(:first)
9
+ assert_equal 1, article.id
10
+ assert_equal "内容1", article.description
11
+ assert_equal Date.parse("2007-01-01"), article.lastupdate
12
+
13
+ article = articles(:second)
14
+ assert_equal 2, article.id
15
+ assert_equal "内容2", article.description
16
+ assert_equal Date.parse("2007-01-02"), article.lastupdate
17
+ end
18
+ end
data/test/test.sh CHANGED
@@ -7,4 +7,8 @@ ruby -I../lib -I../ext/gettext gettext_runner.rb $1
7
7
  ruby -I../lib -I../ext/gettext gettext_test_multi_textdomain.rb
8
8
  ruby -I../lib -I../ext/gettext gettext_test_cgi.rb
9
9
  ruby -I../lib -I../ext/gettext gettext_test_rails.rb
10
+ ruby -I../lib -I../ext/gettext gettext_test_rails_caching.rb
10
11
  ruby -I../lib -I../ext/gettext gettext_test_active_record.rb
12
+ cd rails
13
+ rake -I../../lib -I../../ext/gettext test
14
+ cd ..
@@ -0,0 +1,44 @@
1
+ require 'gettext'
2
+
3
+ class TestNSGetText
4
+ include GetText
5
+ def initialize
6
+ bindtextdomain("test_nsgettext", "locale")
7
+ end
8
+
9
+ def test_1
10
+ [ns_("AAA|BBB", "CCC", 1), ns_("AAA|BBB", "CCC", 2)]
11
+ end
12
+
13
+ def test_2
14
+ [nsgettext("AAA|BBB", "CCC", 1), nsgettext("AAA|BBB", "CCC", 2)]
15
+ end
16
+
17
+ def test_3
18
+ [ns_("AAA", "BBB", 1), ns_("AAA", "BBB", 2)] #not found
19
+ end
20
+
21
+ def test_4
22
+ [ns_("AAA|CCC", "DDD", 1), ns_("AAA|CCC", "DDD", 2)] #not found
23
+ end
24
+
25
+ def test_5
26
+ [ns_("AAA|BBB|CCC", "DDD", 1), ns_("AAA|BBB|CCC", "DDD", 2)] #not found
27
+ end
28
+
29
+ def test_6
30
+ [ns_("AAA$BBB", "CCC", 1, "$"), ns_("AAA$BBB", "CCC", 2, "$")] #not found
31
+ end
32
+
33
+ def test_7
34
+ [ns_("AAA$B|BB", "CCC", 1, "$"), ns_("AAA$B|BB", "CCC", 2, "$")] #not found
35
+ end
36
+
37
+ def test_8
38
+ [ns_("AAA$B|CC", "DDD", 1, "$"), ns_("AAA$B|CC", "DDD", 2, "$")]
39
+ end
40
+
41
+ def test_9
42
+ [ns_("AAA|CCC|BBB", "DDD", 1), ns_("AAA|CCC|BBB", "DDD", 2)] #not found
43
+ end
44
+ end
@@ -60,5 +60,15 @@ eee2", 1)
60
60
  n_("nnn" ,"nnn2" ,1)
61
61
  end
62
62
 
63
+ def test_10
64
+ _("ooo")
65
+ n_("ooo", "ppp", 1)
66
+ end
67
+
68
+ def test_11
69
+ n_("qqq", "rrr", 1)
70
+ n_("qqq", "sss", 1) # This is merged to "qqq\000rrr".
71
+ end
72
+
63
73
  end
64
74
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0.9
2
+ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: gettext
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.9.0
7
- date: 2007-01-22 00:00:00 +09:00
6
+ version: 1.10.0
7
+ date: 2007-07-06 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
@@ -31,29 +31,22 @@ authors:
31
31
  files:
32
32
  - NEWS
33
33
  - bin
34
+ - bin/rmsgfmt
35
+ - bin/rmsgmerge
36
+ - bin/rgettext
34
37
  - pre-setup.rb
35
38
  - setup.rb
36
39
  - Rakefile
37
40
  - ext
38
- - README
39
- - COPYING
40
- - lib
41
- - src
42
- - ChangeLog
43
- - data
44
- - po
45
- - post-setup.rb
46
- - samples
47
- - test
48
- - bin/rmsgfmt
49
- - bin/rmsgmerge
50
- - bin/rgettext
51
41
  - ext/gettext
52
42
  - ext/gettext/locale_system.c
53
43
  - ext/gettext/extconf.rb
54
- - ext/gettext/gettext
44
+ - README
45
+ - COPYING
46
+ - lib
55
47
  - lib/gettext.rb
56
48
  - lib/gettext
49
+ - lib/gettext/rails_compat.rb
57
50
  - lib/gettext/textdomainmanager.rb
58
51
  - lib/gettext/string.rb
59
52
  - lib/gettext/utils.rb
@@ -71,350 +64,403 @@ files:
71
64
  - lib/gettext/locale_win32.rb
72
65
  - lib/gettext/locale_object.rb
73
66
  - lib/gettext/parser
67
+ - lib/gettext/parser/erb.rb
68
+ - lib/gettext/parser/glade.rb
69
+ - lib/gettext/parser/ruby.rb
70
+ - lib/gettext/parser/active_record.rb
74
71
  - lib/gettext/cgi.rb
75
72
  - lib/gettext/locale_posix.rb
76
73
  - lib/gettext/rgettext.rb
77
74
  - lib/gettext/version.rb
78
75
  - lib/gettext/locale_cgi.rb
79
76
  - 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
77
+ - src
84
78
  - src/poparser.ry
79
+ - ChangeLog
80
+ - data
85
81
  - data/locale
86
82
  - data/locale/cs
87
- - data/locale/zh
88
- - data/locale/de
89
- - data/locale/et
90
- - data/locale/ja
91
- - data/locale/es
92
- - data/locale/ko
93
- - data/locale/ca
94
- - data/locale/pt_BR
95
- - data/locale/sv
96
- - data/locale/eo
97
- - data/locale/it
98
- - data/locale/el
99
- - data/locale/fr
100
- - data/locale/nl
101
- - data/locale/ru
102
- - data/locale/zh_TW
103
83
  - data/locale/cs/LC_MESSAGES
104
84
  - data/locale/cs/LC_MESSAGES/rails.mo
105
85
  - data/locale/cs/LC_MESSAGES/rgettext.mo
86
+ - data/locale/zh
106
87
  - data/locale/zh/LC_MESSAGES
107
88
  - data/locale/zh/LC_MESSAGES/rails.mo
108
89
  - data/locale/zh/LC_MESSAGES/rgettext.mo
90
+ - data/locale/de
109
91
  - data/locale/de/LC_MESSAGES
110
92
  - data/locale/de/LC_MESSAGES/rails.mo
111
93
  - data/locale/de/LC_MESSAGES/rgettext.mo
94
+ - data/locale/et
112
95
  - data/locale/et/LC_MESSAGES
113
96
  - data/locale/et/LC_MESSAGES/rails.mo
97
+ - data/locale/ja
114
98
  - data/locale/ja/LC_MESSAGES
115
99
  - data/locale/ja/LC_MESSAGES/rails.mo
116
100
  - data/locale/ja/LC_MESSAGES/rgettext.mo
101
+ - data/locale/es
117
102
  - data/locale/es/LC_MESSAGES
118
103
  - data/locale/es/LC_MESSAGES/rails.mo
119
104
  - data/locale/es/LC_MESSAGES/rgettext.mo
105
+ - data/locale/ko
120
106
  - data/locale/ko/LC_MESSAGES
121
107
  - data/locale/ko/LC_MESSAGES/rails.mo
122
108
  - data/locale/ko/LC_MESSAGES/rgettext.mo
109
+ - data/locale/ca
123
110
  - data/locale/ca/LC_MESSAGES
124
111
  - data/locale/ca/LC_MESSAGES/rails.mo
125
112
  - data/locale/ca/LC_MESSAGES/rgettext.mo
113
+ - data/locale/pt_BR
126
114
  - data/locale/pt_BR/LC_MESSAGES
127
115
  - data/locale/pt_BR/LC_MESSAGES/rails.mo
128
116
  - data/locale/pt_BR/LC_MESSAGES/rgettext.mo
117
+ - data/locale/sv
129
118
  - data/locale/sv/LC_MESSAGES
130
119
  - data/locale/sv/LC_MESSAGES/rgettext.mo
120
+ - data/locale/bs
121
+ - data/locale/bs/LC_MESSAGES
122
+ - data/locale/bs/LC_MESSAGES/rails.mo
123
+ - data/locale/bs/LC_MESSAGES/rgettext.mo
124
+ - data/locale/eo
131
125
  - data/locale/eo/LC_MESSAGES
132
126
  - data/locale/eo/LC_MESSAGES/rails.mo
133
127
  - data/locale/eo/LC_MESSAGES/rgettext.mo
128
+ - data/locale/it
134
129
  - data/locale/it/LC_MESSAGES
135
130
  - data/locale/it/LC_MESSAGES/rails.mo
136
131
  - data/locale/it/LC_MESSAGES/rgettext.mo
132
+ - data/locale/hr
133
+ - data/locale/hr/LC_MESSAGES
134
+ - data/locale/hr/LC_MESSAGES/rails.mo
135
+ - data/locale/hr/LC_MESSAGES/rgettext.mo
136
+ - data/locale/nb
137
+ - data/locale/nb/LC_MESSAGES
138
+ - data/locale/nb/LC_MESSAGES/rails.mo
139
+ - data/locale/nb/LC_MESSAGES/rgettext.mo
140
+ - data/locale/el
137
141
  - data/locale/el/LC_MESSAGES
138
142
  - data/locale/el/LC_MESSAGES/rails.mo
139
143
  - data/locale/el/LC_MESSAGES/rgettext.mo
144
+ - data/locale/vi
145
+ - data/locale/vi/LC_MESSAGES
146
+ - data/locale/vi/LC_MESSAGES/rails.mo
147
+ - data/locale/vi/LC_MESSAGES/rgettext.mo
148
+ - data/locale/fr
140
149
  - data/locale/fr/LC_MESSAGES
141
150
  - data/locale/fr/LC_MESSAGES/rails.mo
142
151
  - data/locale/fr/LC_MESSAGES/rgettext.mo
152
+ - data/locale/nl
143
153
  - data/locale/nl/LC_MESSAGES
144
154
  - data/locale/nl/LC_MESSAGES/rails.mo
145
155
  - data/locale/nl/LC_MESSAGES/rgettext.mo
156
+ - data/locale/ru
146
157
  - data/locale/ru/LC_MESSAGES
147
158
  - data/locale/ru/LC_MESSAGES/rails.mo
148
159
  - data/locale/ru/LC_MESSAGES/rgettext.mo
160
+ - data/locale/zh_TW
149
161
  - data/locale/zh_TW/LC_MESSAGES
150
162
  - data/locale/zh_TW/LC_MESSAGES/rails.mo
151
163
  - data/locale/zh_TW/LC_MESSAGES/rgettext.mo
164
+ - po
152
165
  - 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
166
  - po/cs/rgettext.po
172
167
  - po/cs/rails.po
168
+ - po/zh
173
169
  - po/zh/rgettext.po
174
170
  - po/zh/rails.po
171
+ - po/de
175
172
  - po/de/rgettext.po
176
173
  - po/de/rails.po
174
+ - po/et
177
175
  - po/et/rails.po
176
+ - po/ja
178
177
  - po/ja/rgettext.po
179
178
  - po/ja/rails.po
179
+ - po/es
180
180
  - po/es/rgettext.po
181
181
  - po/es/rails.po
182
+ - po/rgettext.pot
183
+ - po/rails.pot
184
+ - po/ko
182
185
  - po/ko/rgettext.po
183
186
  - po/ko/rails.po
187
+ - po/ca
184
188
  - po/ca/rgettext.po
185
189
  - po/ca/rails.po
190
+ - po/pt_BR
186
191
  - po/pt_BR/rgettext.po
187
192
  - po/pt_BR/rails.po
193
+ - po/sv
188
194
  - po/sv/rgettext.po
195
+ - po/bs
196
+ - po/bs/rgettext.po
197
+ - po/bs/rails.po
198
+ - po/eo
189
199
  - po/eo/rgettext.po
190
200
  - po/eo/rails.po
201
+ - po/it
191
202
  - po/it/rgettext.po
192
203
  - po/it/rails.po
204
+ - po/hr
205
+ - po/hr/rgettext.po
206
+ - po/hr/rails.po
207
+ - po/nb
208
+ - po/nb/rgettext.po
209
+ - po/nb/rails.po
210
+ - po/el
193
211
  - po/el/rgettext.po
194
212
  - po/el/rails.po
213
+ - po/vi
214
+ - po/vi/rgettext.po
215
+ - po/vi/rails.po
216
+ - po/fr
195
217
  - po/fr/rgettext.po
196
218
  - po/fr/rails.po
219
+ - po/nl
197
220
  - po/nl/rgettext.po
198
221
  - po/nl/rails.po
222
+ - po/ru
199
223
  - po/ru/rgettext.po
200
224
  - po/ru/rails.po
225
+ - po/zh_TW
201
226
  - po/zh_TW/rgettext.po
202
227
  - po/zh_TW/rails.po
228
+ - post-setup.rb
229
+ - samples
203
230
  - samples/cgi
204
- - samples/hello.rb
205
- - samples/hellogtk2.rb
206
- - samples/hellotk.rb
207
- - samples/hello_noop.rb
208
- - samples/locale
209
- - samples/helloglade2.glade
210
- - samples/README
211
- - samples/hello_plural.rb
212
- - samples/hello_textdomain.rb
213
- - samples/rails
214
- - samples/hello2.rb
215
- - samples/hellogtk.rb
216
- - samples/po
217
- - samples/makemo.rb
218
- - samples/helloglade2.rb
219
231
  - samples/cgi/helloerb.rhtml
220
232
  - samples/cgi/index.cgi
221
233
  - samples/cgi/gettext.css
222
234
  - samples/cgi/Rakefile
223
235
  - samples/cgi/locale
224
- - samples/cgi/README
225
- - samples/cgi/http.rb
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
236
  - samples/cgi/locale/cs
234
- - samples/cgi/locale/zh
235
- - samples/cgi/locale/de
236
- - samples/cgi/locale/ja
237
- - samples/cgi/locale/es
238
- - samples/cgi/locale/ko
239
- - samples/cgi/locale/ca
240
- - samples/cgi/locale/pt_BR
241
- - samples/cgi/locale/eo
242
- - samples/cgi/locale/it
243
- - samples/cgi/locale/el
244
- - samples/cgi/locale/fr
245
- - samples/cgi/locale/nl
246
- - samples/cgi/locale/ru
247
- - samples/cgi/locale/zh_TW
248
237
  - samples/cgi/locale/cs/LC_MESSAGES
249
238
  - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
250
239
  - samples/cgi/locale/cs/LC_MESSAGES/main.mo
251
240
  - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
252
241
  - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
242
+ - samples/cgi/locale/zh
253
243
  - samples/cgi/locale/zh/LC_MESSAGES
254
244
  - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
255
245
  - samples/cgi/locale/zh/LC_MESSAGES/main.mo
256
246
  - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
257
247
  - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
248
+ - samples/cgi/locale/de
258
249
  - samples/cgi/locale/de/LC_MESSAGES
259
250
  - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
260
251
  - samples/cgi/locale/de/LC_MESSAGES/main.mo
261
252
  - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
262
253
  - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
254
+ - samples/cgi/locale/ja
263
255
  - samples/cgi/locale/ja/LC_MESSAGES
264
256
  - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
265
257
  - samples/cgi/locale/ja/LC_MESSAGES/main.mo
266
258
  - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
267
259
  - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
260
+ - samples/cgi/locale/es
268
261
  - samples/cgi/locale/es/LC_MESSAGES
269
262
  - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
270
263
  - samples/cgi/locale/es/LC_MESSAGES/main.mo
271
264
  - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
272
265
  - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
266
+ - samples/cgi/locale/ko
273
267
  - samples/cgi/locale/ko/LC_MESSAGES
274
268
  - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
275
269
  - samples/cgi/locale/ko/LC_MESSAGES/main.mo
276
270
  - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
277
271
  - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
272
+ - samples/cgi/locale/ca
278
273
  - samples/cgi/locale/ca/LC_MESSAGES
279
274
  - samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
280
275
  - samples/cgi/locale/ca/LC_MESSAGES/main.mo
281
276
  - samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
282
277
  - samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
278
+ - samples/cgi/locale/pt_BR
283
279
  - samples/cgi/locale/pt_BR/LC_MESSAGES
284
280
  - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
285
281
  - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
286
282
  - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
287
283
  - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
284
+ - samples/cgi/locale/bs
285
+ - samples/cgi/locale/bs/LC_MESSAGES
286
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
287
+ - samples/cgi/locale/bs/LC_MESSAGES/main.mo
288
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
289
+ - samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
290
+ - samples/cgi/locale/eo
288
291
  - samples/cgi/locale/eo/LC_MESSAGES
289
292
  - samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
290
293
  - samples/cgi/locale/eo/LC_MESSAGES/main.mo
291
294
  - samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
292
295
  - samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
296
+ - samples/cgi/locale/it
293
297
  - samples/cgi/locale/it/LC_MESSAGES
294
298
  - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
295
299
  - samples/cgi/locale/it/LC_MESSAGES/main.mo
296
300
  - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
297
301
  - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
302
+ - samples/cgi/locale/hr
303
+ - samples/cgi/locale/hr/LC_MESSAGES
304
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
305
+ - samples/cgi/locale/hr/LC_MESSAGES/main.mo
306
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
307
+ - samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
308
+ - samples/cgi/locale/nb
309
+ - samples/cgi/locale/nb/LC_MESSAGES
310
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
311
+ - samples/cgi/locale/nb/LC_MESSAGES/main.mo
312
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
313
+ - samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
314
+ - samples/cgi/locale/el
298
315
  - samples/cgi/locale/el/LC_MESSAGES
299
316
  - samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
300
317
  - samples/cgi/locale/el/LC_MESSAGES/main.mo
301
318
  - samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
302
319
  - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
320
+ - samples/cgi/locale/vi
321
+ - samples/cgi/locale/vi/LC_MESSAGES
322
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
323
+ - samples/cgi/locale/vi/LC_MESSAGES/main.mo
324
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
325
+ - samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
326
+ - samples/cgi/locale/fr
303
327
  - samples/cgi/locale/fr/LC_MESSAGES
304
328
  - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
305
329
  - samples/cgi/locale/fr/LC_MESSAGES/main.mo
306
330
  - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
307
331
  - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
332
+ - samples/cgi/locale/nl
308
333
  - samples/cgi/locale/nl/LC_MESSAGES
309
334
  - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
310
335
  - samples/cgi/locale/nl/LC_MESSAGES/main.mo
311
336
  - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
312
337
  - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
338
+ - samples/cgi/locale/ru
313
339
  - samples/cgi/locale/ru/LC_MESSAGES
314
340
  - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
315
341
  - samples/cgi/locale/ru/LC_MESSAGES/main.mo
316
342
  - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
317
343
  - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
344
+ - samples/cgi/locale/zh_TW
318
345
  - samples/cgi/locale/zh_TW/LC_MESSAGES
319
346
  - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
320
347
  - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
321
348
  - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
322
349
  - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
350
+ - samples/cgi/README
351
+ - samples/cgi/http.rb
352
+ - samples/cgi/other.rhtml
353
+ - samples/cgi/helloerb2.cgi
354
+ - samples/cgi/ruby.bat
355
+ - samples/cgi/hellolib.rb
356
+ - samples/cgi/cookie.cgi
357
+ - samples/cgi/helloerb1.cgi
358
+ - samples/cgi/po
323
359
  - 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
360
  - samples/cgi/po/cs/hellolib.po
343
361
  - samples/cgi/po/cs/helloerb1.po
344
362
  - samples/cgi/po/cs/main.po
345
363
  - samples/cgi/po/cs/helloerb2.po
364
+ - samples/cgi/po/zh
346
365
  - samples/cgi/po/zh/hellolib.po
347
366
  - samples/cgi/po/zh/helloerb1.po
348
367
  - samples/cgi/po/zh/main.po
349
368
  - samples/cgi/po/zh/helloerb2.po
369
+ - samples/cgi/po/de
350
370
  - samples/cgi/po/de/hellolib.po
351
371
  - samples/cgi/po/de/helloerb1.po
352
372
  - samples/cgi/po/de/main.po
353
373
  - samples/cgi/po/de/helloerb2.po
374
+ - samples/cgi/po/ja
354
375
  - samples/cgi/po/ja/hellolib.po
355
376
  - samples/cgi/po/ja/helloerb1.po
356
377
  - samples/cgi/po/ja/main.po
357
378
  - samples/cgi/po/ja/helloerb2.po
379
+ - samples/cgi/po/hellolib.pot
380
+ - samples/cgi/po/es
358
381
  - samples/cgi/po/es/hellolib.po
359
382
  - samples/cgi/po/es/helloerb1.po
360
383
  - samples/cgi/po/es/main.po
361
384
  - samples/cgi/po/es/helloerb2.po
385
+ - samples/cgi/po/ko
362
386
  - samples/cgi/po/ko/hellolib.po
363
387
  - samples/cgi/po/ko/helloerb1.po
364
388
  - samples/cgi/po/ko/main.po
365
389
  - samples/cgi/po/ko/helloerb2.po
390
+ - samples/cgi/po/ca
366
391
  - samples/cgi/po/ca/hellolib.po
367
392
  - samples/cgi/po/ca/helloerb1.po
368
393
  - samples/cgi/po/ca/main.po
369
394
  - samples/cgi/po/ca/helloerb2.po
395
+ - samples/cgi/po/helloerb1.pot
396
+ - samples/cgi/po/pt_BR
370
397
  - samples/cgi/po/pt_BR/hellolib.po
371
398
  - samples/cgi/po/pt_BR/helloerb1.po
372
399
  - samples/cgi/po/pt_BR/main.po
373
400
  - samples/cgi/po/pt_BR/helloerb2.po
401
+ - samples/cgi/po/main.pot
402
+ - samples/cgi/po/bs
403
+ - samples/cgi/po/bs/hellolib.po
404
+ - samples/cgi/po/bs/helloerb1.po
405
+ - samples/cgi/po/bs/main.po
406
+ - samples/cgi/po/bs/helloerb2.po
407
+ - samples/cgi/po/eo
374
408
  - samples/cgi/po/eo/hellolib.po
375
409
  - samples/cgi/po/eo/helloerb1.po
376
410
  - samples/cgi/po/eo/main.po
377
411
  - samples/cgi/po/eo/helloerb2.po
412
+ - samples/cgi/po/it
378
413
  - samples/cgi/po/it/hellolib.po
379
414
  - samples/cgi/po/it/helloerb1.po
380
415
  - samples/cgi/po/it/main.po
381
416
  - samples/cgi/po/it/helloerb2.po
417
+ - samples/cgi/po/hr
418
+ - samples/cgi/po/hr/hellolib.po
419
+ - samples/cgi/po/hr/helloerb1.po
420
+ - samples/cgi/po/hr/main.po
421
+ - samples/cgi/po/hr/helloerb2.po
422
+ - samples/cgi/po/helloerb2.pot
423
+ - samples/cgi/po/nb
424
+ - samples/cgi/po/nb/hellolib.po
425
+ - samples/cgi/po/nb/helloerb1.po
426
+ - samples/cgi/po/nb/main.po
427
+ - samples/cgi/po/nb/helloerb2.po
428
+ - samples/cgi/po/el
382
429
  - samples/cgi/po/el/hellolib.po
383
430
  - samples/cgi/po/el/helloerb1.po
384
431
  - samples/cgi/po/el/main.po
385
432
  - samples/cgi/po/el/helloerb2.po
433
+ - samples/cgi/po/vi
434
+ - samples/cgi/po/vi/hellolib.po
435
+ - samples/cgi/po/vi/helloerb1.po
436
+ - samples/cgi/po/vi/main.po
437
+ - samples/cgi/po/vi/helloerb2.po
438
+ - samples/cgi/po/fr
386
439
  - samples/cgi/po/fr/hellolib.po
387
440
  - samples/cgi/po/fr/helloerb1.po
388
441
  - samples/cgi/po/fr/main.po
389
442
  - samples/cgi/po/fr/helloerb2.po
443
+ - samples/cgi/po/nl
390
444
  - samples/cgi/po/nl/hellolib.po
391
445
  - samples/cgi/po/nl/helloerb1.po
392
446
  - samples/cgi/po/nl/main.po
393
447
  - samples/cgi/po/nl/helloerb2.po
448
+ - samples/cgi/po/ru
394
449
  - samples/cgi/po/ru/hellolib.po
395
450
  - samples/cgi/po/ru/helloerb1.po
396
451
  - samples/cgi/po/ru/main.po
397
452
  - samples/cgi/po/ru/helloerb2.po
453
+ - samples/cgi/po/zh_TW
398
454
  - samples/cgi/po/zh_TW/hellolib.po
399
455
  - samples/cgi/po/zh_TW/helloerb1.po
400
456
  - samples/cgi/po/zh_TW/main.po
401
457
  - samples/cgi/po/zh_TW/helloerb2.po
458
+ - samples/hello.rb
459
+ - samples/hellogtk2.rb
460
+ - samples/hellotk.rb
461
+ - samples/hello_noop.rb
462
+ - samples/locale
402
463
  - 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
464
  - samples/locale/cs/LC_MESSAGES
419
465
  - samples/locale/cs/LC_MESSAGES/hello_plural.mo
420
466
  - samples/locale/cs/LC_MESSAGES/hello.mo
@@ -423,6 +469,7 @@ files:
423
469
  - samples/locale/cs/LC_MESSAGES/hellotk.mo
424
470
  - samples/locale/cs/LC_MESSAGES/helloglade2.mo
425
471
  - samples/locale/cs/LC_MESSAGES/hello2.mo
472
+ - samples/locale/zh
426
473
  - samples/locale/zh/LC_MESSAGES
427
474
  - samples/locale/zh/LC_MESSAGES/hello_plural.mo
428
475
  - samples/locale/zh/LC_MESSAGES/hello.mo
@@ -431,6 +478,7 @@ files:
431
478
  - samples/locale/zh/LC_MESSAGES/hellotk.mo
432
479
  - samples/locale/zh/LC_MESSAGES/helloglade2.mo
433
480
  - samples/locale/zh/LC_MESSAGES/hello2.mo
481
+ - samples/locale/de
434
482
  - samples/locale/de/LC_MESSAGES
435
483
  - samples/locale/de/LC_MESSAGES/hello_plural.mo
436
484
  - samples/locale/de/LC_MESSAGES/hello.mo
@@ -439,6 +487,7 @@ files:
439
487
  - samples/locale/de/LC_MESSAGES/hellotk.mo
440
488
  - samples/locale/de/LC_MESSAGES/helloglade2.mo
441
489
  - samples/locale/de/LC_MESSAGES/hello2.mo
490
+ - samples/locale/ja
442
491
  - samples/locale/ja/LC_MESSAGES
443
492
  - samples/locale/ja/LC_MESSAGES/hello_plural.mo
444
493
  - samples/locale/ja/LC_MESSAGES/hello.mo
@@ -447,6 +496,7 @@ files:
447
496
  - samples/locale/ja/LC_MESSAGES/hellotk.mo
448
497
  - samples/locale/ja/LC_MESSAGES/helloglade2.mo
449
498
  - samples/locale/ja/LC_MESSAGES/hello2.mo
499
+ - samples/locale/es
450
500
  - samples/locale/es/LC_MESSAGES
451
501
  - samples/locale/es/LC_MESSAGES/hello_plural.mo
452
502
  - samples/locale/es/LC_MESSAGES/hello.mo
@@ -455,6 +505,7 @@ files:
455
505
  - samples/locale/es/LC_MESSAGES/hellotk.mo
456
506
  - samples/locale/es/LC_MESSAGES/helloglade2.mo
457
507
  - samples/locale/es/LC_MESSAGES/hello2.mo
508
+ - samples/locale/ko
458
509
  - samples/locale/ko/LC_MESSAGES
459
510
  - samples/locale/ko/LC_MESSAGES/hello_plural.mo
460
511
  - samples/locale/ko/LC_MESSAGES/hello.mo
@@ -463,6 +514,7 @@ files:
463
514
  - samples/locale/ko/LC_MESSAGES/hellotk.mo
464
515
  - samples/locale/ko/LC_MESSAGES/helloglade2.mo
465
516
  - samples/locale/ko/LC_MESSAGES/hello2.mo
517
+ - samples/locale/ca
466
518
  - samples/locale/ca/LC_MESSAGES
467
519
  - samples/locale/ca/LC_MESSAGES/hello_plural.mo
468
520
  - samples/locale/ca/LC_MESSAGES/hello.mo
@@ -471,6 +523,7 @@ files:
471
523
  - samples/locale/ca/LC_MESSAGES/hellotk.mo
472
524
  - samples/locale/ca/LC_MESSAGES/helloglade2.mo
473
525
  - samples/locale/ca/LC_MESSAGES/hello2.mo
526
+ - samples/locale/pt_BR
474
527
  - samples/locale/pt_BR/LC_MESSAGES
475
528
  - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
476
529
  - samples/locale/pt_BR/LC_MESSAGES/hello.mo
@@ -479,6 +532,7 @@ files:
479
532
  - samples/locale/pt_BR/LC_MESSAGES/hellotk.mo
480
533
  - samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo
481
534
  - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
535
+ - samples/locale/sv
482
536
  - samples/locale/sv/LC_MESSAGES
483
537
  - samples/locale/sv/LC_MESSAGES/hello_plural.mo
484
538
  - samples/locale/sv/LC_MESSAGES/hello.mo
@@ -487,6 +541,16 @@ files:
487
541
  - samples/locale/sv/LC_MESSAGES/hellotk.mo
488
542
  - samples/locale/sv/LC_MESSAGES/helloglade2.mo
489
543
  - samples/locale/sv/LC_MESSAGES/hello2.mo
544
+ - samples/locale/bs
545
+ - samples/locale/bs/LC_MESSAGES
546
+ - samples/locale/bs/LC_MESSAGES/hello_plural.mo
547
+ - samples/locale/bs/LC_MESSAGES/hello.mo
548
+ - samples/locale/bs/LC_MESSAGES/hello_noop.mo
549
+ - samples/locale/bs/LC_MESSAGES/hellogtk.mo
550
+ - samples/locale/bs/LC_MESSAGES/hellotk.mo
551
+ - samples/locale/bs/LC_MESSAGES/helloglade2.mo
552
+ - samples/locale/bs/LC_MESSAGES/hello2.mo
553
+ - samples/locale/eo
490
554
  - samples/locale/eo/LC_MESSAGES
491
555
  - samples/locale/eo/LC_MESSAGES/hello_plural.mo
492
556
  - samples/locale/eo/LC_MESSAGES/hello.mo
@@ -495,6 +559,7 @@ files:
495
559
  - samples/locale/eo/LC_MESSAGES/hellotk.mo
496
560
  - samples/locale/eo/LC_MESSAGES/helloglade2.mo
497
561
  - samples/locale/eo/LC_MESSAGES/hello2.mo
562
+ - samples/locale/it
498
563
  - samples/locale/it/LC_MESSAGES
499
564
  - samples/locale/it/LC_MESSAGES/hello_plural.mo
500
565
  - samples/locale/it/LC_MESSAGES/hello.mo
@@ -503,6 +568,25 @@ files:
503
568
  - samples/locale/it/LC_MESSAGES/hellotk.mo
504
569
  - samples/locale/it/LC_MESSAGES/helloglade2.mo
505
570
  - samples/locale/it/LC_MESSAGES/hello2.mo
571
+ - samples/locale/hr
572
+ - samples/locale/hr/LC_MESSAGES
573
+ - samples/locale/hr/LC_MESSAGES/hello_plural.mo
574
+ - samples/locale/hr/LC_MESSAGES/hello.mo
575
+ - samples/locale/hr/LC_MESSAGES/hello_noop.mo
576
+ - samples/locale/hr/LC_MESSAGES/hellogtk.mo
577
+ - samples/locale/hr/LC_MESSAGES/hellotk.mo
578
+ - samples/locale/hr/LC_MESSAGES/helloglade2.mo
579
+ - samples/locale/hr/LC_MESSAGES/hello2.mo
580
+ - samples/locale/nb
581
+ - samples/locale/nb/LC_MESSAGES
582
+ - samples/locale/nb/LC_MESSAGES/hello_plural.mo
583
+ - samples/locale/nb/LC_MESSAGES/hello.mo
584
+ - samples/locale/nb/LC_MESSAGES/hello_noop.mo
585
+ - samples/locale/nb/LC_MESSAGES/hellogtk.mo
586
+ - samples/locale/nb/LC_MESSAGES/hellotk.mo
587
+ - samples/locale/nb/LC_MESSAGES/helloglade2.mo
588
+ - samples/locale/nb/LC_MESSAGES/hello2.mo
589
+ - samples/locale/el
506
590
  - samples/locale/el/LC_MESSAGES
507
591
  - samples/locale/el/LC_MESSAGES/hello_plural.mo
508
592
  - samples/locale/el/LC_MESSAGES/hello.mo
@@ -511,6 +595,16 @@ files:
511
595
  - samples/locale/el/LC_MESSAGES/hellotk.mo
512
596
  - samples/locale/el/LC_MESSAGES/helloglade2.mo
513
597
  - samples/locale/el/LC_MESSAGES/hello2.mo
598
+ - samples/locale/vi
599
+ - samples/locale/vi/LC_MESSAGES
600
+ - samples/locale/vi/LC_MESSAGES/hello_plural.mo
601
+ - samples/locale/vi/LC_MESSAGES/hello.mo
602
+ - samples/locale/vi/LC_MESSAGES/hello_noop.mo
603
+ - samples/locale/vi/LC_MESSAGES/hellogtk.mo
604
+ - samples/locale/vi/LC_MESSAGES/hellotk.mo
605
+ - samples/locale/vi/LC_MESSAGES/helloglade2.mo
606
+ - samples/locale/vi/LC_MESSAGES/hello2.mo
607
+ - samples/locale/fr
514
608
  - samples/locale/fr/LC_MESSAGES
515
609
  - samples/locale/fr/LC_MESSAGES/hello_plural.mo
516
610
  - samples/locale/fr/LC_MESSAGES/hello.mo
@@ -519,6 +613,7 @@ files:
519
613
  - samples/locale/fr/LC_MESSAGES/hellotk.mo
520
614
  - samples/locale/fr/LC_MESSAGES/helloglade2.mo
521
615
  - samples/locale/fr/LC_MESSAGES/hello2.mo
616
+ - samples/locale/nl
522
617
  - samples/locale/nl/LC_MESSAGES
523
618
  - samples/locale/nl/LC_MESSAGES/hello_plural.mo
524
619
  - samples/locale/nl/LC_MESSAGES/hello.mo
@@ -527,6 +622,7 @@ files:
527
622
  - samples/locale/nl/LC_MESSAGES/hellotk.mo
528
623
  - samples/locale/nl/LC_MESSAGES/helloglade2.mo
529
624
  - samples/locale/nl/LC_MESSAGES/hello2.mo
625
+ - samples/locale/ru
530
626
  - samples/locale/ru/LC_MESSAGES
531
627
  - samples/locale/ru/LC_MESSAGES/hello_plural.mo
532
628
  - samples/locale/ru/LC_MESSAGES/hello.mo
@@ -535,6 +631,7 @@ files:
535
631
  - samples/locale/ru/LC_MESSAGES/hellotk.mo
536
632
  - samples/locale/ru/LC_MESSAGES/helloglade2.mo
537
633
  - samples/locale/ru/LC_MESSAGES/hello2.mo
634
+ - samples/locale/zh_TW
538
635
  - samples/locale/zh_TW/LC_MESSAGES
539
636
  - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
540
637
  - samples/locale/zh_TW/LC_MESSAGES/hello.mo
@@ -543,276 +640,297 @@ files:
543
640
  - samples/locale/zh_TW/LC_MESSAGES/hellotk.mo
544
641
  - samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo
545
642
  - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
643
+ - samples/helloglade2.glade
644
+ - samples/README
645
+ - samples/hello_plural.rb
646
+ - samples/hello_textdomain.rb
647
+ - samples/rails
546
648
  - 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
649
  - samples/rails/vendor/plugins
560
650
  - samples/rails/vendor/plugins/gettext
561
651
  - samples/rails/vendor/plugins/gettext/init.rb
562
652
  - samples/rails/vendor/plugins/gettext/Rakefile
563
653
  - 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
654
  - samples/rails/vendor/plugins/gettext/locale/cs
655
+ - samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES
656
+ - samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo
568
657
  - 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
658
  - samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES
584
659
  - samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo
660
+ - samples/rails/vendor/plugins/gettext/locale/de
585
661
  - samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES
586
662
  - samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo
663
+ - samples/rails/vendor/plugins/gettext/locale/ja
587
664
  - samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES
588
665
  - samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo
666
+ - samples/rails/vendor/plugins/gettext/locale/es
589
667
  - samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES
590
668
  - samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo
669
+ - samples/rails/vendor/plugins/gettext/locale/ko
591
670
  - samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES
592
671
  - samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo
672
+ - samples/rails/vendor/plugins/gettext/locale/ca
593
673
  - samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES
594
674
  - samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo
675
+ - samples/rails/vendor/plugins/gettext/locale/pt_BR
595
676
  - samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES
596
677
  - samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
678
+ - samples/rails/vendor/plugins/gettext/locale/bs
679
+ - samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES
680
+ - samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo
681
+ - samples/rails/vendor/plugins/gettext/locale/it
597
682
  - samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES
598
683
  - samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo
684
+ - samples/rails/vendor/plugins/gettext/locale/hr
685
+ - samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES
686
+ - samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo
687
+ - samples/rails/vendor/plugins/gettext/locale/nb
688
+ - samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES
689
+ - samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo
690
+ - samples/rails/vendor/plugins/gettext/locale/el
599
691
  - samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES
600
692
  - samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo
693
+ - samples/rails/vendor/plugins/gettext/locale/vi
694
+ - samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES
695
+ - samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo
696
+ - samples/rails/vendor/plugins/gettext/locale/fr
601
697
  - samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES
602
698
  - samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo
699
+ - samples/rails/vendor/plugins/gettext/locale/nl
603
700
  - samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES
604
701
  - samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo
702
+ - samples/rails/vendor/plugins/gettext/locale/ru
605
703
  - samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES
606
704
  - samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo
705
+ - samples/rails/vendor/plugins/gettext/locale/zh_TW
607
706
  - samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES
608
707
  - samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo
708
+ - samples/rails/vendor/plugins/gettext/README
709
+ - samples/rails/vendor/plugins/gettext/lib
609
710
  - samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb
711
+ - samples/rails/vendor/plugins/gettext/po
610
712
  - samples/rails/vendor/plugins/gettext/po/cs
713
+ - samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po
611
714
  - samples/rails/vendor/plugins/gettext/po/zh
715
+ - samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po
612
716
  - samples/rails/vendor/plugins/gettext/po/de
717
+ - samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po
613
718
  - samples/rails/vendor/plugins/gettext/po/ja
719
+ - samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po
614
720
  - samples/rails/vendor/plugins/gettext/po/es
721
+ - samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po
615
722
  - samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot
616
723
  - 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
724
  - samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po
725
+ - samples/rails/vendor/plugins/gettext/po/ca
633
726
  - samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po
727
+ - samples/rails/vendor/plugins/gettext/po/pt_BR
634
728
  - samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po
729
+ - samples/rails/vendor/plugins/gettext/po/bs
730
+ - samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po
731
+ - samples/rails/vendor/plugins/gettext/po/it
635
732
  - samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po
733
+ - samples/rails/vendor/plugins/gettext/po/hr
734
+ - samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po
735
+ - samples/rails/vendor/plugins/gettext/po/nb
736
+ - samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po
737
+ - samples/rails/vendor/plugins/gettext/po/el
636
738
  - samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po
739
+ - samples/rails/vendor/plugins/gettext/po/vi
740
+ - samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po
741
+ - samples/rails/vendor/plugins/gettext/po/fr
637
742
  - samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po
743
+ - samples/rails/vendor/plugins/gettext/po/nl
638
744
  - samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po
745
+ - samples/rails/vendor/plugins/gettext/po/ru
639
746
  - samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po
747
+ - samples/rails/vendor/plugins/gettext/po/zh_TW
640
748
  - samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po
749
+ - samples/rails/app
641
750
  - samples/rails/app/models
642
- - samples/rails/app/helpers
643
- - samples/rails/app/views
644
- - samples/rails/app/controllers
645
751
  - samples/rails/app/models/article.rb
752
+ - samples/rails/app/helpers
646
753
  - samples/rails/app/helpers/application_helper.rb
647
754
  - samples/rails/app/helpers/blog_helper.rb
755
+ - samples/rails/app/views
648
756
  - samples/rails/app/views/layouts
649
- - samples/rails/app/views/blog
650
757
  - samples/rails/app/views/layouts/blog.rhtml
758
+ - samples/rails/app/views/blog
651
759
  - samples/rails/app/views/blog/edit.rhtml
652
760
  - samples/rails/app/views/blog/list.rhtml
653
761
  - samples/rails/app/views/blog/_form.rhtml
654
762
  - samples/rails/app/views/blog/new.rhtml
655
763
  - samples/rails/app/views/blog/show.rhtml
764
+ - samples/rails/app/controllers
656
765
  - samples/rails/app/controllers/application.rb
657
766
  - samples/rails/app/controllers/blog_controller.rb
767
+ - samples/rails/script
658
768
  - samples/rails/script/destroy
659
769
  - samples/rails/script/breakpointer
660
770
  - samples/rails/script/process
771
+ - samples/rails/script/process/spinner
772
+ - samples/rails/script/process/spawner
773
+ - samples/rails/script/process/reaper
661
774
  - samples/rails/script/console
662
775
  - samples/rails/script/performance
776
+ - samples/rails/script/performance/benchmarker
777
+ - samples/rails/script/performance/profiler
663
778
  - samples/rails/script/server
664
779
  - samples/rails/script/plugin
665
780
  - samples/rails/script/about
666
781
  - samples/rails/script/runner
667
782
  - 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
783
+ - samples/rails/Rakefile
784
+ - samples/rails/locale
673
785
  - 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
786
  - samples/rails/locale/cs/LC_MESSAGES
690
787
  - samples/rails/locale/cs/LC_MESSAGES/blog.mo
788
+ - samples/rails/locale/zh
691
789
  - samples/rails/locale/zh/LC_MESSAGES
692
790
  - samples/rails/locale/zh/LC_MESSAGES/blog.mo
791
+ - samples/rails/locale/de
693
792
  - samples/rails/locale/de/LC_MESSAGES
694
793
  - samples/rails/locale/de/LC_MESSAGES/blog.mo
794
+ - samples/rails/locale/ja
695
795
  - samples/rails/locale/ja/LC_MESSAGES
696
796
  - samples/rails/locale/ja/LC_MESSAGES/blog.mo
797
+ - samples/rails/locale/es
697
798
  - samples/rails/locale/es/LC_MESSAGES
698
799
  - samples/rails/locale/es/LC_MESSAGES/blog.mo
800
+ - samples/rails/locale/ko
699
801
  - samples/rails/locale/ko/LC_MESSAGES
700
802
  - samples/rails/locale/ko/LC_MESSAGES/blog.mo
803
+ - samples/rails/locale/ca
701
804
  - samples/rails/locale/ca/LC_MESSAGES
702
805
  - samples/rails/locale/ca/LC_MESSAGES/blog.mo
806
+ - samples/rails/locale/pt_BR
703
807
  - samples/rails/locale/pt_BR/LC_MESSAGES
704
808
  - samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
809
+ - samples/rails/locale/bs
810
+ - samples/rails/locale/bs/LC_MESSAGES
811
+ - samples/rails/locale/bs/LC_MESSAGES/blog.mo
812
+ - samples/rails/locale/eo
705
813
  - samples/rails/locale/eo/LC_MESSAGES
706
814
  - samples/rails/locale/eo/LC_MESSAGES/blog.mo
815
+ - samples/rails/locale/it
707
816
  - samples/rails/locale/it/LC_MESSAGES
708
817
  - samples/rails/locale/it/LC_MESSAGES/blog.mo
818
+ - samples/rails/locale/hr
819
+ - samples/rails/locale/hr/LC_MESSAGES
820
+ - samples/rails/locale/hr/LC_MESSAGES/blog.mo
821
+ - samples/rails/locale/nb
822
+ - samples/rails/locale/nb/LC_MESSAGES
823
+ - samples/rails/locale/nb/LC_MESSAGES/blog.mo
824
+ - samples/rails/locale/el
709
825
  - samples/rails/locale/el/LC_MESSAGES
710
826
  - samples/rails/locale/el/LC_MESSAGES/blog.mo
827
+ - samples/rails/locale/vi
828
+ - samples/rails/locale/vi/LC_MESSAGES
829
+ - samples/rails/locale/vi/LC_MESSAGES/blog.mo
830
+ - samples/rails/locale/fr
711
831
  - samples/rails/locale/fr/LC_MESSAGES
712
832
  - samples/rails/locale/fr/LC_MESSAGES/blog.mo
833
+ - samples/rails/locale/nl
713
834
  - samples/rails/locale/nl/LC_MESSAGES
714
835
  - samples/rails/locale/nl/LC_MESSAGES/blog.mo
836
+ - samples/rails/locale/en
715
837
  - samples/rails/locale/en/LC_MESSAGES
716
838
  - samples/rails/locale/en/LC_MESSAGES/blog.mo
839
+ - samples/rails/locale/ru
717
840
  - samples/rails/locale/ru/LC_MESSAGES
718
841
  - samples/rails/locale/ru/LC_MESSAGES/blog.mo
842
+ - samples/rails/locale/zh_TW
719
843
  - samples/rails/locale/zh_TW/LC_MESSAGES
720
844
  - samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo
845
+ - samples/rails/public
721
846
  - samples/rails/public/500.html
722
847
  - samples/rails/public/javascripts
848
+ - samples/rails/public/javascripts/prototype.js
849
+ - samples/rails/public/javascripts/controls.js
850
+ - samples/rails/public/javascripts/dragdrop.js
851
+ - samples/rails/public/javascripts/effects.js
723
852
  - samples/rails/public/favicon.ico
724
853
  - samples/rails/public/stylesheets
854
+ - samples/rails/public/stylesheets/scaffold.css
855
+ - samples/rails/public/stylesheets/blog.css
725
856
  - samples/rails/public/dispatch.fcgi
726
857
  - samples/rails/public/robots.txt
727
858
  - samples/rails/public/dispatch.rb
728
859
  - samples/rails/public/404.html
729
860
  - samples/rails/public/index.html
730
861
  - 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
862
  - samples/rails/public/images/rails.png
863
+ - samples/rails/public/dispatch.cgi
864
+ - samples/rails/README
865
+ - samples/rails/log
866
+ - samples/rails/lib
739
867
  - samples/rails/lib/tasks
740
868
  - samples/rails/lib/tasks/gettext.rake
869
+ - samples/rails/config
741
870
  - samples/rails/config/environment.rb
742
871
  - samples/rails/config/environments
743
- - samples/rails/config/database.yml
744
- - samples/rails/config/routes.rb
745
- - samples/rails/config/boot.rb
746
872
  - samples/rails/config/environments/test.rb
747
873
  - samples/rails/config/environments/production.rb
748
874
  - samples/rails/config/environments/development.rb
875
+ - samples/rails/config/database.yml
876
+ - samples/rails/config/routes.rb
877
+ - samples/rails/config/boot.rb
878
+ - samples/rails/po
749
879
  - samples/rails/po/cs
880
+ - samples/rails/po/cs/blog.po
750
881
  - samples/rails/po/zh
882
+ - samples/rails/po/zh/blog.po
751
883
  - samples/rails/po/de
884
+ - samples/rails/po/de/blog.po
752
885
  - samples/rails/po/ja
886
+ - samples/rails/po/ja/blog.po
753
887
  - samples/rails/po/es
888
+ - samples/rails/po/es/blog.po
754
889
  - samples/rails/po/ko
890
+ - samples/rails/po/ko/blog.po
755
891
  - samples/rails/po/ca
892
+ - samples/rails/po/ca/blog.po
756
893
  - samples/rails/po/pt_BR
894
+ - samples/rails/po/pt_BR/blog.po
895
+ - samples/rails/po/bs
896
+ - samples/rails/po/bs/blog.po
757
897
  - samples/rails/po/eo
898
+ - samples/rails/po/eo/blog.po
758
899
  - samples/rails/po/it
900
+ - samples/rails/po/it/blog.po
901
+ - samples/rails/po/hr
902
+ - samples/rails/po/hr/blog.po
903
+ - samples/rails/po/nb
904
+ - samples/rails/po/nb/blog.po
759
905
  - samples/rails/po/el
906
+ - samples/rails/po/el/blog.po
907
+ - samples/rails/po/vi
908
+ - samples/rails/po/vi/blog.po
760
909
  - samples/rails/po/fr
910
+ - samples/rails/po/fr/blog.po
761
911
  - samples/rails/po/nl
912
+ - samples/rails/po/nl/blog.po
762
913
  - samples/rails/po/en
914
+ - samples/rails/po/en/blog.po
763
915
  - samples/rails/po/ru
916
+ - samples/rails/po/ru/blog.po
764
917
  - samples/rails/po/blog.pot
765
918
  - 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
919
  - samples/rails/po/zh_TW/blog.po
920
+ - samples/rails/test
782
921
  - samples/rails/test/fixtures
922
+ - samples/rails/test/fixtures/articles.yml
783
923
  - samples/rails/test/functional
784
- - samples/rails/test/mocks
924
+ - samples/rails/test/functional/blog_controller_test.rb
785
925
  - samples/rails/test/test_helper.rb
786
926
  - 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
927
  - samples/rails/test/unit/article_test.rb
928
+ - samples/rails/db
792
929
  - samples/rails/db/schema.rb
930
+ - samples/hello2.rb
931
+ - samples/hellogtk.rb
932
+ - samples/po
793
933
  - 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
934
  - samples/po/cs/hellotk.po
817
935
  - samples/po/cs/hello.po
818
936
  - samples/po/cs/hellogtk.po
@@ -820,6 +938,7 @@ files:
820
938
  - samples/po/cs/hello_noop.po
821
939
  - samples/po/cs/hello_plural.po
822
940
  - samples/po/cs/helloglade2.po
941
+ - samples/po/zh
823
942
  - samples/po/zh/hellotk.po
824
943
  - samples/po/zh/hello.po
825
944
  - samples/po/zh/hellogtk.po
@@ -827,6 +946,8 @@ files:
827
946
  - samples/po/zh/hello_noop.po
828
947
  - samples/po/zh/hello_plural.po
829
948
  - samples/po/zh/helloglade2.po
949
+ - samples/po/hello_noop.pot
950
+ - samples/po/de
830
951
  - samples/po/de/hellotk.po
831
952
  - samples/po/de/hello.po
832
953
  - samples/po/de/hellogtk.po
@@ -834,6 +955,8 @@ files:
834
955
  - samples/po/de/hello_noop.po
835
956
  - samples/po/de/hello_plural.po
836
957
  - samples/po/de/helloglade2.po
958
+ - samples/po/hello_plural.pot
959
+ - samples/po/ja
837
960
  - samples/po/ja/hellotk.po
838
961
  - samples/po/ja/hello.po
839
962
  - samples/po/ja/hellogtk.po
@@ -841,6 +964,7 @@ files:
841
964
  - samples/po/ja/hello_noop.po
842
965
  - samples/po/ja/hello_plural.po
843
966
  - samples/po/ja/helloglade2.po
967
+ - samples/po/es
844
968
  - samples/po/es/hellotk.po
845
969
  - samples/po/es/hello.po
846
970
  - samples/po/es/hellogtk.po
@@ -848,6 +972,8 @@ files:
848
972
  - samples/po/es/hello_noop.po
849
973
  - samples/po/es/hello_plural.po
850
974
  - samples/po/es/helloglade2.po
975
+ - samples/po/hellotk.pot
976
+ - samples/po/ko
851
977
  - samples/po/ko/hellotk.po
852
978
  - samples/po/ko/hello.po
853
979
  - samples/po/ko/hellogtk.po
@@ -855,6 +981,7 @@ files:
855
981
  - samples/po/ko/hello_noop.po
856
982
  - samples/po/ko/hello_plural.po
857
983
  - samples/po/ko/helloglade2.po
984
+ - samples/po/ca
858
985
  - samples/po/ca/hellotk.po
859
986
  - samples/po/ca/hello.po
860
987
  - samples/po/ca/hellogtk.po
@@ -862,6 +989,8 @@ files:
862
989
  - samples/po/ca/hello_noop.po
863
990
  - samples/po/ca/hello_plural.po
864
991
  - samples/po/ca/helloglade2.po
992
+ - samples/po/helloglade2.pot
993
+ - samples/po/pt_BR
865
994
  - samples/po/pt_BR/hellotk.po
866
995
  - samples/po/pt_BR/hello.po
867
996
  - samples/po/pt_BR/hellogtk.po
@@ -869,6 +998,7 @@ files:
869
998
  - samples/po/pt_BR/hello_noop.po
870
999
  - samples/po/pt_BR/hello_plural.po
871
1000
  - samples/po/pt_BR/helloglade2.po
1001
+ - samples/po/sv
872
1002
  - samples/po/sv/hellotk.po
873
1003
  - samples/po/sv/hello.po
874
1004
  - samples/po/sv/hellogtk.po
@@ -876,6 +1006,15 @@ files:
876
1006
  - samples/po/sv/hello_noop.po
877
1007
  - samples/po/sv/hello_plural.po
878
1008
  - samples/po/sv/helloglade2.po
1009
+ - samples/po/bs
1010
+ - samples/po/bs/hellotk.po
1011
+ - samples/po/bs/hello.po
1012
+ - samples/po/bs/hellogtk.po
1013
+ - samples/po/bs/hello2.po
1014
+ - samples/po/bs/hello_noop.po
1015
+ - samples/po/bs/hello_plural.po
1016
+ - samples/po/bs/helloglade2.po
1017
+ - samples/po/eo
879
1018
  - samples/po/eo/hellotk.po
880
1019
  - samples/po/eo/hello.po
881
1020
  - samples/po/eo/hellogtk.po
@@ -883,6 +1022,7 @@ files:
883
1022
  - samples/po/eo/hello_noop.po
884
1023
  - samples/po/eo/hello_plural.po
885
1024
  - samples/po/eo/helloglade2.po
1025
+ - samples/po/it
886
1026
  - samples/po/it/hellotk.po
887
1027
  - samples/po/it/hello.po
888
1028
  - samples/po/it/hellogtk.po
@@ -890,6 +1030,25 @@ files:
890
1030
  - samples/po/it/hello_noop.po
891
1031
  - samples/po/it/hello_plural.po
892
1032
  - samples/po/it/helloglade2.po
1033
+ - samples/po/hellogtk.pot
1034
+ - samples/po/hr
1035
+ - samples/po/hr/hellotk.po
1036
+ - samples/po/hr/hello.po
1037
+ - samples/po/hr/hellogtk.po
1038
+ - samples/po/hr/hello2.po
1039
+ - samples/po/hr/hello_noop.po
1040
+ - samples/po/hr/hello_plural.po
1041
+ - samples/po/hr/helloglade2.po
1042
+ - samples/po/hello.pot
1043
+ - samples/po/nb
1044
+ - samples/po/nb/hellotk.po
1045
+ - samples/po/nb/hello.po
1046
+ - samples/po/nb/hellogtk.po
1047
+ - samples/po/nb/hello2.po
1048
+ - samples/po/nb/hello_noop.po
1049
+ - samples/po/nb/hello_plural.po
1050
+ - samples/po/nb/helloglade2.po
1051
+ - samples/po/el
893
1052
  - samples/po/el/hellotk.po
894
1053
  - samples/po/el/hello.po
895
1054
  - samples/po/el/hellogtk.po
@@ -897,6 +1056,15 @@ files:
897
1056
  - samples/po/el/hello_noop.po
898
1057
  - samples/po/el/hello_plural.po
899
1058
  - samples/po/el/helloglade2.po
1059
+ - samples/po/vi
1060
+ - samples/po/vi/hellotk.po
1061
+ - samples/po/vi/hello.po
1062
+ - samples/po/vi/hellogtk.po
1063
+ - samples/po/vi/hello2.po
1064
+ - samples/po/vi/hello_noop.po
1065
+ - samples/po/vi/hello_plural.po
1066
+ - samples/po/vi/helloglade2.po
1067
+ - samples/po/fr
900
1068
  - samples/po/fr/hellotk.po
901
1069
  - samples/po/fr/hello.po
902
1070
  - samples/po/fr/hellogtk.po
@@ -904,6 +1072,7 @@ files:
904
1072
  - samples/po/fr/hello_noop.po
905
1073
  - samples/po/fr/hello_plural.po
906
1074
  - samples/po/fr/helloglade2.po
1075
+ - samples/po/nl
907
1076
  - samples/po/nl/hellotk.po
908
1077
  - samples/po/nl/hello.po
909
1078
  - samples/po/nl/hellogtk.po
@@ -911,6 +1080,8 @@ files:
911
1080
  - samples/po/nl/hello_noop.po
912
1081
  - samples/po/nl/hello_plural.po
913
1082
  - samples/po/nl/helloglade2.po
1083
+ - samples/po/hello2.pot
1084
+ - samples/po/ru
914
1085
  - samples/po/ru/hellotk.po
915
1086
  - samples/po/ru/hello.po
916
1087
  - samples/po/ru/hellogtk.po
@@ -918,6 +1089,7 @@ files:
918
1089
  - samples/po/ru/hello_noop.po
919
1090
  - samples/po/ru/hello_plural.po
920
1091
  - samples/po/ru/helloglade2.po
1092
+ - samples/po/zh_TW
921
1093
  - samples/po/zh_TW/hellotk.po
922
1094
  - samples/po/zh_TW/hello.po
923
1095
  - samples/po/zh_TW/hellogtk.po
@@ -925,8 +1097,18 @@ files:
925
1097
  - samples/po/zh_TW/hello_noop.po
926
1098
  - samples/po/zh_TW/hello_plural.po
927
1099
  - samples/po/zh_TW/helloglade2.po
1100
+ - samples/makemo.rb
1101
+ - samples/helloglade2.rb
1102
+ - test
928
1103
  - test/testlib2.rb
929
1104
  - test/fixtures
1105
+ - test/fixtures/book.rb
1106
+ - test/fixtures/user.rb
1107
+ - test/fixtures/developer.rb
1108
+ - test/fixtures/reply.rb
1109
+ - test/fixtures/topics.yml
1110
+ - test/fixtures/topic.rb
1111
+ - test/fixtures/developers.yml
930
1112
  - test/gettext_test_parser.rb
931
1113
  - test/gettext_test_string.rb
932
1114
  - test/test_gladeparser.glade
@@ -937,50 +1119,21 @@ files:
937
1119
  - test/testlib6.rb
938
1120
  - test/Rakefile
939
1121
  - test/locale
940
- - test/README
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
949
- - test/test_rubyparser_N.rb
950
- - test/test_rubyparser_n_.rb
951
- - test/po
952
- - test/gettext_test_multi_textdomain.rb
953
- - test/gettext_test_cgi.rb
954
- - test/test.bat
955
- - test/gettext_test_locale.rb
956
- - test/testlib5.rb
957
- - test/db
958
- - test/fixtures/book.rb
959
- - test/fixtures/user.rb
960
- - test/fixtures/developer.rb
961
- - test/fixtures/reply.rb
962
- - test/fixtures/topics.yml
963
- - test/fixtures/topic.rb
964
- - test/fixtures/developers.yml
965
1122
  - test/locale/li
966
- - test/locale/la
967
- - test/locale/da
968
- - test/locale/ja
969
- - test/locale/ir
970
- - test/locale/cr
971
- - test/locale/po
972
- - test/locale/fr
973
- - test/locale/sl
974
1123
  - test/locale/li/LC_MESSAGES
975
1124
  - test/locale/li/LC_MESSAGES/plural.mo
1125
+ - test/locale/la
976
1126
  - test/locale/la/LC_MESSAGES
977
1127
  - test/locale/la/LC_MESSAGES/plural.mo
978
1128
  - test/locale/la/LC_MESSAGES/plural_error.mo
1129
+ - test/locale/da
979
1130
  - test/locale/da/LC_MESSAGES
980
1131
  - test/locale/da/LC_MESSAGES/plural.mo
981
1132
  - test/locale/da/LC_MESSAGES/plural_error.mo
1133
+ - test/locale/ja
982
1134
  - test/locale/ja/LC_MESSAGES
983
1135
  - test/locale/ja/LC_MESSAGES/plural.mo
1136
+ - test/locale/ja/LC_MESSAGES/test_nsgettext.mo
984
1137
  - test/locale/ja/LC_MESSAGES/test_rubyparser.mo
985
1138
  - test/locale/ja/LC_MESSAGES/plural_error.mo
986
1139
  - test/locale/ja/LC_MESSAGES/test2.mo
@@ -988,52 +1141,198 @@ files:
988
1141
  - test/locale/ja/LC_MESSAGES/test6.mo
989
1142
  - test/locale/ja/LC_MESSAGES/test_sgettext.mo
990
1143
  - test/locale/ja/LC_MESSAGES/test1.mo
1144
+ - test/locale/ir
991
1145
  - test/locale/ir/LC_MESSAGES
992
1146
  - test/locale/ir/LC_MESSAGES/plural.mo
1147
+ - test/locale/cr
993
1148
  - test/locale/cr/LC_MESSAGES
994
1149
  - test/locale/cr/LC_MESSAGES/plural.mo
1150
+ - test/locale/po
995
1151
  - test/locale/po/LC_MESSAGES
996
1152
  - test/locale/po/LC_MESSAGES/plural.mo
1153
+ - test/locale/fr
997
1154
  - test/locale/fr/LC_MESSAGES
998
1155
  - test/locale/fr/LC_MESSAGES/plural.mo
999
1156
  - test/locale/fr/LC_MESSAGES/plural_error.mo
1000
1157
  - test/locale/fr/LC_MESSAGES/test2.mo
1001
1158
  - test/locale/fr/LC_MESSAGES/test6.mo
1002
1159
  - test/locale/fr/LC_MESSAGES/test1.mo
1160
+ - test/locale/sl
1003
1161
  - test/locale/sl/LC_MESSAGES
1004
1162
  - test/locale/sl/LC_MESSAGES/plural.mo
1163
+ - test/README
1164
+ - test/testlib3.rb
1165
+ - test/test_nsgettext.rb
1166
+ - test/gettext_runner.rb
1167
+ - test/test_erb.rxml
1168
+ - test/testlib1.rb
1169
+ - test/gettext_test.rb
1170
+ - test/testlib4.rb
1171
+ - test/rails
1172
+ - test/rails/app
1173
+ - test/rails/app/models
1174
+ - test/rails/app/models/article.rb
1175
+ - test/rails/app/models/user.rb
1176
+ - test/rails/app/models/mailer.rb
1177
+ - test/rails/app/helpers
1178
+ - test/rails/app/helpers/mailer_helper.rb
1179
+ - test/rails/app/helpers/articles_helper.rb
1180
+ - test/rails/app/helpers/application_helper.rb
1181
+ - test/rails/app/views
1182
+ - test/rails/app/views/layouts
1183
+ - test/rails/app/views/layouts/application.rhtml
1184
+ - test/rails/app/views/layouts/mailer.rhtml
1185
+ - test/rails/app/views/mailer
1186
+ - test/rails/app/views/mailer/coverpage_fr.rhtml
1187
+ - test/rails/app/views/mailer/coverpage.rhtml
1188
+ - test/rails/app/views/mailer/singlepart.rhtml
1189
+ - test/rails/app/views/mailer/singlepart_fr.rhtml
1190
+ - test/rails/app/views/articles
1191
+ - test/rails/app/views/articles/edit.rhtml
1192
+ - test/rails/app/views/articles/list.rhtml
1193
+ - test/rails/app/views/articles/_form.rhtml
1194
+ - test/rails/app/views/articles/new.rhtml
1195
+ - test/rails/app/views/articles/show.rhtml
1196
+ - test/rails/app/views/articles/list_fr.rhtml
1197
+ - test/rails/app/views/articles/multi_error_messages_for.rhtml
1198
+ - test/rails/app/controllers
1199
+ - test/rails/app/controllers/application.rb
1200
+ - test/rails/app/controllers/mailer_controller.rb
1201
+ - test/rails/app/controllers/articles_controller.rb
1202
+ - test/rails/script
1203
+ - test/rails/script/destroy
1204
+ - test/rails/script/breakpointer
1205
+ - test/rails/script/process
1206
+ - test/rails/script/process/spawner
1207
+ - test/rails/script/process/reaper
1208
+ - test/rails/script/process/inspector
1209
+ - test/rails/script/console
1210
+ - test/rails/script/performance
1211
+ - test/rails/script/performance/benchmarker
1212
+ - test/rails/script/performance/profiler
1213
+ - test/rails/script/server
1214
+ - test/rails/script/plugin
1215
+ - test/rails/script/about
1216
+ - test/rails/script/runner
1217
+ - test/rails/script/generate
1218
+ - test/rails/Rakefile
1219
+ - test/rails/public
1220
+ - test/rails/public/500.html
1221
+ - test/rails/public/javascripts
1222
+ - test/rails/public/javascripts/prototype.js
1223
+ - test/rails/public/javascripts/controls.js
1224
+ - test/rails/public/javascripts/dragdrop.js
1225
+ - test/rails/public/javascripts/effects.js
1226
+ - test/rails/public/javascripts/application.js
1227
+ - test/rails/public/favicon.ico
1228
+ - test/rails/public/stylesheets
1229
+ - test/rails/public/stylesheets/scaffold.css
1230
+ - test/rails/public/dispatch.fcgi
1231
+ - test/rails/public/robots.txt
1232
+ - test/rails/public/dispatch.rb
1233
+ - test/rails/public/404.html
1234
+ - test/rails/public/index.html
1235
+ - test/rails/public/images
1236
+ - test/rails/public/images/rails.png
1237
+ - test/rails/public/dispatch.cgi
1238
+ - test/rails/README
1239
+ - test/rails/log
1240
+ - test/rails/log/development.log
1241
+ - test/rails/log/test.log
1242
+ - test/rails/config
1243
+ - test/rails/config/environment.rb
1244
+ - test/rails/config/environments
1245
+ - test/rails/config/environments/test.rb
1246
+ - test/rails/config/environments/production.rb
1247
+ - test/rails/config/environments/development.rb
1248
+ - test/rails/config/database.yml
1249
+ - test/rails/config/routes.rb
1250
+ - test/rails/config/boot.rb
1251
+ - test/rails/po
1252
+ - test/rails/po/ja
1253
+ - test/rails/po/ja/rails_test.po
1254
+ - test/rails/po/rails_test.pot
1255
+ - test/rails/test
1256
+ - test/rails/test/fixtures
1257
+ - test/rails/test/fixtures/articles.yml
1258
+ - test/rails/test/functional
1259
+ - test/rails/test/functional/articles_controller_test.rb
1260
+ - test/rails/test/functional/mailer_controller_test.rb
1261
+ - test/rails/test/integration
1262
+ - test/rails/test/integration/general_stories_test.rb
1263
+ - test/rails/test/test_helper.rb
1264
+ - test/rails/test/result
1265
+ - test/rails/test/result/ja
1266
+ - test/rails/test/result/ja/singlepart.html
1267
+ - test/rails/test/result/ja/create_error.html
1268
+ - test/rails/test/result/ja/multi_error_messages_for.html
1269
+ - test/rails/test/result/ja/new.html
1270
+ - test/rails/test/result/ja/list.html
1271
+ - test/rails/test/result/ja/multipart.html
1272
+ - test/rails/test/result/ja/show.html
1273
+ - test/rails/test/result/fr
1274
+ - test/rails/test/result/fr/singlepart.html
1275
+ - test/rails/test/result/fr/list.html
1276
+ - test/rails/test/result/fr/multipart.html
1277
+ - test/rails/test/result/en
1278
+ - test/rails/test/result/en/singlepart.html
1279
+ - test/rails/test/result/en/create_error.html
1280
+ - test/rails/test/result/en/multi_error_messages_for.html
1281
+ - test/rails/test/result/en/new.html
1282
+ - test/rails/test/result/en/list.html
1283
+ - test/rails/test/result/en/multipart.html
1284
+ - test/rails/test/result/en/show.html
1285
+ - test/rails/test/unit
1286
+ - test/rails/test/unit/article_test.rb
1287
+ - test/rails/db
1288
+ - test/rails/db/schema.rb
1289
+ - test/gettext_test_rails.rb
1290
+ - test/gettext_test_active_record.rb
1291
+ - test/gettext_test_rails_caching.rb
1292
+ - test/test_rubyparser_N.rb
1293
+ - test/test_rubyparser_n_.rb
1294
+ - test/po
1005
1295
  - 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
1296
  - test/po/li/plural.po
1297
+ - test/po/la
1016
1298
  - test/po/la/plural.po
1017
1299
  - test/po/la/plural_error.po
1300
+ - test/po/da
1018
1301
  - test/po/da/plural.po
1019
1302
  - test/po/da/plural_error.po
1303
+ - test/po/ja
1020
1304
  - test/po/ja/test6.po
1021
1305
  - test/po/ja/active_record.po
1022
1306
  - test/po/ja/test_rubyparser.po
1023
1307
  - test/po/ja/test2.po
1024
1308
  - test/po/ja/plural.po
1309
+ - test/po/ja/test_nsgettext.po
1025
1310
  - test/po/ja/test1.po
1026
1311
  - test/po/ja/plural_error.po
1027
1312
  - test/po/ja/test_sgettext.po
1313
+ - test/po/ir
1028
1314
  - test/po/ir/plural.po
1315
+ - test/po/active_record.pot
1316
+ - test/po/cr
1029
1317
  - test/po/cr/plural.po
1318
+ - test/po/po
1030
1319
  - test/po/po/plural.po
1320
+ - test/po/fr
1031
1321
  - test/po/fr/test6.po
1032
1322
  - test/po/fr/test2.po
1033
1323
  - test/po/fr/plural.po
1034
1324
  - test/po/fr/test1.po
1035
1325
  - test/po/fr/plural_error.po
1326
+ - test/po/sl
1036
1327
  - test/po/sl/plural.po
1328
+ - test/gettext_test_multi_textdomain.rb
1329
+ - test/gettext_test_cgi.rb
1330
+ - test/test.bat
1331
+ - test/gettext_test_locale.rb
1332
+ - test/testlib5.rb
1333
+ - test/db
1334
+ - test/db/mysql.drop.sql
1335
+ - test/db/mysql.sql
1037
1336
  test_files: []
1038
1337
 
1039
1338
  rdoc_options: []