fair-gettext 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (366) hide show
  1. data/COPYING +56 -0
  2. data/ChangeLog-1 +2016 -0
  3. data/NEWS-1 +414 -0
  4. data/benchmark/1.93.0.txt +8 -0
  5. data/benchmark/2.0.0.txt +8 -0
  6. data/benchmark/2.0.4.txt +11 -0
  7. data/benchmark/2.1.0.txt +11 -0
  8. data/benchmark/benchmark.rb +68 -0
  9. data/benchmark/test.rb +28 -0
  10. data/data/locale/bg/LC_MESSAGES/rgettext.mo +0 -0
  11. data/data/locale/bs/LC_MESSAGES/rgettext.mo +0 -0
  12. data/data/locale/ca/LC_MESSAGES/rgettext.mo +0 -0
  13. data/data/locale/cs/LC_MESSAGES/rgettext.mo +0 -0
  14. data/data/locale/de/LC_MESSAGES/rgettext.mo +0 -0
  15. data/data/locale/el/LC_MESSAGES/rgettext.mo +0 -0
  16. data/data/locale/eo/LC_MESSAGES/rgettext.mo +0 -0
  17. data/data/locale/es/LC_MESSAGES/rgettext.mo +0 -0
  18. data/data/locale/et/LC_MESSAGES/rgettext.mo +0 -0
  19. data/data/locale/fr/LC_MESSAGES/rgettext.mo +0 -0
  20. data/data/locale/hr/LC_MESSAGES/rgettext.mo +0 -0
  21. data/data/locale/hu/LC_MESSAGES/rgettext.mo +0 -0
  22. data/data/locale/it/LC_MESSAGES/rgettext.mo +0 -0
  23. data/data/locale/ja/LC_MESSAGES/rgettext.mo +0 -0
  24. data/data/locale/ko/LC_MESSAGES/rgettext.mo +0 -0
  25. data/data/locale/lv/LC_MESSAGES/rgettext.mo +0 -0
  26. data/data/locale/nb/LC_MESSAGES/rgettext.mo +0 -0
  27. data/data/locale/nl/LC_MESSAGES/rgettext.mo +0 -0
  28. data/data/locale/pt_BR/LC_MESSAGES/rgettext.mo +0 -0
  29. data/data/locale/ru/LC_MESSAGES/rgettext.mo +0 -0
  30. data/data/locale/sr/LC_MESSAGES/rgettext.mo +0 -0
  31. data/data/locale/sv/LC_MESSAGES/rgettext.mo +0 -0
  32. data/data/locale/ua/LC_MESSAGES/rgettext.mo +0 -0
  33. data/data/locale/vi/LC_MESSAGES/rgettext.mo +0 -0
  34. data/data/locale/zh/LC_MESSAGES/rgettext.mo +0 -0
  35. data/data/locale/zh_TW/LC_MESSAGES/rgettext.mo +0 -0
  36. data/gettext-2.0.0.gem +0 -0
  37. data/gettext.gemspec +2 -3
  38. data/lib/gettext/runtime/class_info.rb +67 -0
  39. data/lib/gettext/runtime/locale_path.rb +122 -0
  40. data/lib/gettext/runtime/mofile.rb +330 -0
  41. data/lib/gettext/runtime/textdomain.rb +177 -0
  42. data/lib/gettext/runtime/textdomain_group.rb +24 -0
  43. data/lib/gettext/runtime/textdomain_manager.rb +211 -0
  44. data/lib/gettext/tools.rb +38 -31
  45. data/lib/gettext/tools/parser/erb.rb +52 -0
  46. data/lib/gettext/tools/parser/glade.rb +98 -0
  47. data/lib/gettext/tools/parser/ruby.rb +226 -0
  48. data/lib/gettext/tools/pomessage.rb +197 -0
  49. data/lib/gettext/tools/poparser.rb +356 -0
  50. data/lib/gettext/tools/rgettext.rb +55 -33
  51. data/replace.rb +8 -0
  52. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
  53. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
  54. data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
  55. data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
  56. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo +0 -0
  57. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo +0 -0
  58. data/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo +0 -0
  59. data/samples/cgi/locale/bs/LC_MESSAGES/main.mo +0 -0
  60. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
  61. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
  62. data/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +0 -0
  63. data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
  64. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
  65. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
  66. data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
  67. data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
  68. data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
  69. data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
  70. data/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +0 -0
  71. data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
  72. data/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +0 -0
  73. data/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +0 -0
  74. data/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +0 -0
  75. data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
  76. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +0 -0
  77. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +0 -0
  78. data/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +0 -0
  79. data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
  80. data/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +0 -0
  81. data/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +0 -0
  82. data/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +0 -0
  83. data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
  84. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +0 -0
  85. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +0 -0
  86. data/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +0 -0
  87. data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
  88. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo +0 -0
  89. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo +0 -0
  90. data/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo +0 -0
  91. data/samples/cgi/locale/hr/LC_MESSAGES/main.mo +0 -0
  92. data/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo +0 -0
  93. data/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo +0 -0
  94. data/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo +0 -0
  95. data/samples/cgi/locale/hu/LC_MESSAGES/main.mo +0 -0
  96. data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
  97. data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
  98. data/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo +0 -0
  99. data/samples/cgi/locale/it/LC_MESSAGES/main.mo +0 -0
  100. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +0 -0
  101. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +0 -0
  102. data/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo +0 -0
  103. data/samples/cgi/locale/ja/LC_MESSAGES/main.mo +0 -0
  104. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
  105. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
  106. data/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +0 -0
  107. data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
  108. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
  109. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
  110. data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
  111. data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
  112. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
  113. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
  114. data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
  115. data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
  116. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
  117. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
  118. data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
  119. data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
  120. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
  121. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
  122. data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
  123. data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
  124. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo +0 -0
  125. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo +0 -0
  126. data/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo +0 -0
  127. data/samples/cgi/locale/ru/LC_MESSAGES/main.mo +0 -0
  128. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
  129. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
  130. data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
  131. data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
  132. data/samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo +0 -0
  133. data/samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo +0 -0
  134. data/samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo +0 -0
  135. data/samples/cgi/locale/ua/LC_MESSAGES/main.mo +0 -0
  136. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo +0 -0
  137. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo +0 -0
  138. data/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo +0 -0
  139. data/samples/cgi/locale/vi/LC_MESSAGES/main.mo +0 -0
  140. data/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo +0 -0
  141. data/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo +0 -0
  142. data/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo +0 -0
  143. data/samples/cgi/locale/zh/LC_MESSAGES/main.mo +0 -0
  144. data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
  145. data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
  146. data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
  147. data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
  148. data/samples/cgi/po/bg/#main.po# +84 -0
  149. data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
  150. data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
  151. data/samples/locale/bg/LC_MESSAGES/hello_glade2.mo +0 -0
  152. data/samples/locale/bg/LC_MESSAGES/hello_gtk.mo +0 -0
  153. data/samples/locale/bg/LC_MESSAGES/hello_noop.mo +0 -0
  154. data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
  155. data/samples/locale/bg/LC_MESSAGES/hello_tk.mo +0 -0
  156. data/samples/locale/bs/LC_MESSAGES/hello.mo +0 -0
  157. data/samples/locale/bs/LC_MESSAGES/hello2.mo +0 -0
  158. data/samples/locale/bs/LC_MESSAGES/hello_glade2.mo +0 -0
  159. data/samples/locale/bs/LC_MESSAGES/hello_gtk.mo +0 -0
  160. data/samples/locale/bs/LC_MESSAGES/hello_noop.mo +0 -0
  161. data/samples/locale/bs/LC_MESSAGES/hello_plural.mo +0 -0
  162. data/samples/locale/bs/LC_MESSAGES/hello_tk.mo +0 -0
  163. data/samples/locale/ca/LC_MESSAGES/hello.mo +0 -0
  164. data/samples/locale/ca/LC_MESSAGES/hello2.mo +0 -0
  165. data/samples/locale/ca/LC_MESSAGES/hello_glade2.mo +0 -0
  166. data/samples/locale/ca/LC_MESSAGES/hello_gtk.mo +0 -0
  167. data/samples/locale/ca/LC_MESSAGES/hello_noop.mo +0 -0
  168. data/samples/locale/ca/LC_MESSAGES/hello_plural.mo +0 -0
  169. data/samples/locale/ca/LC_MESSAGES/hello_tk.mo +0 -0
  170. data/samples/locale/cs/LC_MESSAGES/hello.mo +0 -0
  171. data/samples/locale/cs/LC_MESSAGES/hello2.mo +0 -0
  172. data/samples/locale/cs/LC_MESSAGES/hello_glade2.mo +0 -0
  173. data/samples/locale/cs/LC_MESSAGES/hello_gtk.mo +0 -0
  174. data/samples/locale/cs/LC_MESSAGES/hello_noop.mo +0 -0
  175. data/samples/locale/cs/LC_MESSAGES/hello_plural.mo +0 -0
  176. data/samples/locale/cs/LC_MESSAGES/hello_tk.mo +0 -0
  177. data/samples/locale/de/LC_MESSAGES/hello.mo +0 -0
  178. data/samples/locale/de/LC_MESSAGES/hello2.mo +0 -0
  179. data/samples/locale/de/LC_MESSAGES/hello_glade2.mo +0 -0
  180. data/samples/locale/de/LC_MESSAGES/hello_gtk.mo +0 -0
  181. data/samples/locale/de/LC_MESSAGES/hello_noop.mo +0 -0
  182. data/samples/locale/de/LC_MESSAGES/hello_plural.mo +0 -0
  183. data/samples/locale/de/LC_MESSAGES/hello_tk.mo +0 -0
  184. data/samples/locale/el/LC_MESSAGES/hello.mo +0 -0
  185. data/samples/locale/el/LC_MESSAGES/hello2.mo +0 -0
  186. data/samples/locale/el/LC_MESSAGES/hello_glade2.mo +0 -0
  187. data/samples/locale/el/LC_MESSAGES/hello_gtk.mo +0 -0
  188. data/samples/locale/el/LC_MESSAGES/hello_noop.mo +0 -0
  189. data/samples/locale/el/LC_MESSAGES/hello_plural.mo +0 -0
  190. data/samples/locale/el/LC_MESSAGES/hello_tk.mo +0 -0
  191. data/samples/locale/eo/LC_MESSAGES/hello.mo +0 -0
  192. data/samples/locale/eo/LC_MESSAGES/hello2.mo +0 -0
  193. data/samples/locale/eo/LC_MESSAGES/hello_glade2.mo +0 -0
  194. data/samples/locale/eo/LC_MESSAGES/hello_gtk.mo +0 -0
  195. data/samples/locale/eo/LC_MESSAGES/hello_noop.mo +0 -0
  196. data/samples/locale/eo/LC_MESSAGES/hello_plural.mo +0 -0
  197. data/samples/locale/eo/LC_MESSAGES/hello_tk.mo +0 -0
  198. data/samples/locale/es/LC_MESSAGES/hello.mo +0 -0
  199. data/samples/locale/es/LC_MESSAGES/hello2.mo +0 -0
  200. data/samples/locale/es/LC_MESSAGES/hello_glade2.mo +0 -0
  201. data/samples/locale/es/LC_MESSAGES/hello_gtk.mo +0 -0
  202. data/samples/locale/es/LC_MESSAGES/hello_noop.mo +0 -0
  203. data/samples/locale/es/LC_MESSAGES/hello_plural.mo +0 -0
  204. data/samples/locale/es/LC_MESSAGES/hello_tk.mo +0 -0
  205. data/samples/locale/fr/LC_MESSAGES/hello.mo +0 -0
  206. data/samples/locale/fr/LC_MESSAGES/hello2.mo +0 -0
  207. data/samples/locale/fr/LC_MESSAGES/hello_glade2.mo +0 -0
  208. data/samples/locale/fr/LC_MESSAGES/hello_gtk.mo +0 -0
  209. data/samples/locale/fr/LC_MESSAGES/hello_noop.mo +0 -0
  210. data/samples/locale/fr/LC_MESSAGES/hello_plural.mo +0 -0
  211. data/samples/locale/fr/LC_MESSAGES/hello_tk.mo +0 -0
  212. data/samples/locale/hr/LC_MESSAGES/hello.mo +0 -0
  213. data/samples/locale/hr/LC_MESSAGES/hello2.mo +0 -0
  214. data/samples/locale/hr/LC_MESSAGES/hello_glade2.mo +0 -0
  215. data/samples/locale/hr/LC_MESSAGES/hello_gtk.mo +0 -0
  216. data/samples/locale/hr/LC_MESSAGES/hello_noop.mo +0 -0
  217. data/samples/locale/hr/LC_MESSAGES/hello_plural.mo +0 -0
  218. data/samples/locale/hr/LC_MESSAGES/hello_tk.mo +0 -0
  219. data/samples/locale/hu/LC_MESSAGES/hello.mo +0 -0
  220. data/samples/locale/hu/LC_MESSAGES/hello2.mo +0 -0
  221. data/samples/locale/hu/LC_MESSAGES/hello_glade2.mo +0 -0
  222. data/samples/locale/hu/LC_MESSAGES/hello_gtk.mo +0 -0
  223. data/samples/locale/hu/LC_MESSAGES/hello_noop.mo +0 -0
  224. data/samples/locale/hu/LC_MESSAGES/hello_plural.mo +0 -0
  225. data/samples/locale/hu/LC_MESSAGES/hello_tk.mo +0 -0
  226. data/samples/locale/it/LC_MESSAGES/hello.mo +0 -0
  227. data/samples/locale/it/LC_MESSAGES/hello2.mo +0 -0
  228. data/samples/locale/it/LC_MESSAGES/hello_glade2.mo +0 -0
  229. data/samples/locale/it/LC_MESSAGES/hello_gtk.mo +0 -0
  230. data/samples/locale/it/LC_MESSAGES/hello_noop.mo +0 -0
  231. data/samples/locale/it/LC_MESSAGES/hello_plural.mo +0 -0
  232. data/samples/locale/it/LC_MESSAGES/hello_tk.mo +0 -0
  233. data/samples/locale/ja/LC_MESSAGES/hello.mo +0 -0
  234. data/samples/locale/ja/LC_MESSAGES/hello2.mo +0 -0
  235. data/samples/locale/ja/LC_MESSAGES/hello_glade2.mo +0 -0
  236. data/samples/locale/ja/LC_MESSAGES/hello_gtk.mo +0 -0
  237. data/samples/locale/ja/LC_MESSAGES/hello_noop.mo +0 -0
  238. data/samples/locale/ja/LC_MESSAGES/hello_plural.mo +0 -0
  239. data/samples/locale/ja/LC_MESSAGES/hello_tk.mo +0 -0
  240. data/samples/locale/ko/LC_MESSAGES/hello.mo +0 -0
  241. data/samples/locale/ko/LC_MESSAGES/hello2.mo +0 -0
  242. data/samples/locale/ko/LC_MESSAGES/hello_glade2.mo +0 -0
  243. data/samples/locale/ko/LC_MESSAGES/hello_gtk.mo +0 -0
  244. data/samples/locale/ko/LC_MESSAGES/hello_noop.mo +0 -0
  245. data/samples/locale/ko/LC_MESSAGES/hello_plural.mo +0 -0
  246. data/samples/locale/ko/LC_MESSAGES/hello_tk.mo +0 -0
  247. data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
  248. data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
  249. data/samples/locale/lv/LC_MESSAGES/hello_glade2.mo +0 -0
  250. data/samples/locale/lv/LC_MESSAGES/hello_gtk.mo +0 -0
  251. data/samples/locale/lv/LC_MESSAGES/hello_noop.mo +0 -0
  252. data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
  253. data/samples/locale/lv/LC_MESSAGES/hello_tk.mo +0 -0
  254. data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
  255. data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
  256. data/samples/locale/nb/LC_MESSAGES/hello_glade2.mo +0 -0
  257. data/samples/locale/nb/LC_MESSAGES/hello_gtk.mo +0 -0
  258. data/samples/locale/nb/LC_MESSAGES/hello_noop.mo +0 -0
  259. data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
  260. data/samples/locale/nb/LC_MESSAGES/hello_tk.mo +0 -0
  261. data/samples/locale/nl/LC_MESSAGES/hello.mo +0 -0
  262. data/samples/locale/nl/LC_MESSAGES/hello2.mo +0 -0
  263. data/samples/locale/nl/LC_MESSAGES/hello_glade2.mo +0 -0
  264. data/samples/locale/nl/LC_MESSAGES/hello_gtk.mo +0 -0
  265. data/samples/locale/nl/LC_MESSAGES/hello_noop.mo +0 -0
  266. data/samples/locale/nl/LC_MESSAGES/hello_plural.mo +0 -0
  267. data/samples/locale/nl/LC_MESSAGES/hello_tk.mo +0 -0
  268. data/samples/locale/pt_BR/LC_MESSAGES/hello.mo +0 -0
  269. data/samples/locale/pt_BR/LC_MESSAGES/hello2.mo +0 -0
  270. data/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo +0 -0
  271. data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo +0 -0
  272. data/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo +0 -0
  273. data/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +0 -0
  274. data/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo +0 -0
  275. data/samples/locale/ru/LC_MESSAGES/hello.mo +0 -0
  276. data/samples/locale/ru/LC_MESSAGES/hello2.mo +0 -0
  277. data/samples/locale/ru/LC_MESSAGES/hello_glade2.mo +0 -0
  278. data/samples/locale/ru/LC_MESSAGES/hello_gtk.mo +0 -0
  279. data/samples/locale/ru/LC_MESSAGES/hello_noop.mo +0 -0
  280. data/samples/locale/ru/LC_MESSAGES/hello_plural.mo +0 -0
  281. data/samples/locale/ru/LC_MESSAGES/hello_tk.mo +0 -0
  282. data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
  283. data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
  284. data/samples/locale/sr/LC_MESSAGES/hello_glade2.mo +0 -0
  285. data/samples/locale/sr/LC_MESSAGES/hello_gtk.mo +0 -0
  286. data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
  287. data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
  288. data/samples/locale/sr/LC_MESSAGES/hello_tk.mo +0 -0
  289. data/samples/locale/sv/LC_MESSAGES/hello.mo +0 -0
  290. data/samples/locale/sv/LC_MESSAGES/hello2.mo +0 -0
  291. data/samples/locale/sv/LC_MESSAGES/hello_glade2.mo +0 -0
  292. data/samples/locale/sv/LC_MESSAGES/hello_gtk.mo +0 -0
  293. data/samples/locale/sv/LC_MESSAGES/hello_noop.mo +0 -0
  294. data/samples/locale/sv/LC_MESSAGES/hello_plural.mo +0 -0
  295. data/samples/locale/sv/LC_MESSAGES/hello_tk.mo +0 -0
  296. data/samples/locale/ua/LC_MESSAGES/hello.mo +0 -0
  297. data/samples/locale/ua/LC_MESSAGES/hello2.mo +0 -0
  298. data/samples/locale/ua/LC_MESSAGES/hello_glade2.mo +0 -0
  299. data/samples/locale/ua/LC_MESSAGES/hello_gtk.mo +0 -0
  300. data/samples/locale/ua/LC_MESSAGES/hello_noop.mo +0 -0
  301. data/samples/locale/ua/LC_MESSAGES/hello_plural.mo +0 -0
  302. data/samples/locale/ua/LC_MESSAGES/hello_tk.mo +0 -0
  303. data/samples/locale/vi/LC_MESSAGES/hello.mo +0 -0
  304. data/samples/locale/vi/LC_MESSAGES/hello2.mo +0 -0
  305. data/samples/locale/vi/LC_MESSAGES/hello_glade2.mo +0 -0
  306. data/samples/locale/vi/LC_MESSAGES/hello_gtk.mo +0 -0
  307. data/samples/locale/vi/LC_MESSAGES/hello_noop.mo +0 -0
  308. data/samples/locale/vi/LC_MESSAGES/hello_plural.mo +0 -0
  309. data/samples/locale/vi/LC_MESSAGES/hello_tk.mo +0 -0
  310. data/samples/locale/zh/LC_MESSAGES/hello.mo +0 -0
  311. data/samples/locale/zh/LC_MESSAGES/hello2.mo +0 -0
  312. data/samples/locale/zh/LC_MESSAGES/hello_glade2.mo +0 -0
  313. data/samples/locale/zh/LC_MESSAGES/hello_gtk.mo +0 -0
  314. data/samples/locale/zh/LC_MESSAGES/hello_noop.mo +0 -0
  315. data/samples/locale/zh/LC_MESSAGES/hello_plural.mo +0 -0
  316. data/samples/locale/zh/LC_MESSAGES/hello_tk.mo +0 -0
  317. data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
  318. data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
  319. data/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo +0 -0
  320. data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo +0 -0
  321. data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
  322. data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
  323. data/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo +0 -0
  324. data/test.rb +33 -0
  325. data/test/locale/cr/LC_MESSAGES/plural.mo +0 -0
  326. data/test/locale/da/LC_MESSAGES/plural.mo +0 -0
  327. data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
  328. data/test/locale/fr/LC_MESSAGES/plural.mo +0 -0
  329. data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
  330. data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
  331. data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
  332. data/test/locale/ir/LC_MESSAGES/plural.mo +0 -0
  333. data/test/locale/ja/LC_MESSAGES/npgettext.mo +0 -0
  334. data/test/locale/ja/LC_MESSAGES/nsgettext.mo +0 -0
  335. data/test/locale/ja/LC_MESSAGES/pgettext.mo +0 -0
  336. data/test/locale/ja/LC_MESSAGES/plural.mo +0 -0
  337. data/test/locale/ja/LC_MESSAGES/plural_error.mo +0 -0
  338. data/test/locale/ja/LC_MESSAGES/rubyparser.mo +0 -0
  339. data/test/locale/ja/LC_MESSAGES/sgettext.mo +0 -0
  340. data/test/locale/ja/LC_MESSAGES/test1.mo +0 -0
  341. data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
  342. data/test/locale/ja/LC_MESSAGES/test3.mo +0 -0
  343. data/test/locale/la/LC_MESSAGES/plural.mo +0 -0
  344. data/test/locale/la/LC_MESSAGES/plural_error.mo +0 -0
  345. data/test/locale/li/LC_MESSAGES/plural.mo +0 -0
  346. data/test/locale/li/LC_MESSAGES/plural_error.mo +0 -0
  347. data/test/locale/po/LC_MESSAGES/plural.mo +0 -0
  348. data/test/locale/sl/LC_MESSAGES/plural.mo +0 -0
  349. data/test/po/ja/test3.po +19 -0
  350. data/test/po/li/plural_error.po +27 -0
  351. data/test/test_locale_path.rb +50 -0
  352. data/test/test_po_generation.rb +20 -0
  353. data/test/test_pomessage.rb +99 -0
  354. data/test/test_textdomain_bind.rb +37 -0
  355. data/test/test_thread.rb +41 -0
  356. data/test/tools/files/app.pot +0 -0
  357. data/test/tools/files/de/app.po +0 -0
  358. data/test/tools/files/en/app.po +0 -0
  359. data/test/tools/files/en/test.po +21 -0
  360. data/test/tools/files/simple_1.po +2 -0
  361. data/test/tools/files/simple_2.po +2 -0
  362. data/test/tools/files/simple_translation.rb +1 -0
  363. data/test/tools/files/version.po +7 -0
  364. data/test/tools/test.pot +21 -0
  365. data/test/tools/test_tools.rb +61 -0
  366. metadata +710 -348
@@ -0,0 +1,20 @@
1
+ require 'testlib/helper.rb'
2
+ require 'gettext'
3
+ require 'gettext/tools/rgettext.rb'
4
+ require 'stringio'
5
+
6
+ class TestPoGeneration < Test::Unit::TestCase
7
+ def test_extracted_comments
8
+ GetText::RGetText.run(
9
+ File.join(File.dirname(__FILE__), 'testlib/gettext.rb'),
10
+ out = StringIO.new)
11
+ res = out.string
12
+
13
+ # Use following to debug the content of the
14
+ # created file: File.open('/tmp/test.po', 'w').write(res)
15
+
16
+ assert_match '#. "Fran\u00e7ois" or (with HTML entities) "Fran&ccedil;ois".', res
17
+ assert_no_match /Ignored/, res, 'Only comments starting with TRANSLATORS should be extracted'
18
+ assert_no_match /TRANSLATORS: This is a proper name/, res, 'The prefix "TRANSLATORS:" should be skipped'
19
+ end
20
+ end
@@ -0,0 +1,99 @@
1
+ require 'testlib/helper.rb'
2
+ require 'gettext/tools/parser/ruby'
3
+
4
+ # Most functionality of PoMessage is thoroughly tested together
5
+ # with the parser and po file generator. Here only tests for some special
6
+ # functionality.
7
+ class TestPoMessage < Test::Unit::TestCase
8
+
9
+ def test_context_match
10
+ tt1 = GetText::PoMessage.new(:msgctxt)
11
+ tt1.msgid = 'hello'
12
+ tt1.msgctxt = 'world'
13
+ tt2 = GetText::PoMessage.new(:normal)
14
+ tt2.msgid = 'hello'
15
+ assert_raise GetText::ParseError do
16
+ tt1.merge tt2
17
+ end
18
+ end
19
+
20
+ def test_attribute_accumulation
21
+ tt = GetText::PoMessage.new(:plural)
22
+ tt.set_current_attribute 'long'
23
+ tt.set_current_attribute ' tail'
24
+ tt.advance_to_next_attribute
25
+ tt.set_current_attribute 'long tails'
26
+ assert_equal 'long tail', tt.msgid
27
+ assert_equal 'long tails', tt.msgid_plural
28
+ end
29
+
30
+ def test_to_po_str_normal
31
+ po = GetText::PoMessage.new(:normal)
32
+ po.msgid = 'hello'
33
+ po.sources = ["file1:1", "file2:10"]
34
+ assert_equal "\n#: file1:1 file2:10\nmsgid \"hello\"\nmsgstr \"\"\n", po.to_po_str
35
+
36
+ po.msgctxt = 'context'
37
+ po.msgid_plural = 'hello2'
38
+ # Ignore these properties.
39
+ assert_equal "\n#: file1:1 file2:10\nmsgid \"hello\"\nmsgstr \"\"\n", po.to_po_str
40
+ end
41
+
42
+ def test_to_po_str_plural
43
+ po = GetText::PoMessage.new(:plural)
44
+ po.msgid = 'hello'
45
+ po.msgid_plural = 'hello2'
46
+ po.sources = ["file1:1", "file2:10"]
47
+ assert_equal "\n#: file1:1 file2:10\nmsgid \"hello\"\nmsgid_plural \"hello2\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n", po.to_po_str
48
+
49
+ po.msgctxt = 'context'
50
+ # Ignore this property
51
+ assert_equal "\n#: file1:1 file2:10\nmsgid \"hello\"\nmsgid_plural \"hello2\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n", po.to_po_str
52
+ end
53
+
54
+ def test_to_po_str_msgctxt
55
+ po = GetText::PoMessage.new(:msgctxt)
56
+ po.msgctxt = 'context'
57
+ po.msgid = 'hello'
58
+ po.sources = ["file1:1", "file2:10"]
59
+ assert_equal "\n#: file1:1 file2:10\nmsgctxt \"context\"\nmsgid \"hello\"\nmsgstr \"\"\n", po.to_po_str
60
+ end
61
+
62
+ def test_to_po_str_msgctxt_plural
63
+ po = GetText::PoMessage.new(:msgctxt_plural)
64
+ po.msgctxt = 'context'
65
+ po.msgid = 'hello'
66
+ po.msgid_plural = 'hello2'
67
+ po.sources = ["file1:1", "file2:10"]
68
+ assert_equal "\n#: file1:1 file2:10\nmsgctxt \"context\"\nmsgid \"hello\"\nmsgid_plural \"hello2\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n", po.to_po_str
69
+ end
70
+
71
+ def test_to_po_str_exception
72
+ po = GetText::PoMessage.new(:normal)
73
+ po.sources = ["file1:1", "file2:10"]
74
+ assert_raise(RuntimeError){ po.to_po_str }
75
+
76
+ po.sources = nil
77
+ assert_raise(RuntimeError){ po.to_po_str }
78
+
79
+ po = GetText::PoMessage.new(:plural)
80
+ po.msgid = 'hello'
81
+ po.sources = ["file1:1", "file2:10"]
82
+ assert_raise(RuntimeError){ po.to_po_str }
83
+
84
+ po.msgid_plural = 'hello2'
85
+ po.sources = nil
86
+ assert_raise(RuntimeError){ po.to_po_str }
87
+
88
+ po = GetText::PoMessage.new(:msgctxt)
89
+ po.msgid = 'hello'
90
+ po.sources = ["file1:1", "file2:10"]
91
+ assert_raise(RuntimeError){ po.to_po_str }
92
+
93
+ po = GetText::PoMessage.new(:msgctxt_plural)
94
+ po.msgctxt = 'context'
95
+ po.msgid = 'hello'
96
+ po.sources = ["file1:1", "file2:10"]
97
+ assert_raise(RuntimeError){ po.to_po_str }
98
+ end
99
+ end
@@ -0,0 +1,37 @@
1
+ require 'testlib/helper.rb'
2
+
3
+ class Foo
4
+ end
5
+
6
+ class TestGetTextBind < Test::Unit::TestCase
7
+ def setup
8
+ GetText.locale = "ja_JP.EUC-JP"
9
+ GetText::TextDomainManager.clear_all_textdomains
10
+ end
11
+
12
+ def test_bindtextdomain
13
+ domain = GetText.bindtextdomain("foo")
14
+ assert_equal domain, GetText::TextDomainManager.create_or_find_textdomain_group(Object).textdomains[0]
15
+ assert_equal domain, GetText::TextDomainManager.textdomain_pool("foo")
16
+ end
17
+
18
+ def test_textdomain
19
+ domain1 = GetText.bindtextdomain("foo")
20
+
21
+ assert_equal domain1, GetText.textdomain("foo")
22
+
23
+ assert_raise(GetText::NoboundTextDomainError) {
24
+ GetText.textdomain_to(Foo, "bar")
25
+ }
26
+ end
27
+
28
+ def test_textdomain_to
29
+ domain1 = GetText.bindtextdomain("foo")
30
+
31
+ assert_equal domain1, GetText.textdomain_to(Foo, "foo")
32
+
33
+ assert_raise(GetText::NoboundTextDomainError) {
34
+ GetText.textdomain_to(Foo, "bar")
35
+ }
36
+ end
37
+ end
@@ -0,0 +1,41 @@
1
+ require 'testlib/helper.rb'
2
+ require 'thread'
3
+
4
+ class TestThread < Test::Unit::TestCase
5
+ include GetText
6
+
7
+ bindtextdomain "test1", :path => "locale"
8
+
9
+ def setup
10
+ Locale.init(:driver => :env)
11
+ @mutex = Mutex.new
12
+ end
13
+
14
+ def invoke_thread(tag, language, sleep_time)
15
+ Thread.start do
16
+ @mutex.synchronize {
17
+ Thread.current["language"] = language
18
+ GetText.current_locale = tag
19
+ }
20
+ (1..10).each do |v|
21
+ @mutex.synchronize{
22
+ assert_equal Thread.current["language"], _("language")
23
+ }
24
+ print "."
25
+ $stdout.flush
26
+ sleep sleep_time
27
+ end
28
+ end
29
+ end
30
+
31
+ def test_thread
32
+ th1 = invoke_thread("ja_JP.eucJP", "japanese", 0.4)
33
+ th2 = invoke_thread("fr", "french", 0.3)
34
+ th3 = invoke_thread("en", "language", 0.1)
35
+ th4 = invoke_thread("zh_CN", "language", 0.2) # No translation.
36
+ th1.join
37
+ th2.join
38
+ th3.join
39
+ th4.join
40
+ end
41
+ end
File without changes
File without changes
File without changes
@@ -0,0 +1,21 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: x\n"
10
+ "POT-Creation-Date: 2009-02-15 09:23+0100\n"
11
+ "PO-Revision-Date: 2009-02-15 09:23+0100\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
+
19
+ #: tools/files/simple_translation.rb:1
20
+ msgid "a translation"
21
+ msgstr ""
@@ -0,0 +1,2 @@
1
+ msgid "x"
2
+ msgstr "y"
@@ -0,0 +1,2 @@
1
+ msgid "a"
2
+ msgstr "b"
@@ -0,0 +1 @@
1
+ _('a translation')
@@ -0,0 +1,7 @@
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: ruby-gettext 2.0.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+
6
+ msgid "x"
7
+ msgstr "x"
@@ -0,0 +1,21 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: x\n"
10
+ "POT-Creation-Date: 2009-02-15 09:22+0100\n"
11
+ "PO-Revision-Date: 2009-02-15 09:22+0100\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
+
19
+ #: tools/files/simple_translation.rb:1
20
+ msgid "a translation"
21
+ msgstr ""
@@ -0,0 +1,61 @@
1
+ require 'testlib/helper'
2
+
3
+ require 'gettext/tools'
4
+ class TestToolsTools < Test::Unit::TestCase
5
+ def setup
6
+ FileUtils.cp_r "tools/files", "tools/test_files"
7
+ end
8
+ def teardown
9
+ FileUtils.rm_rf "tools/test_files"
10
+ end
11
+
12
+ def test_msgmerge_merges_old_and_new_po_file
13
+ GetText.msgmerge(path('simple_1.po'),path('simple_2.po'),'X',:msgmerge=>[:sort_output,:no_location])
14
+ assert_equal File.read(path('simple_1.po')), <<EOF
15
+ msgid "a"
16
+ msgstr "b"
17
+
18
+ #~ msgid "x"
19
+ #~ msgstr "y"
20
+ EOF
21
+ end
22
+
23
+ def test_msgmerge_inserts_the_new_version
24
+ old = backup('version.po')
25
+ GetText.msgmerge(old,path('version.po'),'NEW')
26
+ assert File.read(old) =~ /"Project-Id-Version: NEW\\n"/
27
+ end
28
+
29
+ def test_update_pofiles_updates_a_single_language
30
+ GetText.update_pofiles('app',[path('simple_translation.rb')],'x',:po_root=>path('.'),:lang=>'en',:msgmerge=>[:no_location])
31
+ text = <<EOF
32
+ msgid "a translation"
33
+ msgstr ""
34
+ EOF
35
+ assert_equal text, File.read(path('app.pot'))
36
+ assert_equal text, File.read(path('en/app.po'))
37
+ assert_equal '', File.read(path('de/app.po'))
38
+ end
39
+
40
+ def test_update_pofiles_updates_creates_po_folder_if_missing
41
+ GetText.update_pofiles('app',[path('simple_translation.rb')],'x',:po_root=>path('./xx'))
42
+ assert File.exist?(path('xx/app.pot'))
43
+ end
44
+
45
+ def test_create_mofiles_generates_mo_for_each_po
46
+ GetText.create_mofiles(:po_root=>path('.'),:mo_root=>path('mo'))
47
+ assert File.exist?(path('mo/en/LC_MESSAGES/app.mo'))
48
+ assert File.exist?(path('mo/de/LC_MESSAGES/app.mo'))
49
+ end
50
+ private
51
+
52
+ def backup(name)
53
+ copy = path(name+".bak")
54
+ FileUtils.cp path(name), copy
55
+ copy
56
+ end
57
+
58
+ def path(name)
59
+ File.join(File.dirname(__FILE__),'test_files',name)
60
+ end
61
+ end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 1
9
- version: 2.0.1
8
+ - 2
9
+ version: 2.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Masao Mutoh
@@ -56,401 +56,763 @@ extra_rdoc_files:
56
56
  - lib/gettext/version.rb
57
57
  - README.rdoc
58
58
  files:
59
- - po/hr/rgettext.po
59
+ - benchmark/1.93.0.txt
60
+ - benchmark/2.0.0.txt
61
+ - benchmark/2.0.4.txt
62
+ - benchmark/2.1.0.txt
63
+ - benchmark/benchmark.rb
64
+ - benchmark/test.rb
65
+ - bin/rgettext
66
+ - bin/rmsgfmt
67
+ - bin/rmsgmerge
68
+ - ChangeLog
69
+ - ChangeLog-1
70
+ - COPYING
71
+ - data/locale/bg/LC_MESSAGES/rgettext.mo
72
+ - data/locale/bs/LC_MESSAGES/rgettext.mo
73
+ - data/locale/ca/LC_MESSAGES/rgettext.mo
74
+ - data/locale/cs/LC_MESSAGES/rgettext.mo
75
+ - data/locale/de/LC_MESSAGES/rgettext.mo
76
+ - data/locale/el/LC_MESSAGES/rgettext.mo
77
+ - data/locale/eo/LC_MESSAGES/rgettext.mo
78
+ - data/locale/es/LC_MESSAGES/rgettext.mo
79
+ - data/locale/et/LC_MESSAGES/rgettext.mo
80
+ - data/locale/fr/LC_MESSAGES/rgettext.mo
81
+ - data/locale/hr/LC_MESSAGES/rgettext.mo
82
+ - data/locale/hu/LC_MESSAGES/rgettext.mo
83
+ - data/locale/it/LC_MESSAGES/rgettext.mo
84
+ - data/locale/ja/LC_MESSAGES/rgettext.mo
85
+ - data/locale/ko/LC_MESSAGES/rgettext.mo
86
+ - data/locale/lv/LC_MESSAGES/rgettext.mo
87
+ - data/locale/nb/LC_MESSAGES/rgettext.mo
88
+ - data/locale/nl/LC_MESSAGES/rgettext.mo
89
+ - data/locale/pt_BR/LC_MESSAGES/rgettext.mo
90
+ - data/locale/ru/LC_MESSAGES/rgettext.mo
91
+ - data/locale/sr/LC_MESSAGES/rgettext.mo
92
+ - data/locale/sv/LC_MESSAGES/rgettext.mo
93
+ - data/locale/ua/LC_MESSAGES/rgettext.mo
94
+ - data/locale/vi/LC_MESSAGES/rgettext.mo
95
+ - data/locale/zh/LC_MESSAGES/rgettext.mo
96
+ - data/locale/zh_TW/LC_MESSAGES/rgettext.mo
97
+ - gettext-2.0.0.gem
98
+ - gettext.gemspec
99
+ - lib/gettext/cgi.rb
100
+ - lib/gettext/core_ext/iconv.rb
101
+ - lib/gettext/core_ext/string.rb
102
+ - lib/gettext/parser/erb.rb
103
+ - lib/gettext/parser/glade.rb
104
+ - lib/gettext/parser/ruby.rb
105
+ - lib/gettext/runtime/class_info.rb
106
+ - lib/gettext/runtime/locale_path.rb
107
+ - lib/gettext/runtime/mofile.rb
108
+ - lib/gettext/runtime/textdomain.rb
109
+ - lib/gettext/runtime/textdomain_group.rb
110
+ - lib/gettext/runtime/textdomain_manager.rb
111
+ - lib/gettext/tools/parser/erb.rb
112
+ - lib/gettext/tools/parser/glade.rb
113
+ - lib/gettext/tools/parser/ruby.rb
114
+ - lib/gettext/tools/pomessage.rb
115
+ - lib/gettext/tools/poparser.rb
116
+ - lib/gettext/tools/rgettext.rb
117
+ - lib/gettext/tools/rmsgfmt.rb
118
+ - lib/gettext/tools/rmsgmerge.rb
119
+ - lib/gettext/tools.rb
120
+ - lib/gettext/utils.rb
121
+ - lib/gettext/version.rb
122
+ - lib/gettext.rb
123
+ - NEWS-1
124
+ - po/bg/rgettext.po
125
+ - po/bs/rgettext.po
126
+ - po/ca/rgettext.po
60
127
  - po/cs/rgettext.po
128
+ - po/de/rgettext.po
61
129
  - po/el/rgettext.po
62
- - po/bs/rgettext.po
130
+ - po/eo/rgettext.po
131
+ - po/es/rgettext.po
63
132
  - po/et/rgettext.po
64
- - po/vi/rgettext.po
65
- - po/pt_BR/rgettext.po
66
- - po/nb/rgettext.po
133
+ - po/fr/rgettext.po
134
+ - po/hr/rgettext.po
135
+ - po/hu/rgettext.po
136
+ - po/it/rgettext.po
137
+ - po/ja/rgettext.po
67
138
  - po/ko/rgettext.po
68
139
  - po/lv/rgettext.po
69
- - po/ru/rgettext.po
70
- - po/zh_TW/rgettext.po
71
- - po/rgettext.pot
72
- - po/ca/rgettext.po
73
- - po/de/rgettext.po
74
- - po/es/rgettext.po
75
- - po/eo/rgettext.po
140
+ - po/nb/rgettext.po
76
141
  - po/nl/rgettext.po
142
+ - po/pt_BR/rgettext.po
143
+ - po/rgettext.pot
144
+ - po/ru/rgettext.po
77
145
  - po/sr/rgettext.po
78
- - po/hu/rgettext.po
79
- - po/zh/rgettext.po
80
- - po/ja/rgettext.po
81
- - po/bg/rgettext.po
82
- - po/ua/rgettext.po
83
- - po/fr/rgettext.po
84
146
  - po/sv/rgettext.po
85
- - po/it/rgettext.po
86
- - lib/gettext.rb
87
- - lib/gettext/cgi.rb
88
- - lib/gettext/utils.rb
89
- - lib/gettext/tools.rb
90
- - lib/gettext/core_ext/iconv.rb
91
- - lib/gettext/core_ext/string.rb
92
- - lib/gettext/version.rb
93
- - lib/gettext/parser/glade.rb
94
- - lib/gettext/parser/erb.rb
95
- - lib/gettext/parser/ruby.rb
96
- - lib/gettext/tools/rgettext.rb
97
- - lib/gettext/tools/rmsgmerge.rb
98
- - lib/gettext/tools/rmsgfmt.rb
99
- - test/po/po/plural.po
100
- - test/po/cr/plural.po
101
- - test/po/sl/plural.po
102
- - test/po/li/plural.po
103
- - test/po/ir/plural.po
104
- - test/po/ja/sgettext.po
105
- - test/po/ja/test2.po
106
- - test/po/ja/pgettext.po
107
- - test/po/ja/test1.po
108
- - test/po/ja/nsgettext.po
109
- - test/po/ja/plural_error.po
110
- - test/po/ja/plural.po
111
- - test/po/ja/rubyparser.po
112
- - test/po/ja/npgettext.po
113
- - test/po/fr/test2.po
114
- - test/po/fr/test1.po
115
- - test/po/fr/plural_error.po
116
- - test/po/fr/plural.po
117
- - test/po/la/plural_error.po
118
- - test/po/la/plural.po
119
- - test/po/da/plural_error.po
120
- - test/po/da/plural.po
121
- - test/test_textdomain_toplevel.rb
122
- - test/test_gettext.rb
123
- - test/test_parser.rb
124
- - test/README
125
- - test/test_string.rb
126
- - test/Rakefile
127
- - test/test_class_info.rb
128
- - test/test_textdomain_multi.rb
129
- - test/testlib/simple.rb
130
- - test/testlib/gettext.rb
131
- - test/testlib/gladeparser.glade
132
- - test/testlib/npgettext.rb
133
- - test/testlib/multi_textdomain.rb
134
- - test/testlib/erb.rhtml
135
- - test/testlib/nsgettext.rb
136
- - test/testlib/erb.rxml
137
- - test/testlib/pgettext.rb
138
- - test/testlib/helper.rb
139
- - test/testlib/N_.rb
140
- - test/testlib/ngettext.rb
141
- - test/testlib/sgettext.rb
142
- - bin/rgettext
143
- - bin/rmsgmerge
144
- - bin/rmsgfmt
147
+ - po/ua/rgettext.po
148
+ - po/vi/rgettext.po
149
+ - po/zh/rgettext.po
150
+ - po/zh_TW/rgettext.po
145
151
  - Rakefile
146
152
  - README.rdoc
147
- - ChangeLog
148
- - src/poparser.ry
149
- - samples/cgi/po/hr/main.po
150
- - samples/cgi/po/hr/hellolib.po
151
- - samples/cgi/po/hr/helloerb1.po
152
- - samples/cgi/po/hr/helloerb2.po
153
- - samples/cgi/po/cs/main.po
154
- - samples/cgi/po/cs/hellolib.po
155
- - samples/cgi/po/cs/helloerb1.po
156
- - samples/cgi/po/cs/helloerb2.po
157
- - samples/cgi/po/hellolib.pot
158
- - samples/cgi/po/el/main.po
159
- - samples/cgi/po/el/hellolib.po
160
- - samples/cgi/po/el/helloerb1.po
161
- - samples/cgi/po/el/helloerb2.po
162
- - samples/cgi/po/bs/main.po
163
- - samples/cgi/po/bs/hellolib.po
153
+ - replace.rb
154
+ - samples/cgi/cookie.cgi
155
+ - samples/cgi/gettext.css
156
+ - samples/cgi/helloerb.rhtml
157
+ - samples/cgi/helloerb1.cgi
158
+ - samples/cgi/helloerb2.cgi
159
+ - samples/cgi/hellolib.rb
160
+ - samples/cgi/http.rb
161
+ - samples/cgi/index.cgi
162
+ - samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
163
+ - samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
164
+ - samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
165
+ - samples/cgi/locale/bg/LC_MESSAGES/main.mo
166
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
167
+ - samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
168
+ - samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
169
+ - samples/cgi/locale/bs/LC_MESSAGES/main.mo
170
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
171
+ - samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
172
+ - samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
173
+ - samples/cgi/locale/ca/LC_MESSAGES/main.mo
174
+ - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
175
+ - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
176
+ - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
177
+ - samples/cgi/locale/cs/LC_MESSAGES/main.mo
178
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
179
+ - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
180
+ - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
181
+ - samples/cgi/locale/de/LC_MESSAGES/main.mo
182
+ - samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
183
+ - samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
184
+ - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
185
+ - samples/cgi/locale/el/LC_MESSAGES/main.mo
186
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
187
+ - samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
188
+ - samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
189
+ - samples/cgi/locale/eo/LC_MESSAGES/main.mo
190
+ - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
191
+ - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
192
+ - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
193
+ - samples/cgi/locale/es/LC_MESSAGES/main.mo
194
+ - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
195
+ - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
196
+ - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
197
+ - samples/cgi/locale/fr/LC_MESSAGES/main.mo
198
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
199
+ - samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
200
+ - samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
201
+ - samples/cgi/locale/hr/LC_MESSAGES/main.mo
202
+ - samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
203
+ - samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
204
+ - samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
205
+ - samples/cgi/locale/hu/LC_MESSAGES/main.mo
206
+ - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
207
+ - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
208
+ - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
209
+ - samples/cgi/locale/it/LC_MESSAGES/main.mo
210
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
211
+ - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
212
+ - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
213
+ - samples/cgi/locale/ja/LC_MESSAGES/main.mo
214
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
215
+ - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
216
+ - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
217
+ - samples/cgi/locale/ko/LC_MESSAGES/main.mo
218
+ - samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
219
+ - samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
220
+ - samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
221
+ - samples/cgi/locale/lv/LC_MESSAGES/main.mo
222
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
223
+ - samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
224
+ - samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
225
+ - samples/cgi/locale/nb/LC_MESSAGES/main.mo
226
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
227
+ - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
228
+ - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
229
+ - samples/cgi/locale/nl/LC_MESSAGES/main.mo
230
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
231
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
232
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
233
+ - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
234
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
235
+ - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
236
+ - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
237
+ - samples/cgi/locale/ru/LC_MESSAGES/main.mo
238
+ - samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
239
+ - samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
240
+ - samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
241
+ - samples/cgi/locale/sr/LC_MESSAGES/main.mo
242
+ - samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo
243
+ - samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo
244
+ - samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo
245
+ - samples/cgi/locale/ua/LC_MESSAGES/main.mo
246
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
247
+ - samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
248
+ - samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
249
+ - samples/cgi/locale/vi/LC_MESSAGES/main.mo
250
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
251
+ - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
252
+ - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
253
+ - samples/cgi/locale/zh/LC_MESSAGES/main.mo
254
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
255
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
256
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
257
+ - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
258
+ - samples/cgi/other.rhtml
259
+ - samples/cgi/po/bg/#main.po#
260
+ - samples/cgi/po/bg/helloerb1.po
261
+ - samples/cgi/po/bg/helloerb2.po
262
+ - samples/cgi/po/bg/hellolib.po
263
+ - samples/cgi/po/bg/main.po
164
264
  - samples/cgi/po/bs/helloerb1.po
165
265
  - samples/cgi/po/bs/helloerb2.po
166
- - samples/cgi/po/vi/main.po
167
- - samples/cgi/po/vi/hellolib.po
168
- - samples/cgi/po/vi/helloerb1.po
169
- - samples/cgi/po/vi/helloerb2.po
170
- - samples/cgi/po/pt_BR/main.po
171
- - samples/cgi/po/pt_BR/hellolib.po
172
- - samples/cgi/po/pt_BR/helloerb1.po
173
- - samples/cgi/po/pt_BR/helloerb2.po
174
- - samples/cgi/po/nb/main.po
175
- - samples/cgi/po/nb/hellolib.po
176
- - samples/cgi/po/nb/helloerb1.po
177
- - samples/cgi/po/nb/helloerb2.po
178
- - samples/cgi/po/ko/main.po
179
- - samples/cgi/po/ko/hellolib.po
180
- - samples/cgi/po/ko/helloerb1.po
181
- - samples/cgi/po/ko/helloerb2.po
182
- - samples/cgi/po/lv/main.po
183
- - samples/cgi/po/lv/hellolib.po
184
- - samples/cgi/po/lv/helloerb1.po
185
- - samples/cgi/po/lv/helloerb2.po
186
- - samples/cgi/po/ru/main.po
187
- - samples/cgi/po/ru/hellolib.po
188
- - samples/cgi/po/ru/helloerb1.po
189
- - samples/cgi/po/ru/helloerb2.po
190
- - samples/cgi/po/zh_TW/main.po
191
- - samples/cgi/po/zh_TW/hellolib.po
192
- - samples/cgi/po/zh_TW/helloerb1.po
193
- - samples/cgi/po/zh_TW/helloerb2.po
194
- - samples/cgi/po/ca/main.po
195
- - samples/cgi/po/ca/hellolib.po
266
+ - samples/cgi/po/bs/hellolib.po
267
+ - samples/cgi/po/bs/main.po
196
268
  - samples/cgi/po/ca/helloerb1.po
197
269
  - samples/cgi/po/ca/helloerb2.po
198
- - samples/cgi/po/de/main.po
199
- - samples/cgi/po/de/hellolib.po
270
+ - samples/cgi/po/ca/hellolib.po
271
+ - samples/cgi/po/ca/main.po
272
+ - samples/cgi/po/cs/helloerb1.po
273
+ - samples/cgi/po/cs/helloerb2.po
274
+ - samples/cgi/po/cs/hellolib.po
275
+ - samples/cgi/po/cs/main.po
200
276
  - samples/cgi/po/de/helloerb1.po
201
277
  - samples/cgi/po/de/helloerb2.po
202
- - samples/cgi/po/es/main.po
203
- - samples/cgi/po/es/hellolib.po
204
- - samples/cgi/po/es/helloerb1.po
205
- - samples/cgi/po/es/helloerb2.po
206
- - samples/cgi/po/eo/main.po
207
- - samples/cgi/po/eo/hellolib.po
278
+ - samples/cgi/po/de/hellolib.po
279
+ - samples/cgi/po/de/main.po
280
+ - samples/cgi/po/el/helloerb1.po
281
+ - samples/cgi/po/el/helloerb2.po
282
+ - samples/cgi/po/el/hellolib.po
283
+ - samples/cgi/po/el/main.po
208
284
  - samples/cgi/po/eo/helloerb1.po
209
285
  - samples/cgi/po/eo/helloerb2.po
210
- - samples/cgi/po/nl/main.po
211
- - samples/cgi/po/nl/hellolib.po
212
- - samples/cgi/po/nl/helloerb1.po
213
- - samples/cgi/po/nl/helloerb2.po
214
- - samples/cgi/po/sr/main.po
215
- - samples/cgi/po/sr/hellolib.po
216
- - samples/cgi/po/sr/helloerb1.po
217
- - samples/cgi/po/sr/helloerb2.po
218
- - samples/cgi/po/hu/main.po
219
- - samples/cgi/po/hu/hellolib.po
220
- - samples/cgi/po/hu/helloerb1.po
221
- - samples/cgi/po/hu/helloerb2.po
286
+ - samples/cgi/po/eo/hellolib.po
287
+ - samples/cgi/po/eo/main.po
288
+ - samples/cgi/po/es/helloerb1.po
289
+ - samples/cgi/po/es/helloerb2.po
290
+ - samples/cgi/po/es/hellolib.po
291
+ - samples/cgi/po/es/main.po
292
+ - samples/cgi/po/fr/helloerb1.po
293
+ - samples/cgi/po/fr/helloerb2.po
294
+ - samples/cgi/po/fr/hellolib.po
295
+ - samples/cgi/po/fr/main.po
222
296
  - samples/cgi/po/helloerb1.pot
223
297
  - samples/cgi/po/helloerb2.pot
224
- - samples/cgi/po/zh/main.po
225
- - samples/cgi/po/zh/hellolib.po
226
- - samples/cgi/po/zh/helloerb1.po
227
- - samples/cgi/po/zh/helloerb2.po
228
- - samples/cgi/po/ja/main.po
229
- - samples/cgi/po/ja/hellolib.po
298
+ - samples/cgi/po/hellolib.pot
299
+ - samples/cgi/po/hr/helloerb1.po
300
+ - samples/cgi/po/hr/helloerb2.po
301
+ - samples/cgi/po/hr/hellolib.po
302
+ - samples/cgi/po/hr/main.po
303
+ - samples/cgi/po/hu/helloerb1.po
304
+ - samples/cgi/po/hu/helloerb2.po
305
+ - samples/cgi/po/hu/hellolib.po
306
+ - samples/cgi/po/hu/main.po
307
+ - samples/cgi/po/it/helloerb1.po
308
+ - samples/cgi/po/it/helloerb2.po
309
+ - samples/cgi/po/it/hellolib.po
310
+ - samples/cgi/po/it/main.po
230
311
  - samples/cgi/po/ja/helloerb1.po
231
312
  - samples/cgi/po/ja/helloerb2.po
232
- - samples/cgi/po/bg/main.po
233
- - samples/cgi/po/bg/hellolib.po
234
- - samples/cgi/po/bg/helloerb1.po
235
- - samples/cgi/po/bg/helloerb2.po
313
+ - samples/cgi/po/ja/hellolib.po
314
+ - samples/cgi/po/ja/main.po
315
+ - samples/cgi/po/ko/helloerb1.po
316
+ - samples/cgi/po/ko/helloerb2.po
317
+ - samples/cgi/po/ko/hellolib.po
318
+ - samples/cgi/po/ko/main.po
319
+ - samples/cgi/po/lv/helloerb1.po
320
+ - samples/cgi/po/lv/helloerb2.po
321
+ - samples/cgi/po/lv/hellolib.po
322
+ - samples/cgi/po/lv/main.po
236
323
  - samples/cgi/po/main.pot
237
- - samples/cgi/po/ua/main.po
238
- - samples/cgi/po/ua/hellolib.po
239
- - samples/cgi/po/ua/helloerb1.po
324
+ - samples/cgi/po/nb/helloerb1.po
325
+ - samples/cgi/po/nb/helloerb2.po
326
+ - samples/cgi/po/nb/hellolib.po
327
+ - samples/cgi/po/nb/main.po
328
+ - samples/cgi/po/nl/helloerb1.po
329
+ - samples/cgi/po/nl/helloerb2.po
330
+ - samples/cgi/po/nl/hellolib.po
331
+ - samples/cgi/po/nl/main.po
332
+ - samples/cgi/po/pt_BR/helloerb1.po
333
+ - samples/cgi/po/pt_BR/helloerb2.po
334
+ - samples/cgi/po/pt_BR/hellolib.po
335
+ - samples/cgi/po/pt_BR/main.po
336
+ - samples/cgi/po/ru/helloerb1.po
337
+ - samples/cgi/po/ru/helloerb2.po
338
+ - samples/cgi/po/ru/hellolib.po
339
+ - samples/cgi/po/ru/main.po
340
+ - samples/cgi/po/sr/helloerb1.po
341
+ - samples/cgi/po/sr/helloerb2.po
342
+ - samples/cgi/po/sr/hellolib.po
343
+ - samples/cgi/po/sr/main.po
344
+ - samples/cgi/po/ua/helloerb1.po
240
345
  - samples/cgi/po/ua/helloerb2.po
241
- - samples/cgi/po/fr/main.po
242
- - samples/cgi/po/fr/hellolib.po
243
- - samples/cgi/po/fr/helloerb1.po
244
- - samples/cgi/po/fr/helloerb2.po
245
- - samples/cgi/po/it/main.po
246
- - samples/cgi/po/it/hellolib.po
247
- - samples/cgi/po/it/helloerb1.po
248
- - samples/cgi/po/it/helloerb2.po
249
- - samples/cgi/hellolib.rb
250
- - samples/cgi/helloerb1.cgi
251
- - samples/cgi/cookie.cgi
252
- - samples/cgi/README
253
- - samples/cgi/other.rhtml
346
+ - samples/cgi/po/ua/hellolib.po
347
+ - samples/cgi/po/ua/main.po
348
+ - samples/cgi/po/vi/helloerb1.po
349
+ - samples/cgi/po/vi/helloerb2.po
350
+ - samples/cgi/po/vi/hellolib.po
351
+ - samples/cgi/po/vi/main.po
352
+ - samples/cgi/po/zh/helloerb1.po
353
+ - samples/cgi/po/zh/helloerb2.po
354
+ - samples/cgi/po/zh/hellolib.po
355
+ - samples/cgi/po/zh/main.po
356
+ - samples/cgi/po/zh_TW/helloerb1.po
357
+ - samples/cgi/po/zh_TW/helloerb2.po
358
+ - samples/cgi/po/zh_TW/hellolib.po
359
+ - samples/cgi/po/zh_TW/main.po
254
360
  - samples/cgi/Rakefile
255
- - samples/cgi/gettext.css
256
- - samples/cgi/helloerb2.cgi
257
- - samples/cgi/http.rb
258
- - samples/cgi/helloerb.rhtml
259
- - samples/cgi/index.cgi
260
- - samples/po/hello_plural.pot
261
- - samples/po/hr/hello_glade2.po
262
- - samples/po/hr/hello_plural.po
263
- - samples/po/hr/hello_noop.po
264
- - samples/po/hr/hello.po
265
- - samples/po/hr/hello2.po
266
- - samples/po/hr/hello_tk.po
267
- - samples/po/hr/hello_gtk.po
268
- - samples/po/cs/hello_glade2.po
269
- - samples/po/cs/hello_plural.po
270
- - samples/po/cs/hello_noop.po
271
- - samples/po/cs/hello.po
272
- - samples/po/cs/hello2.po
273
- - samples/po/cs/hello_tk.po
274
- - samples/po/cs/hello_gtk.po
275
- - samples/po/el/hello_glade2.po
276
- - samples/po/el/hello_plural.po
277
- - samples/po/el/hello_noop.po
278
- - samples/po/el/hello.po
279
- - samples/po/el/hello2.po
280
- - samples/po/el/hello_tk.po
281
- - samples/po/el/hello_gtk.po
282
- - samples/po/bs/hello_glade2.po
283
- - samples/po/bs/hello_plural.po
284
- - samples/po/bs/hello_noop.po
361
+ - samples/cgi/README
362
+ - samples/hello.rb
363
+ - samples/hello2.rb
364
+ - samples/hello_glade2.glade
365
+ - samples/hello_glade2.rb
366
+ - samples/hello_gtk2.rb
367
+ - samples/hello_noop.rb
368
+ - samples/hello_plural.rb
369
+ - samples/hello_tk.rb
370
+ - samples/locale/bg/LC_MESSAGES/hello.mo
371
+ - samples/locale/bg/LC_MESSAGES/hello2.mo
372
+ - samples/locale/bg/LC_MESSAGES/hello_glade2.mo
373
+ - samples/locale/bg/LC_MESSAGES/hello_gtk.mo
374
+ - samples/locale/bg/LC_MESSAGES/hello_noop.mo
375
+ - samples/locale/bg/LC_MESSAGES/hello_plural.mo
376
+ - samples/locale/bg/LC_MESSAGES/hello_tk.mo
377
+ - samples/locale/bs/LC_MESSAGES/hello.mo
378
+ - samples/locale/bs/LC_MESSAGES/hello2.mo
379
+ - samples/locale/bs/LC_MESSAGES/hello_glade2.mo
380
+ - samples/locale/bs/LC_MESSAGES/hello_gtk.mo
381
+ - samples/locale/bs/LC_MESSAGES/hello_noop.mo
382
+ - samples/locale/bs/LC_MESSAGES/hello_plural.mo
383
+ - samples/locale/bs/LC_MESSAGES/hello_tk.mo
384
+ - samples/locale/ca/LC_MESSAGES/hello.mo
385
+ - samples/locale/ca/LC_MESSAGES/hello2.mo
386
+ - samples/locale/ca/LC_MESSAGES/hello_glade2.mo
387
+ - samples/locale/ca/LC_MESSAGES/hello_gtk.mo
388
+ - samples/locale/ca/LC_MESSAGES/hello_noop.mo
389
+ - samples/locale/ca/LC_MESSAGES/hello_plural.mo
390
+ - samples/locale/ca/LC_MESSAGES/hello_tk.mo
391
+ - samples/locale/cs/LC_MESSAGES/hello.mo
392
+ - samples/locale/cs/LC_MESSAGES/hello2.mo
393
+ - samples/locale/cs/LC_MESSAGES/hello_glade2.mo
394
+ - samples/locale/cs/LC_MESSAGES/hello_gtk.mo
395
+ - samples/locale/cs/LC_MESSAGES/hello_noop.mo
396
+ - samples/locale/cs/LC_MESSAGES/hello_plural.mo
397
+ - samples/locale/cs/LC_MESSAGES/hello_tk.mo
398
+ - samples/locale/de/LC_MESSAGES/hello.mo
399
+ - samples/locale/de/LC_MESSAGES/hello2.mo
400
+ - samples/locale/de/LC_MESSAGES/hello_glade2.mo
401
+ - samples/locale/de/LC_MESSAGES/hello_gtk.mo
402
+ - samples/locale/de/LC_MESSAGES/hello_noop.mo
403
+ - samples/locale/de/LC_MESSAGES/hello_plural.mo
404
+ - samples/locale/de/LC_MESSAGES/hello_tk.mo
405
+ - samples/locale/el/LC_MESSAGES/hello.mo
406
+ - samples/locale/el/LC_MESSAGES/hello2.mo
407
+ - samples/locale/el/LC_MESSAGES/hello_glade2.mo
408
+ - samples/locale/el/LC_MESSAGES/hello_gtk.mo
409
+ - samples/locale/el/LC_MESSAGES/hello_noop.mo
410
+ - samples/locale/el/LC_MESSAGES/hello_plural.mo
411
+ - samples/locale/el/LC_MESSAGES/hello_tk.mo
412
+ - samples/locale/eo/LC_MESSAGES/hello.mo
413
+ - samples/locale/eo/LC_MESSAGES/hello2.mo
414
+ - samples/locale/eo/LC_MESSAGES/hello_glade2.mo
415
+ - samples/locale/eo/LC_MESSAGES/hello_gtk.mo
416
+ - samples/locale/eo/LC_MESSAGES/hello_noop.mo
417
+ - samples/locale/eo/LC_MESSAGES/hello_plural.mo
418
+ - samples/locale/eo/LC_MESSAGES/hello_tk.mo
419
+ - samples/locale/es/LC_MESSAGES/hello.mo
420
+ - samples/locale/es/LC_MESSAGES/hello2.mo
421
+ - samples/locale/es/LC_MESSAGES/hello_glade2.mo
422
+ - samples/locale/es/LC_MESSAGES/hello_gtk.mo
423
+ - samples/locale/es/LC_MESSAGES/hello_noop.mo
424
+ - samples/locale/es/LC_MESSAGES/hello_plural.mo
425
+ - samples/locale/es/LC_MESSAGES/hello_tk.mo
426
+ - samples/locale/fr/LC_MESSAGES/hello.mo
427
+ - samples/locale/fr/LC_MESSAGES/hello2.mo
428
+ - samples/locale/fr/LC_MESSAGES/hello_glade2.mo
429
+ - samples/locale/fr/LC_MESSAGES/hello_gtk.mo
430
+ - samples/locale/fr/LC_MESSAGES/hello_noop.mo
431
+ - samples/locale/fr/LC_MESSAGES/hello_plural.mo
432
+ - samples/locale/fr/LC_MESSAGES/hello_tk.mo
433
+ - samples/locale/hr/LC_MESSAGES/hello.mo
434
+ - samples/locale/hr/LC_MESSAGES/hello2.mo
435
+ - samples/locale/hr/LC_MESSAGES/hello_glade2.mo
436
+ - samples/locale/hr/LC_MESSAGES/hello_gtk.mo
437
+ - samples/locale/hr/LC_MESSAGES/hello_noop.mo
438
+ - samples/locale/hr/LC_MESSAGES/hello_plural.mo
439
+ - samples/locale/hr/LC_MESSAGES/hello_tk.mo
440
+ - samples/locale/hu/LC_MESSAGES/hello.mo
441
+ - samples/locale/hu/LC_MESSAGES/hello2.mo
442
+ - samples/locale/hu/LC_MESSAGES/hello_glade2.mo
443
+ - samples/locale/hu/LC_MESSAGES/hello_gtk.mo
444
+ - samples/locale/hu/LC_MESSAGES/hello_noop.mo
445
+ - samples/locale/hu/LC_MESSAGES/hello_plural.mo
446
+ - samples/locale/hu/LC_MESSAGES/hello_tk.mo
447
+ - samples/locale/it/LC_MESSAGES/hello.mo
448
+ - samples/locale/it/LC_MESSAGES/hello2.mo
449
+ - samples/locale/it/LC_MESSAGES/hello_glade2.mo
450
+ - samples/locale/it/LC_MESSAGES/hello_gtk.mo
451
+ - samples/locale/it/LC_MESSAGES/hello_noop.mo
452
+ - samples/locale/it/LC_MESSAGES/hello_plural.mo
453
+ - samples/locale/it/LC_MESSAGES/hello_tk.mo
454
+ - samples/locale/ja/LC_MESSAGES/hello.mo
455
+ - samples/locale/ja/LC_MESSAGES/hello2.mo
456
+ - samples/locale/ja/LC_MESSAGES/hello_glade2.mo
457
+ - samples/locale/ja/LC_MESSAGES/hello_gtk.mo
458
+ - samples/locale/ja/LC_MESSAGES/hello_noop.mo
459
+ - samples/locale/ja/LC_MESSAGES/hello_plural.mo
460
+ - samples/locale/ja/LC_MESSAGES/hello_tk.mo
461
+ - samples/locale/ko/LC_MESSAGES/hello.mo
462
+ - samples/locale/ko/LC_MESSAGES/hello2.mo
463
+ - samples/locale/ko/LC_MESSAGES/hello_glade2.mo
464
+ - samples/locale/ko/LC_MESSAGES/hello_gtk.mo
465
+ - samples/locale/ko/LC_MESSAGES/hello_noop.mo
466
+ - samples/locale/ko/LC_MESSAGES/hello_plural.mo
467
+ - samples/locale/ko/LC_MESSAGES/hello_tk.mo
468
+ - samples/locale/lv/LC_MESSAGES/hello.mo
469
+ - samples/locale/lv/LC_MESSAGES/hello2.mo
470
+ - samples/locale/lv/LC_MESSAGES/hello_glade2.mo
471
+ - samples/locale/lv/LC_MESSAGES/hello_gtk.mo
472
+ - samples/locale/lv/LC_MESSAGES/hello_noop.mo
473
+ - samples/locale/lv/LC_MESSAGES/hello_plural.mo
474
+ - samples/locale/lv/LC_MESSAGES/hello_tk.mo
475
+ - samples/locale/nb/LC_MESSAGES/hello.mo
476
+ - samples/locale/nb/LC_MESSAGES/hello2.mo
477
+ - samples/locale/nb/LC_MESSAGES/hello_glade2.mo
478
+ - samples/locale/nb/LC_MESSAGES/hello_gtk.mo
479
+ - samples/locale/nb/LC_MESSAGES/hello_noop.mo
480
+ - samples/locale/nb/LC_MESSAGES/hello_plural.mo
481
+ - samples/locale/nb/LC_MESSAGES/hello_tk.mo
482
+ - samples/locale/nl/LC_MESSAGES/hello.mo
483
+ - samples/locale/nl/LC_MESSAGES/hello2.mo
484
+ - samples/locale/nl/LC_MESSAGES/hello_glade2.mo
485
+ - samples/locale/nl/LC_MESSAGES/hello_gtk.mo
486
+ - samples/locale/nl/LC_MESSAGES/hello_noop.mo
487
+ - samples/locale/nl/LC_MESSAGES/hello_plural.mo
488
+ - samples/locale/nl/LC_MESSAGES/hello_tk.mo
489
+ - samples/locale/pt_BR/LC_MESSAGES/hello.mo
490
+ - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
491
+ - samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
492
+ - samples/locale/pt_BR/LC_MESSAGES/hello_gtk.mo
493
+ - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
494
+ - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
495
+ - samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
496
+ - samples/locale/ru/LC_MESSAGES/hello.mo
497
+ - samples/locale/ru/LC_MESSAGES/hello2.mo
498
+ - samples/locale/ru/LC_MESSAGES/hello_glade2.mo
499
+ - samples/locale/ru/LC_MESSAGES/hello_gtk.mo
500
+ - samples/locale/ru/LC_MESSAGES/hello_noop.mo
501
+ - samples/locale/ru/LC_MESSAGES/hello_plural.mo
502
+ - samples/locale/ru/LC_MESSAGES/hello_tk.mo
503
+ - samples/locale/sr/LC_MESSAGES/hello.mo
504
+ - samples/locale/sr/LC_MESSAGES/hello2.mo
505
+ - samples/locale/sr/LC_MESSAGES/hello_glade2.mo
506
+ - samples/locale/sr/LC_MESSAGES/hello_gtk.mo
507
+ - samples/locale/sr/LC_MESSAGES/hello_noop.mo
508
+ - samples/locale/sr/LC_MESSAGES/hello_plural.mo
509
+ - samples/locale/sr/LC_MESSAGES/hello_tk.mo
510
+ - samples/locale/sv/LC_MESSAGES/hello.mo
511
+ - samples/locale/sv/LC_MESSAGES/hello2.mo
512
+ - samples/locale/sv/LC_MESSAGES/hello_glade2.mo
513
+ - samples/locale/sv/LC_MESSAGES/hello_gtk.mo
514
+ - samples/locale/sv/LC_MESSAGES/hello_noop.mo
515
+ - samples/locale/sv/LC_MESSAGES/hello_plural.mo
516
+ - samples/locale/sv/LC_MESSAGES/hello_tk.mo
517
+ - samples/locale/ua/LC_MESSAGES/hello.mo
518
+ - samples/locale/ua/LC_MESSAGES/hello2.mo
519
+ - samples/locale/ua/LC_MESSAGES/hello_glade2.mo
520
+ - samples/locale/ua/LC_MESSAGES/hello_gtk.mo
521
+ - samples/locale/ua/LC_MESSAGES/hello_noop.mo
522
+ - samples/locale/ua/LC_MESSAGES/hello_plural.mo
523
+ - samples/locale/ua/LC_MESSAGES/hello_tk.mo
524
+ - samples/locale/vi/LC_MESSAGES/hello.mo
525
+ - samples/locale/vi/LC_MESSAGES/hello2.mo
526
+ - samples/locale/vi/LC_MESSAGES/hello_glade2.mo
527
+ - samples/locale/vi/LC_MESSAGES/hello_gtk.mo
528
+ - samples/locale/vi/LC_MESSAGES/hello_noop.mo
529
+ - samples/locale/vi/LC_MESSAGES/hello_plural.mo
530
+ - samples/locale/vi/LC_MESSAGES/hello_tk.mo
531
+ - samples/locale/zh/LC_MESSAGES/hello.mo
532
+ - samples/locale/zh/LC_MESSAGES/hello2.mo
533
+ - samples/locale/zh/LC_MESSAGES/hello_glade2.mo
534
+ - samples/locale/zh/LC_MESSAGES/hello_gtk.mo
535
+ - samples/locale/zh/LC_MESSAGES/hello_noop.mo
536
+ - samples/locale/zh/LC_MESSAGES/hello_plural.mo
537
+ - samples/locale/zh/LC_MESSAGES/hello_tk.mo
538
+ - samples/locale/zh_TW/LC_MESSAGES/hello.mo
539
+ - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
540
+ - samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
541
+ - samples/locale/zh_TW/LC_MESSAGES/hello_gtk.mo
542
+ - samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
543
+ - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
544
+ - samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
545
+ - samples/makemo.rb
546
+ - samples/po/bg/hello.po
547
+ - samples/po/bg/hello2.po
548
+ - samples/po/bg/hello_glade2.po
549
+ - samples/po/bg/hello_gtk.po
550
+ - samples/po/bg/hello_noop.po
551
+ - samples/po/bg/hello_plural.po
552
+ - samples/po/bg/hello_tk.po
285
553
  - samples/po/bs/hello.po
286
554
  - samples/po/bs/hello2.po
287
- - samples/po/bs/hello_tk.po
555
+ - samples/po/bs/hello_glade2.po
288
556
  - samples/po/bs/hello_gtk.po
289
- - samples/po/vi/hello_glade2.po
290
- - samples/po/vi/hello_plural.po
291
- - samples/po/vi/hello_noop.po
292
- - samples/po/vi/hello.po
293
- - samples/po/vi/hello2.po
294
- - samples/po/vi/hello_tk.po
295
- - samples/po/vi/hello_gtk.po
296
- - samples/po/pt_BR/hello_glade2.po
297
- - samples/po/pt_BR/hello_plural.po
298
- - samples/po/pt_BR/hello_noop.po
299
- - samples/po/pt_BR/hello.po
300
- - samples/po/pt_BR/hello2.po
301
- - samples/po/pt_BR/hello_tk.po
302
- - samples/po/pt_BR/hello_gtk.po
303
- - samples/po/nb/hello_glade2.po
304
- - samples/po/nb/hello_plural.po
305
- - samples/po/nb/hello_noop.po
306
- - samples/po/nb/hello.po
307
- - samples/po/nb/hello2.po
308
- - samples/po/nb/hello_tk.po
309
- - samples/po/nb/hello_gtk.po
310
- - samples/po/hello_noop.pot
311
- - samples/po/ko/hello_glade2.po
312
- - samples/po/ko/hello_plural.po
313
- - samples/po/ko/hello_noop.po
314
- - samples/po/ko/hello.po
315
- - samples/po/ko/hello2.po
316
- - samples/po/ko/hello_tk.po
317
- - samples/po/ko/hello_gtk.po
318
- - samples/po/lv/hello_glade2.po
319
- - samples/po/lv/hello_plural.po
320
- - samples/po/lv/hello_noop.po
321
- - samples/po/lv/hello.po
322
- - samples/po/lv/hello2.po
323
- - samples/po/lv/hello_tk.po
324
- - samples/po/lv/hello_gtk.po
325
- - samples/po/ru/hello_glade2.po
326
- - samples/po/ru/hello_plural.po
327
- - samples/po/ru/hello_noop.po
328
- - samples/po/ru/hello.po
329
- - samples/po/ru/hello2.po
330
- - samples/po/ru/hello_tk.po
331
- - samples/po/ru/hello_gtk.po
332
- - samples/po/zh_TW/hello_glade2.po
333
- - samples/po/zh_TW/hello_plural.po
334
- - samples/po/zh_TW/hello_noop.po
335
- - samples/po/zh_TW/hello.po
336
- - samples/po/zh_TW/hello2.po
337
- - samples/po/zh_TW/hello_tk.po
338
- - samples/po/zh_TW/hello_gtk.po
339
- - samples/po/ca/hello_glade2.po
340
- - samples/po/ca/hello_plural.po
341
- - samples/po/ca/hello_noop.po
557
+ - samples/po/bs/hello_noop.po
558
+ - samples/po/bs/hello_plural.po
559
+ - samples/po/bs/hello_tk.po
342
560
  - samples/po/ca/hello.po
343
561
  - samples/po/ca/hello2.po
344
- - samples/po/ca/hello_tk.po
562
+ - samples/po/ca/hello_glade2.po
345
563
  - samples/po/ca/hello_gtk.po
346
- - samples/po/hello2.pot
347
- - samples/po/de/hello_glade2.po
348
- - samples/po/de/hello_plural.po
349
- - samples/po/de/hello_noop.po
564
+ - samples/po/ca/hello_noop.po
565
+ - samples/po/ca/hello_plural.po
566
+ - samples/po/ca/hello_tk.po
567
+ - samples/po/cs/hello.po
568
+ - samples/po/cs/hello2.po
569
+ - samples/po/cs/hello_glade2.po
570
+ - samples/po/cs/hello_gtk.po
571
+ - samples/po/cs/hello_noop.po
572
+ - samples/po/cs/hello_plural.po
573
+ - samples/po/cs/hello_tk.po
350
574
  - samples/po/de/hello.po
351
575
  - samples/po/de/hello2.po
352
- - samples/po/de/hello_tk.po
576
+ - samples/po/de/hello_glade2.po
353
577
  - samples/po/de/hello_gtk.po
354
- - samples/po/es/hello_glade2.po
355
- - samples/po/es/hello_plural.po
356
- - samples/po/es/hello_noop.po
578
+ - samples/po/de/hello_noop.po
579
+ - samples/po/de/hello_plural.po
580
+ - samples/po/de/hello_tk.po
581
+ - samples/po/el/hello.po
582
+ - samples/po/el/hello2.po
583
+ - samples/po/el/hello_glade2.po
584
+ - samples/po/el/hello_gtk.po
585
+ - samples/po/el/hello_noop.po
586
+ - samples/po/el/hello_plural.po
587
+ - samples/po/el/hello_tk.po
588
+ - samples/po/eo/hello.po
589
+ - samples/po/eo/hello2.po
590
+ - samples/po/eo/hello_glade2.po
591
+ - samples/po/eo/hello_gtk.po
592
+ - samples/po/eo/hello_noop.po
593
+ - samples/po/eo/hello_plural.po
594
+ - samples/po/eo/hello_tk.po
357
595
  - samples/po/es/hello.po
358
596
  - samples/po/es/hello2.po
359
- - samples/po/es/hello_tk.po
597
+ - samples/po/es/hello_glade2.po
360
598
  - samples/po/es/hello_gtk.po
599
+ - samples/po/es/hello_noop.po
600
+ - samples/po/es/hello_plural.po
601
+ - samples/po/es/hello_tk.po
602
+ - samples/po/fr/hello.po
603
+ - samples/po/fr/hello2.po
604
+ - samples/po/fr/hello_glade2.po
605
+ - samples/po/fr/hello_gtk.po
606
+ - samples/po/fr/hello_noop.po
607
+ - samples/po/fr/hello_plural.po
608
+ - samples/po/fr/hello_tk.po
609
+ - samples/po/hello.pot
610
+ - samples/po/hello2.pot
611
+ - samples/po/hello_glade2.pot
361
612
  - samples/po/hello_gtk.pot
362
- - samples/po/eo/hello_glade2.po
363
- - samples/po/eo/hello_plural.po
364
- - samples/po/eo/hello_noop.po
365
- - samples/po/eo/hello.po
366
- - samples/po/eo/hello2.po
367
- - samples/po/eo/hello_tk.po
368
- - samples/po/eo/hello_gtk.po
369
- - samples/po/nl/hello_glade2.po
370
- - samples/po/nl/hello_plural.po
371
- - samples/po/nl/hello_noop.po
613
+ - samples/po/hello_noop.pot
614
+ - samples/po/hello_plural.pot
615
+ - samples/po/hello_tk.pot
616
+ - samples/po/hr/hello.po
617
+ - samples/po/hr/hello2.po
618
+ - samples/po/hr/hello_glade2.po
619
+ - samples/po/hr/hello_gtk.po
620
+ - samples/po/hr/hello_noop.po
621
+ - samples/po/hr/hello_plural.po
622
+ - samples/po/hr/hello_tk.po
623
+ - samples/po/hu/hello.po
624
+ - samples/po/hu/hello2.po
625
+ - samples/po/hu/hello_glade2.po
626
+ - samples/po/hu/hello_gtk.po
627
+ - samples/po/hu/hello_noop.po
628
+ - samples/po/hu/hello_plural.po
629
+ - samples/po/hu/hello_tk.po
630
+ - samples/po/it/hello.po
631
+ - samples/po/it/hello2.po
632
+ - samples/po/it/hello_glade2.po
633
+ - samples/po/it/hello_gtk.po
634
+ - samples/po/it/hello_noop.po
635
+ - samples/po/it/hello_plural.po
636
+ - samples/po/it/hello_tk.po
637
+ - samples/po/ja/hello.po
638
+ - samples/po/ja/hello2.po
639
+ - samples/po/ja/hello_glade2.po
640
+ - samples/po/ja/hello_gtk.po
641
+ - samples/po/ja/hello_noop.po
642
+ - samples/po/ja/hello_plural.po
643
+ - samples/po/ja/hello_tk.po
644
+ - samples/po/ko/hello.po
645
+ - samples/po/ko/hello2.po
646
+ - samples/po/ko/hello_glade2.po
647
+ - samples/po/ko/hello_gtk.po
648
+ - samples/po/ko/hello_noop.po
649
+ - samples/po/ko/hello_plural.po
650
+ - samples/po/ko/hello_tk.po
651
+ - samples/po/lv/hello.po
652
+ - samples/po/lv/hello2.po
653
+ - samples/po/lv/hello_glade2.po
654
+ - samples/po/lv/hello_gtk.po
655
+ - samples/po/lv/hello_noop.po
656
+ - samples/po/lv/hello_plural.po
657
+ - samples/po/lv/hello_tk.po
658
+ - samples/po/nb/hello.po
659
+ - samples/po/nb/hello2.po
660
+ - samples/po/nb/hello_glade2.po
661
+ - samples/po/nb/hello_gtk.po
662
+ - samples/po/nb/hello_noop.po
663
+ - samples/po/nb/hello_plural.po
664
+ - samples/po/nb/hello_tk.po
372
665
  - samples/po/nl/hello.po
373
666
  - samples/po/nl/hello2.po
374
- - samples/po/nl/hello_tk.po
667
+ - samples/po/nl/hello_glade2.po
375
668
  - samples/po/nl/hello_gtk.po
376
- - samples/po/sr/hello_glade2.po
377
- - samples/po/sr/hello_plural.po
378
- - samples/po/sr/hello_noop.po
669
+ - samples/po/nl/hello_noop.po
670
+ - samples/po/nl/hello_plural.po
671
+ - samples/po/nl/hello_tk.po
672
+ - samples/po/pt_BR/hello.po
673
+ - samples/po/pt_BR/hello2.po
674
+ - samples/po/pt_BR/hello_glade2.po
675
+ - samples/po/pt_BR/hello_gtk.po
676
+ - samples/po/pt_BR/hello_noop.po
677
+ - samples/po/pt_BR/hello_plural.po
678
+ - samples/po/pt_BR/hello_tk.po
679
+ - samples/po/ru/hello.po
680
+ - samples/po/ru/hello2.po
681
+ - samples/po/ru/hello_glade2.po
682
+ - samples/po/ru/hello_gtk.po
683
+ - samples/po/ru/hello_noop.po
684
+ - samples/po/ru/hello_plural.po
685
+ - samples/po/ru/hello_tk.po
379
686
  - samples/po/sr/hello.po
380
687
  - samples/po/sr/hello2.po
381
- - samples/po/sr/hello_tk.po
688
+ - samples/po/sr/hello_glade2.po
382
689
  - samples/po/sr/hello_gtk.po
383
- - samples/po/hello.pot
384
- - samples/po/hu/hello_glade2.po
385
- - samples/po/hu/hello_plural.po
386
- - samples/po/hu/hello_noop.po
387
- - samples/po/hu/hello.po
388
- - samples/po/hu/hello2.po
389
- - samples/po/hu/hello_tk.po
390
- - samples/po/hu/hello_gtk.po
391
- - samples/po/zh/hello_glade2.po
392
- - samples/po/zh/hello_plural.po
393
- - samples/po/zh/hello_noop.po
394
- - samples/po/zh/hello.po
395
- - samples/po/zh/hello2.po
396
- - samples/po/zh/hello_tk.po
397
- - samples/po/zh/hello_gtk.po
690
+ - samples/po/sr/hello_noop.po
691
+ - samples/po/sr/hello_plural.po
692
+ - samples/po/sr/hello_tk.po
693
+ - samples/po/sv/hello.po
694
+ - samples/po/sv/hello2.po
695
+ - samples/po/sv/hello_glade2.po
696
+ - samples/po/sv/hello_gtk.po
697
+ - samples/po/sv/hello_noop.po
698
+ - samples/po/sv/hello_plural.po
699
+ - samples/po/sv/hello_tk.po
398
700
  - samples/po/test.rb
399
- - samples/po/ja/hello_glade2.po
400
- - samples/po/ja/hello_plural.po
401
- - samples/po/ja/hello_noop.po
402
- - samples/po/ja/hello.po
403
- - samples/po/ja/hello2.po
404
- - samples/po/ja/hello_tk.po
405
- - samples/po/ja/hello_gtk.po
406
- - samples/po/bg/hello_glade2.po
407
- - samples/po/bg/hello_plural.po
408
- - samples/po/bg/hello_noop.po
409
- - samples/po/bg/hello.po
410
- - samples/po/bg/hello2.po
411
- - samples/po/bg/hello_tk.po
412
- - samples/po/bg/hello_gtk.po
413
- - samples/po/ua/hello_glade2.po
414
- - samples/po/ua/hello_plural.po
415
- - samples/po/ua/hello_noop.po
416
701
  - samples/po/ua/hello.po
417
702
  - samples/po/ua/hello2.po
418
- - samples/po/ua/hello_tk.po
703
+ - samples/po/ua/hello_glade2.po
419
704
  - samples/po/ua/hello_gtk.po
420
- - samples/po/fr/hello_glade2.po
421
- - samples/po/fr/hello_plural.po
422
- - samples/po/fr/hello_noop.po
423
- - samples/po/fr/hello.po
424
- - samples/po/fr/hello2.po
425
- - samples/po/fr/hello_tk.po
426
- - samples/po/fr/hello_gtk.po
427
- - samples/po/hello_tk.pot
428
- - samples/po/sv/hello_glade2.po
429
- - samples/po/sv/hello_plural.po
430
- - samples/po/sv/hello_noop.po
431
- - samples/po/sv/hello.po
432
- - samples/po/sv/hello2.po
433
- - samples/po/sv/hello_tk.po
434
- - samples/po/sv/hello_gtk.po
435
- - samples/po/hello_glade2.pot
436
- - samples/po/it/hello_glade2.po
437
- - samples/po/it/hello_plural.po
438
- - samples/po/it/hello_noop.po
439
- - samples/po/it/hello.po
440
- - samples/po/it/hello2.po
441
- - samples/po/it/hello_tk.po
442
- - samples/po/it/hello_gtk.po
443
- - samples/hello_noop.rb
444
- - samples/hello_plural.rb
445
- - samples/makemo.rb
446
- - samples/hello_glade2.glade
447
- - samples/hello.rb
448
- - samples/hello_gtk2.rb
705
+ - samples/po/ua/hello_noop.po
706
+ - samples/po/ua/hello_plural.po
707
+ - samples/po/ua/hello_tk.po
708
+ - samples/po/vi/hello.po
709
+ - samples/po/vi/hello2.po
710
+ - samples/po/vi/hello_glade2.po
711
+ - samples/po/vi/hello_gtk.po
712
+ - samples/po/vi/hello_noop.po
713
+ - samples/po/vi/hello_plural.po
714
+ - samples/po/vi/hello_tk.po
715
+ - samples/po/zh/hello.po
716
+ - samples/po/zh/hello2.po
717
+ - samples/po/zh/hello_glade2.po
718
+ - samples/po/zh/hello_gtk.po
719
+ - samples/po/zh/hello_noop.po
720
+ - samples/po/zh/hello_plural.po
721
+ - samples/po/zh/hello_tk.po
722
+ - samples/po/zh_TW/hello.po
723
+ - samples/po/zh_TW/hello2.po
724
+ - samples/po/zh_TW/hello_glade2.po
725
+ - samples/po/zh_TW/hello_gtk.po
726
+ - samples/po/zh_TW/hello_noop.po
727
+ - samples/po/zh_TW/hello_plural.po
728
+ - samples/po/zh_TW/hello_tk.po
449
729
  - samples/README
450
- - samples/hello_glade2.rb
451
- - samples/hello2.rb
452
- - samples/hello_tk.rb
453
- - gettext.gemspec
730
+ - src/poparser.ry
731
+ - test/locale/cr/LC_MESSAGES/plural.mo
732
+ - test/locale/da/LC_MESSAGES/plural.mo
733
+ - test/locale/da/LC_MESSAGES/plural_error.mo
734
+ - test/locale/fr/LC_MESSAGES/plural.mo
735
+ - test/locale/fr/LC_MESSAGES/plural_error.mo
736
+ - test/locale/fr/LC_MESSAGES/test1.mo
737
+ - test/locale/fr/LC_MESSAGES/test2.mo
738
+ - test/locale/ir/LC_MESSAGES/plural.mo
739
+ - test/locale/ja/LC_MESSAGES/npgettext.mo
740
+ - test/locale/ja/LC_MESSAGES/nsgettext.mo
741
+ - test/locale/ja/LC_MESSAGES/pgettext.mo
742
+ - test/locale/ja/LC_MESSAGES/plural.mo
743
+ - test/locale/ja/LC_MESSAGES/plural_error.mo
744
+ - test/locale/ja/LC_MESSAGES/rubyparser.mo
745
+ - test/locale/ja/LC_MESSAGES/sgettext.mo
746
+ - test/locale/ja/LC_MESSAGES/test1.mo
747
+ - test/locale/ja/LC_MESSAGES/test2.mo
748
+ - test/locale/ja/LC_MESSAGES/test3.mo
749
+ - test/locale/la/LC_MESSAGES/plural.mo
750
+ - test/locale/la/LC_MESSAGES/plural_error.mo
751
+ - test/locale/li/LC_MESSAGES/plural.mo
752
+ - test/locale/li/LC_MESSAGES/plural_error.mo
753
+ - test/locale/po/LC_MESSAGES/plural.mo
754
+ - test/locale/sl/LC_MESSAGES/plural.mo
755
+ - test/po/cr/plural.po
756
+ - test/po/da/plural.po
757
+ - test/po/da/plural_error.po
758
+ - test/po/fr/plural.po
759
+ - test/po/fr/plural_error.po
760
+ - test/po/fr/test1.po
761
+ - test/po/fr/test2.po
762
+ - test/po/ir/plural.po
763
+ - test/po/ja/npgettext.po
764
+ - test/po/ja/nsgettext.po
765
+ - test/po/ja/pgettext.po
766
+ - test/po/ja/plural.po
767
+ - test/po/ja/plural_error.po
768
+ - test/po/ja/rubyparser.po
769
+ - test/po/ja/sgettext.po
770
+ - test/po/ja/test1.po
771
+ - test/po/ja/test2.po
772
+ - test/po/ja/test3.po
773
+ - test/po/la/plural.po
774
+ - test/po/la/plural_error.po
775
+ - test/po/li/plural.po
776
+ - test/po/li/plural_error.po
777
+ - test/po/po/plural.po
778
+ - test/po/sl/plural.po
779
+ - test/Rakefile
780
+ - test/README
781
+ - test/test_class_info.rb
782
+ - test/test_gettext.rb
783
+ - test/test_locale_path.rb
784
+ - test/test_parser.rb
785
+ - test/test_po_generation.rb
786
+ - test/test_pomessage.rb
787
+ - test/test_string.rb
788
+ - test/test_textdomain_bind.rb
789
+ - test/test_textdomain_multi.rb
790
+ - test/test_textdomain_toplevel.rb
791
+ - test/test_thread.rb
792
+ - test/testlib/erb.rhtml
793
+ - test/testlib/erb.rxml
794
+ - test/testlib/gettext.rb
795
+ - test/testlib/gladeparser.glade
796
+ - test/testlib/helper.rb
797
+ - test/testlib/multi_textdomain.rb
798
+ - test/testlib/N_.rb
799
+ - test/testlib/ngettext.rb
800
+ - test/testlib/npgettext.rb
801
+ - test/testlib/nsgettext.rb
802
+ - test/testlib/pgettext.rb
803
+ - test/testlib/sgettext.rb
804
+ - test/testlib/simple.rb
805
+ - test/tools/files/app.pot
806
+ - test/tools/files/de/app.po
807
+ - test/tools/files/en/app.po
808
+ - test/tools/files/en/test.po
809
+ - test/tools/files/simple_1.po
810
+ - test/tools/files/simple_2.po
811
+ - test/tools/files/simple_translation.rb
812
+ - test/tools/files/version.po
813
+ - test/tools/test.pot
814
+ - test/tools/test_tools.rb
815
+ - test.rb
454
816
  has_rdoc: true
455
817
  homepage: http://gettext.rubyforge.org/
456
818
  licenses: []