gettext 3.4.2 → 3.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1066) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/Rakefile +13 -4
  4. data/doc/text/news.md +117 -0
  5. data/gettext.gemspec +6 -1
  6. data/lib/gettext/po_entry.rb +31 -21
  7. data/lib/gettext/po_parser.rb +65 -59
  8. data/lib/gettext/tools/msgcat.rb +9 -2
  9. data/lib/gettext/tools/msginit.rb +15 -2
  10. data/lib/gettext/tools/msgmerge.rb +11 -6
  11. data/lib/gettext/tools/parser/erb.rb +1 -1
  12. data/lib/gettext/tools/parser/erubi.rb +88 -0
  13. data/lib/gettext/tools/parser/ruby.rb +13 -13
  14. data/lib/gettext/tools/task.rb +3 -5
  15. data/lib/gettext/tools/xgettext.rb +15 -4
  16. data/lib/gettext/version.rb +3 -3
  17. data/locale/ja/LC_MESSAGES/gettext.mo +0 -0
  18. data/po/bg/gettext.edit.po +78 -73
  19. data/po/bg/gettext.po +6 -0
  20. data/po/bs/gettext.edit.po +78 -73
  21. data/po/bs/gettext.po +6 -0
  22. data/po/ca/gettext.edit.po +78 -73
  23. data/po/ca/gettext.po +6 -0
  24. data/po/cs/gettext.edit.po +78 -73
  25. data/po/cs/gettext.po +6 -0
  26. data/po/de/gettext.edit.po +78 -73
  27. data/po/de/gettext.po +6 -0
  28. data/po/el/gettext.edit.po +78 -73
  29. data/po/el/gettext.po +6 -0
  30. data/po/eo/gettext.edit.po +78 -73
  31. data/po/eo/gettext.po +6 -0
  32. data/po/es/gettext.edit.po +78 -73
  33. data/po/es/gettext.po +6 -0
  34. data/po/et/gettext.edit.po +78 -73
  35. data/po/et/gettext.po +6 -0
  36. data/po/fr/gettext.edit.po +78 -73
  37. data/po/fr/gettext.po +6 -0
  38. data/po/gettext.pot +90 -81
  39. data/po/hr/gettext.edit.po +78 -73
  40. data/po/hr/gettext.po +6 -0
  41. data/po/hu/gettext.edit.po +78 -73
  42. data/po/hu/gettext.po +6 -0
  43. data/po/it/gettext.edit.po +78 -73
  44. data/po/it/gettext.po +6 -0
  45. data/po/ja/gettext.edit.po +79 -74
  46. data/po/ja/gettext.po +7 -1
  47. data/po/ko/gettext.edit.po +78 -73
  48. data/po/ko/gettext.po +6 -0
  49. data/po/lv/gettext.edit.po +78 -73
  50. data/po/lv/gettext.po +6 -0
  51. data/po/nb/gettext.edit.po +78 -73
  52. data/po/nb/gettext.po +6 -0
  53. data/po/nl/gettext.edit.po +78 -73
  54. data/po/nl/gettext.po +6 -0
  55. data/po/pt_BR/gettext.edit.po +78 -73
  56. data/po/pt_BR/gettext.po +6 -0
  57. data/po/ru/gettext.edit.po +78 -73
  58. data/po/ru/gettext.po +6 -0
  59. data/po/sr/gettext.edit.po +78 -73
  60. data/po/sr/gettext.po +6 -0
  61. data/po/sv/gettext.edit.po +78 -70
  62. data/po/sv/gettext.po +6 -0
  63. data/po/uk/gettext.edit.po +78 -73
  64. data/po/uk/gettext.po +6 -0
  65. data/po/vi/gettext.edit.po +78 -73
  66. data/po/vi/gettext.po +6 -0
  67. data/po/zh/gettext.edit.po +78 -73
  68. data/po/zh/gettext.po +6 -0
  69. data/po/zh_TW/gettext.edit.po +78 -73
  70. data/po/zh_TW/gettext.po +6 -0
  71. data/samples/po/bg/hello_gtk_builder.po +12 -0
  72. data/samples/po/bs/hello_gtk_builder.po +12 -0
  73. data/samples/po/ca/hello_gtk_builder.po +12 -0
  74. data/samples/po/cs/hello_gtk_builder.po +12 -0
  75. data/samples/po/de/hello_gtk_builder.po +12 -0
  76. data/samples/po/el/hello_gtk_builder.po +12 -0
  77. data/samples/po/eo/hello_gtk_builder.po +12 -0
  78. data/samples/po/es/hello_gtk_builder.po +12 -0
  79. data/samples/po/fr/hello_gtk_builder.po +12 -0
  80. data/samples/po/hr/hello_gtk_builder.po +12 -0
  81. data/samples/po/hu/hello_gtk_builder.po +12 -0
  82. data/samples/po/it/hello_gtk_builder.po +12 -0
  83. data/samples/po/ja/hello_gtk_builder.po +12 -0
  84. data/samples/po/ko/hello_gtk_builder.po +12 -0
  85. data/samples/po/lv/hello_gtk_builder.po +12 -0
  86. data/samples/po/nb/hello_gtk_builder.po +12 -0
  87. data/samples/po/nl/hello_gtk_builder.po +12 -0
  88. data/samples/po/pt_BR/hello_gtk_builder.po +12 -0
  89. data/samples/po/ru/hello_gtk_builder.po +12 -0
  90. data/samples/po/sr/hello_gtk_builder.po +12 -0
  91. data/samples/po/sv/hello_gtk_builder.po +12 -0
  92. data/samples/po/uk/hello_gtk_builder.po +12 -0
  93. data/samples/po/vi/hello_gtk_builder.po +12 -0
  94. data/samples/po/zh/hello_gtk_builder.po +12 -0
  95. data/samples/po/zh_TW/hello_gtk_builder.po +12 -0
  96. data/src/po_parser.ry +48 -42
  97. data/test/fixtures/erb/case.rhtml +16 -0
  98. data/test/po/ja/_.po +15 -0
  99. data/test/test_parser.rb +62 -0
  100. data/test/test_po_entry.rb +20 -4
  101. data/test/test_po_parser.rb +44 -1
  102. data/test/tools/test_msgcat.rb +21 -1
  103. data/test/tools/test_msginit.rb +69 -13
  104. data/test/tools/test_msgmerge.rb +41 -3
  105. data/test/tools/test_xgettext.rb +100 -3
  106. metadata +30 -975
  107. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo +0 -0
  108. data/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo +0 -0
  109. data/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo +0 -0
  110. data/samples/cgi/locale/bg/LC_MESSAGES/main.mo +0 -0
  111. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo +0 -0
  112. data/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo +0 -0
  113. data/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo +0 -0
  114. data/samples/cgi/locale/bs/LC_MESSAGES/main.mo +0 -0
  115. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo +0 -0
  116. data/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo +0 -0
  117. data/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo +0 -0
  118. data/samples/cgi/locale/ca/LC_MESSAGES/main.mo +0 -0
  119. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo +0 -0
  120. data/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo +0 -0
  121. data/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo +0 -0
  122. data/samples/cgi/locale/cs/LC_MESSAGES/main.mo +0 -0
  123. data/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo +0 -0
  124. data/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo +0 -0
  125. data/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo +0 -0
  126. data/samples/cgi/locale/de/LC_MESSAGES/main.mo +0 -0
  127. data/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo +0 -0
  128. data/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo +0 -0
  129. data/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo +0 -0
  130. data/samples/cgi/locale/el/LC_MESSAGES/main.mo +0 -0
  131. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo +0 -0
  132. data/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo +0 -0
  133. data/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo +0 -0
  134. data/samples/cgi/locale/eo/LC_MESSAGES/main.mo +0 -0
  135. data/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo +0 -0
  136. data/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo +0 -0
  137. data/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo +0 -0
  138. data/samples/cgi/locale/es/LC_MESSAGES/main.mo +0 -0
  139. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo +0 -0
  140. data/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo +0 -0
  141. data/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo +0 -0
  142. data/samples/cgi/locale/fr/LC_MESSAGES/main.mo +0 -0
  143. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo +0 -0
  144. data/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo +0 -0
  145. data/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo +0 -0
  146. data/samples/cgi/locale/hr/LC_MESSAGES/main.mo +0 -0
  147. data/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo +0 -0
  148. data/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo +0 -0
  149. data/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo +0 -0
  150. data/samples/cgi/locale/hu/LC_MESSAGES/main.mo +0 -0
  151. data/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo +0 -0
  152. data/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo +0 -0
  153. data/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo +0 -0
  154. data/samples/cgi/locale/it/LC_MESSAGES/main.mo +0 -0
  155. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo +0 -0
  156. data/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo +0 -0
  157. data/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo +0 -0
  158. data/samples/cgi/locale/ja/LC_MESSAGES/main.mo +0 -0
  159. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo +0 -0
  160. data/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo +0 -0
  161. data/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo +0 -0
  162. data/samples/cgi/locale/ko/LC_MESSAGES/main.mo +0 -0
  163. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo +0 -0
  164. data/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo +0 -0
  165. data/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo +0 -0
  166. data/samples/cgi/locale/lv/LC_MESSAGES/main.mo +0 -0
  167. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo +0 -0
  168. data/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo +0 -0
  169. data/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo +0 -0
  170. data/samples/cgi/locale/nb/LC_MESSAGES/main.mo +0 -0
  171. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo +0 -0
  172. data/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo +0 -0
  173. data/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo +0 -0
  174. data/samples/cgi/locale/nl/LC_MESSAGES/main.mo +0 -0
  175. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo +0 -0
  176. data/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo +0 -0
  177. data/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo +0 -0
  178. data/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo +0 -0
  179. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo +0 -0
  180. data/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo +0 -0
  181. data/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo +0 -0
  182. data/samples/cgi/locale/ru/LC_MESSAGES/main.mo +0 -0
  183. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo +0 -0
  184. data/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo +0 -0
  185. data/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo +0 -0
  186. data/samples/cgi/locale/sr/LC_MESSAGES/main.mo +0 -0
  187. data/samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo +0 -0
  188. data/samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo +0 -0
  189. data/samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo +0 -0
  190. data/samples/cgi/locale/uk/LC_MESSAGES/main.mo +0 -0
  191. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo +0 -0
  192. data/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo +0 -0
  193. data/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo +0 -0
  194. data/samples/cgi/locale/vi/LC_MESSAGES/main.mo +0 -0
  195. data/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo +0 -0
  196. data/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo +0 -0
  197. data/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo +0 -0
  198. data/samples/cgi/locale/zh/LC_MESSAGES/main.mo +0 -0
  199. data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo +0 -0
  200. data/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo +0 -0
  201. data/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo +0 -0
  202. data/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo +0 -0
  203. data/samples/cgi/po/bg/helloerb1.edit.po +0 -22
  204. data/samples/cgi/po/bg/helloerb1.po.time_stamp +0 -0
  205. data/samples/cgi/po/bg/helloerb2.edit.po +0 -22
  206. data/samples/cgi/po/bg/helloerb2.po.time_stamp +0 -0
  207. data/samples/cgi/po/bg/hellolib.edit.po +0 -22
  208. data/samples/cgi/po/bg/hellolib.po.time_stamp +0 -0
  209. data/samples/cgi/po/bg/main.edit.po +0 -74
  210. data/samples/cgi/po/bg/main.po.time_stamp +0 -0
  211. data/samples/cgi/po/bs/helloerb1.edit.po +0 -22
  212. data/samples/cgi/po/bs/helloerb1.po.time_stamp +0 -0
  213. data/samples/cgi/po/bs/helloerb2.edit.po +0 -22
  214. data/samples/cgi/po/bs/helloerb2.po.time_stamp +0 -0
  215. data/samples/cgi/po/bs/hellolib.edit.po +0 -22
  216. data/samples/cgi/po/bs/hellolib.po.time_stamp +0 -0
  217. data/samples/cgi/po/bs/main.edit.po +0 -74
  218. data/samples/cgi/po/bs/main.po.time_stamp +0 -0
  219. data/samples/cgi/po/ca/helloerb1.edit.po +0 -22
  220. data/samples/cgi/po/ca/helloerb1.po.time_stamp +0 -0
  221. data/samples/cgi/po/ca/helloerb2.edit.po +0 -22
  222. data/samples/cgi/po/ca/helloerb2.po.time_stamp +0 -0
  223. data/samples/cgi/po/ca/hellolib.edit.po +0 -22
  224. data/samples/cgi/po/ca/hellolib.po.time_stamp +0 -0
  225. data/samples/cgi/po/ca/main.edit.po +0 -74
  226. data/samples/cgi/po/ca/main.po.time_stamp +0 -0
  227. data/samples/cgi/po/cs/helloerb1.edit.po +0 -24
  228. data/samples/cgi/po/cs/helloerb1.po.time_stamp +0 -0
  229. data/samples/cgi/po/cs/helloerb2.edit.po +0 -23
  230. data/samples/cgi/po/cs/helloerb2.po.time_stamp +0 -0
  231. data/samples/cgi/po/cs/hellolib.edit.po +0 -24
  232. data/samples/cgi/po/cs/hellolib.po.time_stamp +0 -0
  233. data/samples/cgi/po/cs/main.edit.po +0 -76
  234. data/samples/cgi/po/cs/main.po.time_stamp +0 -0
  235. data/samples/cgi/po/de/helloerb1.edit.po +0 -22
  236. data/samples/cgi/po/de/helloerb1.po.time_stamp +0 -0
  237. data/samples/cgi/po/de/helloerb2.edit.po +0 -22
  238. data/samples/cgi/po/de/helloerb2.po.time_stamp +0 -0
  239. data/samples/cgi/po/de/hellolib.edit.po +0 -22
  240. data/samples/cgi/po/de/hellolib.po.time_stamp +0 -0
  241. data/samples/cgi/po/de/main.edit.po +0 -74
  242. data/samples/cgi/po/de/main.po.time_stamp +0 -0
  243. data/samples/cgi/po/el/helloerb1.edit.po +0 -22
  244. data/samples/cgi/po/el/helloerb1.po.time_stamp +0 -0
  245. data/samples/cgi/po/el/helloerb2.edit.po +0 -22
  246. data/samples/cgi/po/el/helloerb2.po.time_stamp +0 -0
  247. data/samples/cgi/po/el/hellolib.edit.po +0 -22
  248. data/samples/cgi/po/el/hellolib.po.time_stamp +0 -0
  249. data/samples/cgi/po/el/main.edit.po +0 -74
  250. data/samples/cgi/po/el/main.po.time_stamp +0 -0
  251. data/samples/cgi/po/eo/helloerb1.edit.po +0 -22
  252. data/samples/cgi/po/eo/helloerb1.po.time_stamp +0 -0
  253. data/samples/cgi/po/eo/helloerb2.edit.po +0 -22
  254. data/samples/cgi/po/eo/helloerb2.po.time_stamp +0 -0
  255. data/samples/cgi/po/eo/hellolib.edit.po +0 -22
  256. data/samples/cgi/po/eo/hellolib.po.time_stamp +0 -0
  257. data/samples/cgi/po/eo/main.edit.po +0 -74
  258. data/samples/cgi/po/eo/main.po.time_stamp +0 -0
  259. data/samples/cgi/po/es/helloerb1.edit.po +0 -21
  260. data/samples/cgi/po/es/helloerb1.po.time_stamp +0 -0
  261. data/samples/cgi/po/es/helloerb2.edit.po +0 -20
  262. data/samples/cgi/po/es/helloerb2.po.time_stamp +0 -0
  263. data/samples/cgi/po/es/hellolib.edit.po +0 -20
  264. data/samples/cgi/po/es/hellolib.po.time_stamp +0 -0
  265. data/samples/cgi/po/es/main.edit.po +0 -72
  266. data/samples/cgi/po/es/main.po.time_stamp +0 -0
  267. data/samples/cgi/po/fr/helloerb1.edit.po +0 -22
  268. data/samples/cgi/po/fr/helloerb1.po.time_stamp +0 -0
  269. data/samples/cgi/po/fr/helloerb2.edit.po +0 -22
  270. data/samples/cgi/po/fr/helloerb2.po.time_stamp +0 -0
  271. data/samples/cgi/po/fr/hellolib.edit.po +0 -21
  272. data/samples/cgi/po/fr/hellolib.po.time_stamp +0 -0
  273. data/samples/cgi/po/fr/main.edit.po +0 -74
  274. data/samples/cgi/po/fr/main.po.time_stamp +0 -0
  275. data/samples/cgi/po/helloerb1.pot +0 -23
  276. data/samples/cgi/po/helloerb2.pot +0 -23
  277. data/samples/cgi/po/hellolib.pot +0 -23
  278. data/samples/cgi/po/hr/helloerb1.edit.po +0 -22
  279. data/samples/cgi/po/hr/helloerb1.po.time_stamp +0 -0
  280. data/samples/cgi/po/hr/helloerb2.edit.po +0 -22
  281. data/samples/cgi/po/hr/helloerb2.po.time_stamp +0 -0
  282. data/samples/cgi/po/hr/hellolib.edit.po +0 -22
  283. data/samples/cgi/po/hr/hellolib.po.time_stamp +0 -0
  284. data/samples/cgi/po/hr/main.edit.po +0 -74
  285. data/samples/cgi/po/hr/main.po.time_stamp +0 -0
  286. data/samples/cgi/po/hu/helloerb1.edit.po +0 -22
  287. data/samples/cgi/po/hu/helloerb1.po.time_stamp +0 -0
  288. data/samples/cgi/po/hu/helloerb2.edit.po +0 -22
  289. data/samples/cgi/po/hu/helloerb2.po.time_stamp +0 -0
  290. data/samples/cgi/po/hu/hellolib.edit.po +0 -22
  291. data/samples/cgi/po/hu/hellolib.po.time_stamp +0 -0
  292. data/samples/cgi/po/hu/main.edit.po +0 -74
  293. data/samples/cgi/po/hu/main.po.time_stamp +0 -0
  294. data/samples/cgi/po/it/helloerb1.edit.po +0 -22
  295. data/samples/cgi/po/it/helloerb1.po.time_stamp +0 -0
  296. data/samples/cgi/po/it/helloerb2.edit.po +0 -22
  297. data/samples/cgi/po/it/helloerb2.po.time_stamp +0 -0
  298. data/samples/cgi/po/it/hellolib.edit.po +0 -22
  299. data/samples/cgi/po/it/hellolib.po.time_stamp +0 -0
  300. data/samples/cgi/po/it/main.edit.po +0 -74
  301. data/samples/cgi/po/it/main.po.time_stamp +0 -0
  302. data/samples/cgi/po/ja/helloerb1.edit.po +0 -22
  303. data/samples/cgi/po/ja/helloerb1.po.time_stamp +0 -0
  304. data/samples/cgi/po/ja/helloerb2.edit.po +0 -22
  305. data/samples/cgi/po/ja/helloerb2.po.time_stamp +0 -0
  306. data/samples/cgi/po/ja/hellolib.edit.po +0 -22
  307. data/samples/cgi/po/ja/hellolib.po.time_stamp +0 -0
  308. data/samples/cgi/po/ja/main.edit.po +0 -74
  309. data/samples/cgi/po/ja/main.po.time_stamp +0 -0
  310. data/samples/cgi/po/ko/helloerb1.edit.po +0 -22
  311. data/samples/cgi/po/ko/helloerb1.po.time_stamp +0 -0
  312. data/samples/cgi/po/ko/helloerb2.edit.po +0 -22
  313. data/samples/cgi/po/ko/helloerb2.po.time_stamp +0 -0
  314. data/samples/cgi/po/ko/hellolib.edit.po +0 -22
  315. data/samples/cgi/po/ko/hellolib.po.time_stamp +0 -0
  316. data/samples/cgi/po/ko/main.edit.po +0 -74
  317. data/samples/cgi/po/ko/main.po.time_stamp +0 -0
  318. data/samples/cgi/po/lv/helloerb1.edit.po +0 -22
  319. data/samples/cgi/po/lv/helloerb1.po.time_stamp +0 -0
  320. data/samples/cgi/po/lv/helloerb2.edit.po +0 -22
  321. data/samples/cgi/po/lv/helloerb2.po.time_stamp +0 -0
  322. data/samples/cgi/po/lv/hellolib.edit.po +0 -22
  323. data/samples/cgi/po/lv/hellolib.po.time_stamp +0 -0
  324. data/samples/cgi/po/lv/main.edit.po +0 -74
  325. data/samples/cgi/po/lv/main.po.time_stamp +0 -0
  326. data/samples/cgi/po/main.pot +0 -79
  327. data/samples/cgi/po/nb/helloerb1.edit.po +0 -22
  328. data/samples/cgi/po/nb/helloerb1.po.time_stamp +0 -0
  329. data/samples/cgi/po/nb/helloerb2.edit.po +0 -22
  330. data/samples/cgi/po/nb/helloerb2.po.time_stamp +0 -0
  331. data/samples/cgi/po/nb/hellolib.edit.po +0 -22
  332. data/samples/cgi/po/nb/hellolib.po.time_stamp +0 -0
  333. data/samples/cgi/po/nb/main.edit.po +0 -74
  334. data/samples/cgi/po/nb/main.po.time_stamp +0 -0
  335. data/samples/cgi/po/nl/helloerb1.edit.po +0 -22
  336. data/samples/cgi/po/nl/helloerb1.po.time_stamp +0 -0
  337. data/samples/cgi/po/nl/helloerb2.edit.po +0 -22
  338. data/samples/cgi/po/nl/helloerb2.po.time_stamp +0 -0
  339. data/samples/cgi/po/nl/hellolib.edit.po +0 -22
  340. data/samples/cgi/po/nl/hellolib.po.time_stamp +0 -0
  341. data/samples/cgi/po/nl/main.edit.po +0 -74
  342. data/samples/cgi/po/nl/main.po.time_stamp +0 -0
  343. data/samples/cgi/po/pt_BR/helloerb1.edit.po +0 -22
  344. data/samples/cgi/po/pt_BR/helloerb1.po.time_stamp +0 -0
  345. data/samples/cgi/po/pt_BR/helloerb2.edit.po +0 -22
  346. data/samples/cgi/po/pt_BR/helloerb2.po.time_stamp +0 -0
  347. data/samples/cgi/po/pt_BR/hellolib.edit.po +0 -22
  348. data/samples/cgi/po/pt_BR/hellolib.po.time_stamp +0 -0
  349. data/samples/cgi/po/pt_BR/main.edit.po +0 -74
  350. data/samples/cgi/po/pt_BR/main.po.time_stamp +0 -0
  351. data/samples/cgi/po/ru/helloerb1.edit.po +0 -20
  352. data/samples/cgi/po/ru/helloerb1.po.time_stamp +0 -0
  353. data/samples/cgi/po/ru/helloerb2.edit.po +0 -20
  354. data/samples/cgi/po/ru/helloerb2.po.time_stamp +0 -0
  355. data/samples/cgi/po/ru/hellolib.edit.po +0 -20
  356. data/samples/cgi/po/ru/hellolib.po.time_stamp +0 -0
  357. data/samples/cgi/po/ru/main.edit.po +0 -72
  358. data/samples/cgi/po/ru/main.po.time_stamp +0 -0
  359. data/samples/cgi/po/sr/helloerb1.edit.po +0 -23
  360. data/samples/cgi/po/sr/helloerb1.po.time_stamp +0 -0
  361. data/samples/cgi/po/sr/helloerb2.edit.po +0 -23
  362. data/samples/cgi/po/sr/helloerb2.po.time_stamp +0 -0
  363. data/samples/cgi/po/sr/hellolib.edit.po +0 -23
  364. data/samples/cgi/po/sr/hellolib.po.time_stamp +0 -0
  365. data/samples/cgi/po/sr/main.edit.po +0 -75
  366. data/samples/cgi/po/sr/main.po.time_stamp +0 -0
  367. data/samples/cgi/po/uk/helloerb1.edit.po +0 -25
  368. data/samples/cgi/po/uk/helloerb1.po.time_stamp +0 -0
  369. data/samples/cgi/po/uk/helloerb2.edit.po +0 -25
  370. data/samples/cgi/po/uk/helloerb2.po.time_stamp +0 -0
  371. data/samples/cgi/po/uk/hellolib.edit.po +0 -25
  372. data/samples/cgi/po/uk/hellolib.po.time_stamp +0 -0
  373. data/samples/cgi/po/uk/main.edit.po +0 -77
  374. data/samples/cgi/po/uk/main.po.time_stamp +0 -0
  375. data/samples/cgi/po/vi/helloerb1.edit.po +0 -22
  376. data/samples/cgi/po/vi/helloerb1.po.time_stamp +0 -0
  377. data/samples/cgi/po/vi/helloerb2.edit.po +0 -22
  378. data/samples/cgi/po/vi/helloerb2.po.time_stamp +0 -0
  379. data/samples/cgi/po/vi/hellolib.edit.po +0 -22
  380. data/samples/cgi/po/vi/hellolib.po.time_stamp +0 -0
  381. data/samples/cgi/po/vi/main.edit.po +0 -74
  382. data/samples/cgi/po/vi/main.po.time_stamp +0 -0
  383. data/samples/cgi/po/zh/helloerb1.edit.po +0 -23
  384. data/samples/cgi/po/zh/helloerb1.po.time_stamp +0 -0
  385. data/samples/cgi/po/zh/helloerb2.edit.po +0 -23
  386. data/samples/cgi/po/zh/helloerb2.po.time_stamp +0 -0
  387. data/samples/cgi/po/zh/hellolib.edit.po +0 -23
  388. data/samples/cgi/po/zh/hellolib.po.time_stamp +0 -0
  389. data/samples/cgi/po/zh/main.edit.po +0 -75
  390. data/samples/cgi/po/zh/main.po.time_stamp +0 -0
  391. data/samples/cgi/po/zh_TW/helloerb1.edit.po +0 -24
  392. data/samples/cgi/po/zh_TW/helloerb1.po.time_stamp +0 -0
  393. data/samples/cgi/po/zh_TW/helloerb2.edit.po +0 -24
  394. data/samples/cgi/po/zh_TW/helloerb2.po.time_stamp +0 -0
  395. data/samples/cgi/po/zh_TW/hellolib.edit.po +0 -24
  396. data/samples/cgi/po/zh_TW/hellolib.po.time_stamp +0 -0
  397. data/samples/cgi/po/zh_TW/main.edit.po +0 -76
  398. data/samples/cgi/po/zh_TW/main.po.time_stamp +0 -0
  399. data/samples/locale/bg/LC_MESSAGES/hello.mo +0 -0
  400. data/samples/locale/bg/LC_MESSAGES/hello2.mo +0 -0
  401. data/samples/locale/bg/LC_MESSAGES/hello_glade2.mo +0 -0
  402. data/samples/locale/bg/LC_MESSAGES/hello_gtk2.mo +0 -0
  403. data/samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  404. data/samples/locale/bg/LC_MESSAGES/hello_noop.mo +0 -0
  405. data/samples/locale/bg/LC_MESSAGES/hello_plural.mo +0 -0
  406. data/samples/locale/bg/LC_MESSAGES/hello_tk.mo +0 -0
  407. data/samples/locale/bs/LC_MESSAGES/hello.mo +0 -0
  408. data/samples/locale/bs/LC_MESSAGES/hello2.mo +0 -0
  409. data/samples/locale/bs/LC_MESSAGES/hello_glade2.mo +0 -0
  410. data/samples/locale/bs/LC_MESSAGES/hello_gtk2.mo +0 -0
  411. data/samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  412. data/samples/locale/bs/LC_MESSAGES/hello_noop.mo +0 -0
  413. data/samples/locale/bs/LC_MESSAGES/hello_plural.mo +0 -0
  414. data/samples/locale/bs/LC_MESSAGES/hello_tk.mo +0 -0
  415. data/samples/locale/ca/LC_MESSAGES/hello.mo +0 -0
  416. data/samples/locale/ca/LC_MESSAGES/hello2.mo +0 -0
  417. data/samples/locale/ca/LC_MESSAGES/hello_glade2.mo +0 -0
  418. data/samples/locale/ca/LC_MESSAGES/hello_gtk2.mo +0 -0
  419. data/samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  420. data/samples/locale/ca/LC_MESSAGES/hello_noop.mo +0 -0
  421. data/samples/locale/ca/LC_MESSAGES/hello_plural.mo +0 -0
  422. data/samples/locale/ca/LC_MESSAGES/hello_tk.mo +0 -0
  423. data/samples/locale/cs/LC_MESSAGES/hello.mo +0 -0
  424. data/samples/locale/cs/LC_MESSAGES/hello2.mo +0 -0
  425. data/samples/locale/cs/LC_MESSAGES/hello_glade2.mo +0 -0
  426. data/samples/locale/cs/LC_MESSAGES/hello_gtk2.mo +0 -0
  427. data/samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  428. data/samples/locale/cs/LC_MESSAGES/hello_noop.mo +0 -0
  429. data/samples/locale/cs/LC_MESSAGES/hello_plural.mo +0 -0
  430. data/samples/locale/cs/LC_MESSAGES/hello_tk.mo +0 -0
  431. data/samples/locale/de/LC_MESSAGES/hello.mo +0 -0
  432. data/samples/locale/de/LC_MESSAGES/hello2.mo +0 -0
  433. data/samples/locale/de/LC_MESSAGES/hello_glade2.mo +0 -0
  434. data/samples/locale/de/LC_MESSAGES/hello_gtk2.mo +0 -0
  435. data/samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  436. data/samples/locale/de/LC_MESSAGES/hello_noop.mo +0 -0
  437. data/samples/locale/de/LC_MESSAGES/hello_plural.mo +0 -0
  438. data/samples/locale/de/LC_MESSAGES/hello_tk.mo +0 -0
  439. data/samples/locale/el/LC_MESSAGES/hello.mo +0 -0
  440. data/samples/locale/el/LC_MESSAGES/hello2.mo +0 -0
  441. data/samples/locale/el/LC_MESSAGES/hello_glade2.mo +0 -0
  442. data/samples/locale/el/LC_MESSAGES/hello_gtk2.mo +0 -0
  443. data/samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  444. data/samples/locale/el/LC_MESSAGES/hello_noop.mo +0 -0
  445. data/samples/locale/el/LC_MESSAGES/hello_plural.mo +0 -0
  446. data/samples/locale/el/LC_MESSAGES/hello_tk.mo +0 -0
  447. data/samples/locale/eo/LC_MESSAGES/hello.mo +0 -0
  448. data/samples/locale/eo/LC_MESSAGES/hello2.mo +0 -0
  449. data/samples/locale/eo/LC_MESSAGES/hello_glade2.mo +0 -0
  450. data/samples/locale/eo/LC_MESSAGES/hello_gtk2.mo +0 -0
  451. data/samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  452. data/samples/locale/eo/LC_MESSAGES/hello_noop.mo +0 -0
  453. data/samples/locale/eo/LC_MESSAGES/hello_plural.mo +0 -0
  454. data/samples/locale/eo/LC_MESSAGES/hello_tk.mo +0 -0
  455. data/samples/locale/es/LC_MESSAGES/hello.mo +0 -0
  456. data/samples/locale/es/LC_MESSAGES/hello2.mo +0 -0
  457. data/samples/locale/es/LC_MESSAGES/hello_glade2.mo +0 -0
  458. data/samples/locale/es/LC_MESSAGES/hello_gtk2.mo +0 -0
  459. data/samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  460. data/samples/locale/es/LC_MESSAGES/hello_noop.mo +0 -0
  461. data/samples/locale/es/LC_MESSAGES/hello_plural.mo +0 -0
  462. data/samples/locale/es/LC_MESSAGES/hello_tk.mo +0 -0
  463. data/samples/locale/fr/LC_MESSAGES/hello.mo +0 -0
  464. data/samples/locale/fr/LC_MESSAGES/hello2.mo +0 -0
  465. data/samples/locale/fr/LC_MESSAGES/hello_glade2.mo +0 -0
  466. data/samples/locale/fr/LC_MESSAGES/hello_gtk2.mo +0 -0
  467. data/samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  468. data/samples/locale/fr/LC_MESSAGES/hello_noop.mo +0 -0
  469. data/samples/locale/fr/LC_MESSAGES/hello_plural.mo +0 -0
  470. data/samples/locale/fr/LC_MESSAGES/hello_tk.mo +0 -0
  471. data/samples/locale/hr/LC_MESSAGES/hello.mo +0 -0
  472. data/samples/locale/hr/LC_MESSAGES/hello2.mo +0 -0
  473. data/samples/locale/hr/LC_MESSAGES/hello_glade2.mo +0 -0
  474. data/samples/locale/hr/LC_MESSAGES/hello_gtk2.mo +0 -0
  475. data/samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  476. data/samples/locale/hr/LC_MESSAGES/hello_noop.mo +0 -0
  477. data/samples/locale/hr/LC_MESSAGES/hello_plural.mo +0 -0
  478. data/samples/locale/hr/LC_MESSAGES/hello_tk.mo +0 -0
  479. data/samples/locale/hu/LC_MESSAGES/hello.mo +0 -0
  480. data/samples/locale/hu/LC_MESSAGES/hello2.mo +0 -0
  481. data/samples/locale/hu/LC_MESSAGES/hello_glade2.mo +0 -0
  482. data/samples/locale/hu/LC_MESSAGES/hello_gtk2.mo +0 -0
  483. data/samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  484. data/samples/locale/hu/LC_MESSAGES/hello_noop.mo +0 -0
  485. data/samples/locale/hu/LC_MESSAGES/hello_plural.mo +0 -0
  486. data/samples/locale/hu/LC_MESSAGES/hello_tk.mo +0 -0
  487. data/samples/locale/it/LC_MESSAGES/hello.mo +0 -0
  488. data/samples/locale/it/LC_MESSAGES/hello2.mo +0 -0
  489. data/samples/locale/it/LC_MESSAGES/hello_glade2.mo +0 -0
  490. data/samples/locale/it/LC_MESSAGES/hello_gtk2.mo +0 -0
  491. data/samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  492. data/samples/locale/it/LC_MESSAGES/hello_noop.mo +0 -0
  493. data/samples/locale/it/LC_MESSAGES/hello_plural.mo +0 -0
  494. data/samples/locale/it/LC_MESSAGES/hello_tk.mo +0 -0
  495. data/samples/locale/ja/LC_MESSAGES/hello.mo +0 -0
  496. data/samples/locale/ja/LC_MESSAGES/hello2.mo +0 -0
  497. data/samples/locale/ja/LC_MESSAGES/hello_glade2.mo +0 -0
  498. data/samples/locale/ja/LC_MESSAGES/hello_gtk2.mo +0 -0
  499. data/samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  500. data/samples/locale/ja/LC_MESSAGES/hello_noop.mo +0 -0
  501. data/samples/locale/ja/LC_MESSAGES/hello_plural.mo +0 -0
  502. data/samples/locale/ja/LC_MESSAGES/hello_tk.mo +0 -0
  503. data/samples/locale/ko/LC_MESSAGES/hello.mo +0 -0
  504. data/samples/locale/ko/LC_MESSAGES/hello2.mo +0 -0
  505. data/samples/locale/ko/LC_MESSAGES/hello_glade2.mo +0 -0
  506. data/samples/locale/ko/LC_MESSAGES/hello_gtk2.mo +0 -0
  507. data/samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  508. data/samples/locale/ko/LC_MESSAGES/hello_noop.mo +0 -0
  509. data/samples/locale/ko/LC_MESSAGES/hello_plural.mo +0 -0
  510. data/samples/locale/ko/LC_MESSAGES/hello_tk.mo +0 -0
  511. data/samples/locale/lv/LC_MESSAGES/hello.mo +0 -0
  512. data/samples/locale/lv/LC_MESSAGES/hello2.mo +0 -0
  513. data/samples/locale/lv/LC_MESSAGES/hello_glade2.mo +0 -0
  514. data/samples/locale/lv/LC_MESSAGES/hello_gtk2.mo +0 -0
  515. data/samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  516. data/samples/locale/lv/LC_MESSAGES/hello_noop.mo +0 -0
  517. data/samples/locale/lv/LC_MESSAGES/hello_plural.mo +0 -0
  518. data/samples/locale/lv/LC_MESSAGES/hello_tk.mo +0 -0
  519. data/samples/locale/nb/LC_MESSAGES/hello.mo +0 -0
  520. data/samples/locale/nb/LC_MESSAGES/hello2.mo +0 -0
  521. data/samples/locale/nb/LC_MESSAGES/hello_glade2.mo +0 -0
  522. data/samples/locale/nb/LC_MESSAGES/hello_gtk2.mo +0 -0
  523. data/samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  524. data/samples/locale/nb/LC_MESSAGES/hello_noop.mo +0 -0
  525. data/samples/locale/nb/LC_MESSAGES/hello_plural.mo +0 -0
  526. data/samples/locale/nb/LC_MESSAGES/hello_tk.mo +0 -0
  527. data/samples/locale/nl/LC_MESSAGES/hello.mo +0 -0
  528. data/samples/locale/nl/LC_MESSAGES/hello2.mo +0 -0
  529. data/samples/locale/nl/LC_MESSAGES/hello_glade2.mo +0 -0
  530. data/samples/locale/nl/LC_MESSAGES/hello_gtk2.mo +0 -0
  531. data/samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  532. data/samples/locale/nl/LC_MESSAGES/hello_noop.mo +0 -0
  533. data/samples/locale/nl/LC_MESSAGES/hello_plural.mo +0 -0
  534. data/samples/locale/nl/LC_MESSAGES/hello_tk.mo +0 -0
  535. data/samples/locale/pt_BR/LC_MESSAGES/hello.mo +0 -0
  536. data/samples/locale/pt_BR/LC_MESSAGES/hello2.mo +0 -0
  537. data/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo +0 -0
  538. data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo +0 -0
  539. data/samples/locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  540. data/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo +0 -0
  541. data/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo +0 -0
  542. data/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo +0 -0
  543. data/samples/locale/ru/LC_MESSAGES/hello.mo +0 -0
  544. data/samples/locale/ru/LC_MESSAGES/hello2.mo +0 -0
  545. data/samples/locale/ru/LC_MESSAGES/hello_glade2.mo +0 -0
  546. data/samples/locale/ru/LC_MESSAGES/hello_gtk2.mo +0 -0
  547. data/samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  548. data/samples/locale/ru/LC_MESSAGES/hello_noop.mo +0 -0
  549. data/samples/locale/ru/LC_MESSAGES/hello_plural.mo +0 -0
  550. data/samples/locale/ru/LC_MESSAGES/hello_tk.mo +0 -0
  551. data/samples/locale/sr/LC_MESSAGES/hello.mo +0 -0
  552. data/samples/locale/sr/LC_MESSAGES/hello2.mo +0 -0
  553. data/samples/locale/sr/LC_MESSAGES/hello_glade2.mo +0 -0
  554. data/samples/locale/sr/LC_MESSAGES/hello_gtk2.mo +0 -0
  555. data/samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  556. data/samples/locale/sr/LC_MESSAGES/hello_noop.mo +0 -0
  557. data/samples/locale/sr/LC_MESSAGES/hello_plural.mo +0 -0
  558. data/samples/locale/sr/LC_MESSAGES/hello_tk.mo +0 -0
  559. data/samples/locale/sv/LC_MESSAGES/hello.mo +0 -0
  560. data/samples/locale/sv/LC_MESSAGES/hello2.mo +0 -0
  561. data/samples/locale/sv/LC_MESSAGES/hello_glade2.mo +0 -0
  562. data/samples/locale/sv/LC_MESSAGES/hello_gtk2.mo +0 -0
  563. data/samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  564. data/samples/locale/sv/LC_MESSAGES/hello_noop.mo +0 -0
  565. data/samples/locale/sv/LC_MESSAGES/hello_plural.mo +0 -0
  566. data/samples/locale/sv/LC_MESSAGES/hello_tk.mo +0 -0
  567. data/samples/locale/uk/LC_MESSAGES/hello.mo +0 -0
  568. data/samples/locale/uk/LC_MESSAGES/hello2.mo +0 -0
  569. data/samples/locale/uk/LC_MESSAGES/hello_glade2.mo +0 -0
  570. data/samples/locale/uk/LC_MESSAGES/hello_gtk2.mo +0 -0
  571. data/samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  572. data/samples/locale/uk/LC_MESSAGES/hello_noop.mo +0 -0
  573. data/samples/locale/uk/LC_MESSAGES/hello_plural.mo +0 -0
  574. data/samples/locale/uk/LC_MESSAGES/hello_tk.mo +0 -0
  575. data/samples/locale/vi/LC_MESSAGES/hello.mo +0 -0
  576. data/samples/locale/vi/LC_MESSAGES/hello2.mo +0 -0
  577. data/samples/locale/vi/LC_MESSAGES/hello_glade2.mo +0 -0
  578. data/samples/locale/vi/LC_MESSAGES/hello_gtk2.mo +0 -0
  579. data/samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  580. data/samples/locale/vi/LC_MESSAGES/hello_noop.mo +0 -0
  581. data/samples/locale/vi/LC_MESSAGES/hello_plural.mo +0 -0
  582. data/samples/locale/vi/LC_MESSAGES/hello_tk.mo +0 -0
  583. data/samples/locale/zh/LC_MESSAGES/hello.mo +0 -0
  584. data/samples/locale/zh/LC_MESSAGES/hello2.mo +0 -0
  585. data/samples/locale/zh/LC_MESSAGES/hello_glade2.mo +0 -0
  586. data/samples/locale/zh/LC_MESSAGES/hello_gtk2.mo +0 -0
  587. data/samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  588. data/samples/locale/zh/LC_MESSAGES/hello_noop.mo +0 -0
  589. data/samples/locale/zh/LC_MESSAGES/hello_plural.mo +0 -0
  590. data/samples/locale/zh/LC_MESSAGES/hello_tk.mo +0 -0
  591. data/samples/locale/zh_TW/LC_MESSAGES/hello.mo +0 -0
  592. data/samples/locale/zh_TW/LC_MESSAGES/hello2.mo +0 -0
  593. data/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo +0 -0
  594. data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo +0 -0
  595. data/samples/locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo +0 -0
  596. data/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo +0 -0
  597. data/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo +0 -0
  598. data/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo +0 -0
  599. data/samples/po/bg/hello.edit.po +0 -24
  600. data/samples/po/bg/hello.po.time_stamp +0 -0
  601. data/samples/po/bg/hello2.edit.po +0 -34
  602. data/samples/po/bg/hello2.po.time_stamp +0 -0
  603. data/samples/po/bg/hello_glade2.edit.po +0 -36
  604. data/samples/po/bg/hello_glade2.po.time_stamp +0 -0
  605. data/samples/po/bg/hello_gtk2.edit.po +0 -22
  606. data/samples/po/bg/hello_gtk2.po.time_stamp +0 -0
  607. data/samples/po/bg/hello_gtk_builder.edit.po +0 -18
  608. data/samples/po/bg/hello_gtk_builder.po.time_stamp +0 -0
  609. data/samples/po/bg/hello_noop.edit.po +0 -26
  610. data/samples/po/bg/hello_noop.po.time_stamp +0 -0
  611. data/samples/po/bg/hello_plural.edit.po +0 -28
  612. data/samples/po/bg/hello_plural.po.time_stamp +0 -0
  613. data/samples/po/bg/hello_tk.edit.po +0 -22
  614. data/samples/po/bg/hello_tk.po.time_stamp +0 -0
  615. data/samples/po/bs/hello.edit.po +0 -24
  616. data/samples/po/bs/hello.po.time_stamp +0 -0
  617. data/samples/po/bs/hello2.edit.po +0 -34
  618. data/samples/po/bs/hello2.po.time_stamp +0 -0
  619. data/samples/po/bs/hello_glade2.edit.po +0 -36
  620. data/samples/po/bs/hello_glade2.po.time_stamp +0 -0
  621. data/samples/po/bs/hello_gtk2.edit.po +0 -22
  622. data/samples/po/bs/hello_gtk2.po.time_stamp +0 -0
  623. data/samples/po/bs/hello_gtk_builder.edit.po +0 -19
  624. data/samples/po/bs/hello_gtk_builder.po.time_stamp +0 -0
  625. data/samples/po/bs/hello_noop.edit.po +0 -26
  626. data/samples/po/bs/hello_noop.po.time_stamp +0 -0
  627. data/samples/po/bs/hello_plural.edit.po +0 -30
  628. data/samples/po/bs/hello_plural.po.time_stamp +0 -0
  629. data/samples/po/bs/hello_tk.edit.po +0 -22
  630. data/samples/po/bs/hello_tk.po.time_stamp +0 -0
  631. data/samples/po/ca/hello.edit.po +0 -24
  632. data/samples/po/ca/hello.po.time_stamp +0 -0
  633. data/samples/po/ca/hello2.edit.po +0 -34
  634. data/samples/po/ca/hello2.po.time_stamp +0 -0
  635. data/samples/po/ca/hello_glade2.edit.po +0 -36
  636. data/samples/po/ca/hello_glade2.po.time_stamp +0 -0
  637. data/samples/po/ca/hello_gtk2.edit.po +0 -22
  638. data/samples/po/ca/hello_gtk2.po.time_stamp +0 -0
  639. data/samples/po/ca/hello_gtk_builder.edit.po +0 -18
  640. data/samples/po/ca/hello_gtk_builder.po.time_stamp +0 -0
  641. data/samples/po/ca/hello_noop.edit.po +0 -26
  642. data/samples/po/ca/hello_noop.po.time_stamp +0 -0
  643. data/samples/po/ca/hello_plural.edit.po +0 -28
  644. data/samples/po/ca/hello_plural.po.time_stamp +0 -0
  645. data/samples/po/ca/hello_tk.edit.po +0 -22
  646. data/samples/po/ca/hello_tk.po.time_stamp +0 -0
  647. data/samples/po/cs/hello.edit.po +0 -24
  648. data/samples/po/cs/hello.po.time_stamp +0 -0
  649. data/samples/po/cs/hello2.edit.po +0 -34
  650. data/samples/po/cs/hello2.po.time_stamp +0 -0
  651. data/samples/po/cs/hello_glade2.edit.po +0 -36
  652. data/samples/po/cs/hello_glade2.po.time_stamp +0 -0
  653. data/samples/po/cs/hello_gtk2.edit.po +0 -22
  654. data/samples/po/cs/hello_gtk2.po.time_stamp +0 -0
  655. data/samples/po/cs/hello_gtk_builder.edit.po +0 -18
  656. data/samples/po/cs/hello_gtk_builder.po.time_stamp +0 -0
  657. data/samples/po/cs/hello_noop.edit.po +0 -26
  658. data/samples/po/cs/hello_noop.po.time_stamp +0 -0
  659. data/samples/po/cs/hello_plural.edit.po +0 -30
  660. data/samples/po/cs/hello_plural.po.time_stamp +0 -0
  661. data/samples/po/cs/hello_tk.edit.po +0 -22
  662. data/samples/po/cs/hello_tk.po.time_stamp +0 -0
  663. data/samples/po/de/hello.edit.po +0 -20
  664. data/samples/po/de/hello.po.time_stamp +0 -0
  665. data/samples/po/de/hello2.edit.po +0 -30
  666. data/samples/po/de/hello2.po.time_stamp +0 -0
  667. data/samples/po/de/hello_glade2.edit.po +0 -32
  668. data/samples/po/de/hello_glade2.po.time_stamp +0 -0
  669. data/samples/po/de/hello_gtk2.edit.po +0 -18
  670. data/samples/po/de/hello_gtk2.po.time_stamp +0 -0
  671. data/samples/po/de/hello_gtk_builder.edit.po +0 -18
  672. data/samples/po/de/hello_gtk_builder.po.time_stamp +0 -0
  673. data/samples/po/de/hello_noop.edit.po +0 -22
  674. data/samples/po/de/hello_noop.po.time_stamp +0 -0
  675. data/samples/po/de/hello_plural.edit.po +0 -28
  676. data/samples/po/de/hello_plural.po.time_stamp +0 -0
  677. data/samples/po/de/hello_tk.edit.po +0 -18
  678. data/samples/po/de/hello_tk.po.time_stamp +0 -0
  679. data/samples/po/el/hello.edit.po +0 -24
  680. data/samples/po/el/hello.po.time_stamp +0 -0
  681. data/samples/po/el/hello2.edit.po +0 -34
  682. data/samples/po/el/hello2.po.time_stamp +0 -0
  683. data/samples/po/el/hello_glade2.edit.po +0 -37
  684. data/samples/po/el/hello_glade2.po.time_stamp +0 -0
  685. data/samples/po/el/hello_gtk2.edit.po +0 -21
  686. data/samples/po/el/hello_gtk2.po.time_stamp +0 -0
  687. data/samples/po/el/hello_gtk_builder.edit.po +0 -18
  688. data/samples/po/el/hello_gtk_builder.po.time_stamp +0 -0
  689. data/samples/po/el/hello_noop.edit.po +0 -26
  690. data/samples/po/el/hello_noop.po.time_stamp +0 -0
  691. data/samples/po/el/hello_plural.edit.po +0 -28
  692. data/samples/po/el/hello_plural.po.time_stamp +0 -0
  693. data/samples/po/el/hello_tk.edit.po +0 -22
  694. data/samples/po/el/hello_tk.po.time_stamp +0 -0
  695. data/samples/po/eo/hello.edit.po +0 -23
  696. data/samples/po/eo/hello.po.time_stamp +0 -0
  697. data/samples/po/eo/hello2.edit.po +0 -33
  698. data/samples/po/eo/hello2.po.time_stamp +0 -0
  699. data/samples/po/eo/hello_glade2.edit.po +0 -36
  700. data/samples/po/eo/hello_glade2.po.time_stamp +0 -0
  701. data/samples/po/eo/hello_gtk2.edit.po +0 -21
  702. data/samples/po/eo/hello_gtk2.po.time_stamp +0 -0
  703. data/samples/po/eo/hello_gtk_builder.edit.po +0 -18
  704. data/samples/po/eo/hello_gtk_builder.po.time_stamp +0 -0
  705. data/samples/po/eo/hello_noop.edit.po +0 -25
  706. data/samples/po/eo/hello_noop.po.time_stamp +0 -0
  707. data/samples/po/eo/hello_plural.edit.po +0 -28
  708. data/samples/po/eo/hello_plural.po.time_stamp +0 -0
  709. data/samples/po/eo/hello_tk.edit.po +0 -22
  710. data/samples/po/eo/hello_tk.po.time_stamp +0 -0
  711. data/samples/po/es/hello.edit.po +0 -21
  712. data/samples/po/es/hello.po.time_stamp +0 -0
  713. data/samples/po/es/hello2.edit.po +0 -30
  714. data/samples/po/es/hello2.po.time_stamp +0 -0
  715. data/samples/po/es/hello_glade2.edit.po +0 -33
  716. data/samples/po/es/hello_glade2.po.time_stamp +0 -0
  717. data/samples/po/es/hello_gtk2.edit.po +0 -19
  718. data/samples/po/es/hello_gtk2.po.time_stamp +0 -0
  719. data/samples/po/es/hello_gtk_builder.edit.po +0 -18
  720. data/samples/po/es/hello_gtk_builder.po.time_stamp +0 -0
  721. data/samples/po/es/hello_noop.edit.po +0 -23
  722. data/samples/po/es/hello_noop.po.time_stamp +0 -0
  723. data/samples/po/es/hello_plural.edit.po +0 -26
  724. data/samples/po/es/hello_plural.po.time_stamp +0 -0
  725. data/samples/po/es/hello_tk.edit.po +0 -19
  726. data/samples/po/es/hello_tk.po.time_stamp +0 -0
  727. data/samples/po/fr/hello.edit.po +0 -19
  728. data/samples/po/fr/hello.po.time_stamp +0 -0
  729. data/samples/po/fr/hello2.edit.po +0 -29
  730. data/samples/po/fr/hello2.po.time_stamp +0 -0
  731. data/samples/po/fr/hello_glade2.edit.po +0 -32
  732. data/samples/po/fr/hello_glade2.po.time_stamp +0 -0
  733. data/samples/po/fr/hello_gtk2.edit.po +0 -17
  734. data/samples/po/fr/hello_gtk2.po.time_stamp +0 -0
  735. data/samples/po/fr/hello_gtk_builder.edit.po +0 -18
  736. data/samples/po/fr/hello_gtk_builder.po.time_stamp +0 -0
  737. data/samples/po/fr/hello_noop.edit.po +0 -21
  738. data/samples/po/fr/hello_noop.po.time_stamp +0 -0
  739. data/samples/po/fr/hello_plural.edit.po +0 -24
  740. data/samples/po/fr/hello_plural.po.time_stamp +0 -0
  741. data/samples/po/fr/hello_tk.edit.po +0 -16
  742. data/samples/po/fr/hello_tk.po.time_stamp +0 -0
  743. data/samples/po/hello.pot +0 -24
  744. data/samples/po/hello2.pot +0 -33
  745. data/samples/po/hello_glade2.pot +0 -31
  746. data/samples/po/hello_gtk2.pot +0 -23
  747. data/samples/po/hello_gtk_builder.pot +0 -20
  748. data/samples/po/hello_noop.pot +0 -27
  749. data/samples/po/hello_plural.pot +0 -27
  750. data/samples/po/hello_tk.pot +0 -23
  751. data/samples/po/hr/hello.edit.po +0 -24
  752. data/samples/po/hr/hello.po.time_stamp +0 -0
  753. data/samples/po/hr/hello2.edit.po +0 -34
  754. data/samples/po/hr/hello2.po.time_stamp +0 -0
  755. data/samples/po/hr/hello_glade2.edit.po +0 -36
  756. data/samples/po/hr/hello_glade2.po.time_stamp +0 -0
  757. data/samples/po/hr/hello_gtk2.edit.po +0 -22
  758. data/samples/po/hr/hello_gtk2.po.time_stamp +0 -0
  759. data/samples/po/hr/hello_gtk_builder.edit.po +0 -19
  760. data/samples/po/hr/hello_gtk_builder.po.time_stamp +0 -0
  761. data/samples/po/hr/hello_noop.edit.po +0 -26
  762. data/samples/po/hr/hello_noop.po.time_stamp +0 -0
  763. data/samples/po/hr/hello_plural.edit.po +0 -30
  764. data/samples/po/hr/hello_plural.po.time_stamp +0 -0
  765. data/samples/po/hr/hello_tk.edit.po +0 -22
  766. data/samples/po/hr/hello_tk.po.time_stamp +0 -0
  767. data/samples/po/hu/hello.edit.po +0 -23
  768. data/samples/po/hu/hello.po.time_stamp +0 -0
  769. data/samples/po/hu/hello2.edit.po +0 -33
  770. data/samples/po/hu/hello2.po.time_stamp +0 -0
  771. data/samples/po/hu/hello_glade2.edit.po +0 -36
  772. data/samples/po/hu/hello_glade2.po.time_stamp +0 -0
  773. data/samples/po/hu/hello_gtk2.edit.po +0 -21
  774. data/samples/po/hu/hello_gtk2.po.time_stamp +0 -0
  775. data/samples/po/hu/hello_gtk_builder.edit.po +0 -18
  776. data/samples/po/hu/hello_gtk_builder.po.time_stamp +0 -0
  777. data/samples/po/hu/hello_noop.edit.po +0 -25
  778. data/samples/po/hu/hello_noop.po.time_stamp +0 -0
  779. data/samples/po/hu/hello_plural.edit.po +0 -28
  780. data/samples/po/hu/hello_plural.po.time_stamp +0 -0
  781. data/samples/po/hu/hello_tk.edit.po +0 -22
  782. data/samples/po/hu/hello_tk.po.time_stamp +0 -0
  783. data/samples/po/it/hello.edit.po +0 -20
  784. data/samples/po/it/hello.po.time_stamp +0 -0
  785. data/samples/po/it/hello2.edit.po +0 -30
  786. data/samples/po/it/hello2.po.time_stamp +0 -0
  787. data/samples/po/it/hello_glade2.edit.po +0 -33
  788. data/samples/po/it/hello_glade2.po.time_stamp +0 -0
  789. data/samples/po/it/hello_gtk2.edit.po +0 -19
  790. data/samples/po/it/hello_gtk2.po.time_stamp +0 -0
  791. data/samples/po/it/hello_gtk_builder.edit.po +0 -18
  792. data/samples/po/it/hello_gtk_builder.po.time_stamp +0 -0
  793. data/samples/po/it/hello_noop.edit.po +0 -22
  794. data/samples/po/it/hello_noop.po.time_stamp +0 -0
  795. data/samples/po/it/hello_plural.edit.po +0 -26
  796. data/samples/po/it/hello_plural.po.time_stamp +0 -0
  797. data/samples/po/it/hello_tk.edit.po +0 -19
  798. data/samples/po/it/hello_tk.po.time_stamp +0 -0
  799. data/samples/po/ja/hello.edit.po +0 -19
  800. data/samples/po/ja/hello.po.time_stamp +0 -0
  801. data/samples/po/ja/hello2.edit.po +0 -29
  802. data/samples/po/ja/hello2.po.time_stamp +0 -0
  803. data/samples/po/ja/hello_glade2.edit.po +0 -31
  804. data/samples/po/ja/hello_glade2.po.time_stamp +0 -0
  805. data/samples/po/ja/hello_gtk2.edit.po +0 -17
  806. data/samples/po/ja/hello_gtk2.po.time_stamp +0 -0
  807. data/samples/po/ja/hello_gtk_builder.edit.po +0 -18
  808. data/samples/po/ja/hello_gtk_builder.po.time_stamp +0 -0
  809. data/samples/po/ja/hello_noop.edit.po +0 -21
  810. data/samples/po/ja/hello_noop.po.time_stamp +0 -0
  811. data/samples/po/ja/hello_plural.edit.po +0 -24
  812. data/samples/po/ja/hello_plural.po.time_stamp +0 -0
  813. data/samples/po/ja/hello_tk.edit.po +0 -16
  814. data/samples/po/ja/hello_tk.po.time_stamp +0 -0
  815. data/samples/po/ko/hello.edit.po +0 -19
  816. data/samples/po/ko/hello.po.time_stamp +0 -0
  817. data/samples/po/ko/hello2.edit.po +0 -29
  818. data/samples/po/ko/hello2.po.time_stamp +0 -0
  819. data/samples/po/ko/hello_glade2.edit.po +0 -33
  820. data/samples/po/ko/hello_glade2.po.time_stamp +0 -0
  821. data/samples/po/ko/hello_gtk2.edit.po +0 -17
  822. data/samples/po/ko/hello_gtk2.po.time_stamp +0 -0
  823. data/samples/po/ko/hello_gtk_builder.edit.po +0 -18
  824. data/samples/po/ko/hello_gtk_builder.po.time_stamp +0 -0
  825. data/samples/po/ko/hello_noop.edit.po +0 -21
  826. data/samples/po/ko/hello_noop.po.time_stamp +0 -0
  827. data/samples/po/ko/hello_plural.edit.po +0 -28
  828. data/samples/po/ko/hello_plural.po.time_stamp +0 -0
  829. data/samples/po/ko/hello_tk.edit.po +0 -18
  830. data/samples/po/ko/hello_tk.po.time_stamp +0 -0
  831. data/samples/po/lv/hello.edit.po +0 -24
  832. data/samples/po/lv/hello.po.time_stamp +0 -0
  833. data/samples/po/lv/hello2.edit.po +0 -34
  834. data/samples/po/lv/hello2.po.time_stamp +0 -0
  835. data/samples/po/lv/hello_glade2.edit.po +0 -36
  836. data/samples/po/lv/hello_glade2.po.time_stamp +0 -0
  837. data/samples/po/lv/hello_gtk2.edit.po +0 -22
  838. data/samples/po/lv/hello_gtk2.po.time_stamp +0 -0
  839. data/samples/po/lv/hello_gtk_builder.edit.po +0 -18
  840. data/samples/po/lv/hello_gtk_builder.po.time_stamp +0 -0
  841. data/samples/po/lv/hello_noop.edit.po +0 -26
  842. data/samples/po/lv/hello_noop.po.time_stamp +0 -0
  843. data/samples/po/lv/hello_plural.edit.po +0 -28
  844. data/samples/po/lv/hello_plural.po.time_stamp +0 -0
  845. data/samples/po/lv/hello_tk.edit.po +0 -22
  846. data/samples/po/lv/hello_tk.po.time_stamp +0 -0
  847. data/samples/po/nb/hello.edit.po +0 -23
  848. data/samples/po/nb/hello.po.time_stamp +0 -0
  849. data/samples/po/nb/hello2.edit.po +0 -33
  850. data/samples/po/nb/hello2.po.time_stamp +0 -0
  851. data/samples/po/nb/hello_glade2.edit.po +0 -35
  852. data/samples/po/nb/hello_glade2.po.time_stamp +0 -0
  853. data/samples/po/nb/hello_gtk2.edit.po +0 -21
  854. data/samples/po/nb/hello_gtk2.po.time_stamp +0 -0
  855. data/samples/po/nb/hello_gtk_builder.edit.po +0 -18
  856. data/samples/po/nb/hello_gtk_builder.po.time_stamp +0 -0
  857. data/samples/po/nb/hello_noop.edit.po +0 -25
  858. data/samples/po/nb/hello_noop.po.time_stamp +0 -0
  859. data/samples/po/nb/hello_plural.edit.po +0 -28
  860. data/samples/po/nb/hello_plural.po.time_stamp +0 -0
  861. data/samples/po/nb/hello_tk.edit.po +0 -22
  862. data/samples/po/nb/hello_tk.po.time_stamp +0 -0
  863. data/samples/po/nl/hello.edit.po +0 -24
  864. data/samples/po/nl/hello.po.time_stamp +0 -0
  865. data/samples/po/nl/hello2.edit.po +0 -34
  866. data/samples/po/nl/hello2.po.time_stamp +0 -0
  867. data/samples/po/nl/hello_glade2.edit.po +0 -36
  868. data/samples/po/nl/hello_glade2.po.time_stamp +0 -0
  869. data/samples/po/nl/hello_gtk2.edit.po +0 -22
  870. data/samples/po/nl/hello_gtk2.po.time_stamp +0 -0
  871. data/samples/po/nl/hello_gtk_builder.edit.po +0 -18
  872. data/samples/po/nl/hello_gtk_builder.po.time_stamp +0 -0
  873. data/samples/po/nl/hello_noop.edit.po +0 -26
  874. data/samples/po/nl/hello_noop.po.time_stamp +0 -0
  875. data/samples/po/nl/hello_plural.edit.po +0 -28
  876. data/samples/po/nl/hello_plural.po.time_stamp +0 -0
  877. data/samples/po/nl/hello_tk.edit.po +0 -22
  878. data/samples/po/nl/hello_tk.po.time_stamp +0 -0
  879. data/samples/po/pt_BR/hello.edit.po +0 -22
  880. data/samples/po/pt_BR/hello.po.time_stamp +0 -0
  881. data/samples/po/pt_BR/hello2.edit.po +0 -32
  882. data/samples/po/pt_BR/hello2.po.time_stamp +0 -0
  883. data/samples/po/pt_BR/hello_glade2.edit.po +0 -34
  884. data/samples/po/pt_BR/hello_glade2.po.time_stamp +0 -0
  885. data/samples/po/pt_BR/hello_gtk2.edit.po +0 -20
  886. data/samples/po/pt_BR/hello_gtk2.po.time_stamp +0 -0
  887. data/samples/po/pt_BR/hello_gtk_builder.edit.po +0 -18
  888. data/samples/po/pt_BR/hello_gtk_builder.po.time_stamp +0 -0
  889. data/samples/po/pt_BR/hello_noop.edit.po +0 -24
  890. data/samples/po/pt_BR/hello_noop.po.time_stamp +0 -0
  891. data/samples/po/pt_BR/hello_plural.edit.po +0 -26
  892. data/samples/po/pt_BR/hello_plural.po.time_stamp +0 -0
  893. data/samples/po/pt_BR/hello_tk.edit.po +0 -21
  894. data/samples/po/pt_BR/hello_tk.po.time_stamp +0 -0
  895. data/samples/po/ru/hello.edit.po +0 -22
  896. data/samples/po/ru/hello.po.time_stamp +0 -0
  897. data/samples/po/ru/hello2.edit.po +0 -32
  898. data/samples/po/ru/hello2.po.time_stamp +0 -0
  899. data/samples/po/ru/hello_glade2.edit.po +0 -34
  900. data/samples/po/ru/hello_glade2.po.time_stamp +0 -0
  901. data/samples/po/ru/hello_gtk2.edit.po +0 -20
  902. data/samples/po/ru/hello_gtk2.po.time_stamp +0 -0
  903. data/samples/po/ru/hello_gtk_builder.edit.po +0 -19
  904. data/samples/po/ru/hello_gtk_builder.po.time_stamp +0 -0
  905. data/samples/po/ru/hello_noop.edit.po +0 -24
  906. data/samples/po/ru/hello_noop.po.time_stamp +0 -0
  907. data/samples/po/ru/hello_plural.edit.po +0 -30
  908. data/samples/po/ru/hello_plural.po.time_stamp +0 -0
  909. data/samples/po/ru/hello_tk.edit.po +0 -20
  910. data/samples/po/ru/hello_tk.po.time_stamp +0 -0
  911. data/samples/po/sr/hello.edit.po +0 -23
  912. data/samples/po/sr/hello.po.time_stamp +0 -0
  913. data/samples/po/sr/hello2.edit.po +0 -33
  914. data/samples/po/sr/hello2.po.time_stamp +0 -0
  915. data/samples/po/sr/hello_glade2.edit.po +0 -37
  916. data/samples/po/sr/hello_glade2.po.time_stamp +0 -0
  917. data/samples/po/sr/hello_gtk2.edit.po +0 -21
  918. data/samples/po/sr/hello_gtk2.po.time_stamp +0 -0
  919. data/samples/po/sr/hello_gtk_builder.edit.po +0 -19
  920. data/samples/po/sr/hello_gtk_builder.po.time_stamp +0 -0
  921. data/samples/po/sr/hello_noop.edit.po +0 -25
  922. data/samples/po/sr/hello_noop.po.time_stamp +0 -0
  923. data/samples/po/sr/hello_plural.edit.po +0 -29
  924. data/samples/po/sr/hello_plural.po.time_stamp +0 -0
  925. data/samples/po/sr/hello_tk.edit.po +0 -23
  926. data/samples/po/sr/hello_tk.po.time_stamp +0 -0
  927. data/samples/po/sv/hello.edit.po +0 -21
  928. data/samples/po/sv/hello.po.time_stamp +0 -0
  929. data/samples/po/sv/hello2.edit.po +0 -30
  930. data/samples/po/sv/hello2.po.time_stamp +0 -0
  931. data/samples/po/sv/hello_glade2.edit.po +0 -32
  932. data/samples/po/sv/hello_glade2.po.time_stamp +0 -0
  933. data/samples/po/sv/hello_gtk2.edit.po +0 -18
  934. data/samples/po/sv/hello_gtk2.po.time_stamp +0 -0
  935. data/samples/po/sv/hello_gtk_builder.edit.po +0 -18
  936. data/samples/po/sv/hello_gtk_builder.po.time_stamp +0 -0
  937. data/samples/po/sv/hello_noop.edit.po +0 -22
  938. data/samples/po/sv/hello_noop.po.time_stamp +0 -0
  939. data/samples/po/sv/hello_plural.edit.po +0 -25
  940. data/samples/po/sv/hello_plural.po.time_stamp +0 -0
  941. data/samples/po/sv/hello_tk.edit.po +0 -18
  942. data/samples/po/sv/hello_tk.po.time_stamp +0 -0
  943. data/samples/po/uk/hello.edit.po +0 -23
  944. data/samples/po/uk/hello.po.time_stamp +0 -0
  945. data/samples/po/uk/hello2.edit.po +0 -33
  946. data/samples/po/uk/hello2.po.time_stamp +0 -0
  947. data/samples/po/uk/hello_glade2.edit.po +0 -39
  948. data/samples/po/uk/hello_glade2.po.time_stamp +0 -0
  949. data/samples/po/uk/hello_gtk2.edit.po +0 -21
  950. data/samples/po/uk/hello_gtk2.po.time_stamp +0 -0
  951. data/samples/po/uk/hello_gtk_builder.edit.po +0 -19
  952. data/samples/po/uk/hello_gtk_builder.po.time_stamp +0 -0
  953. data/samples/po/uk/hello_noop.edit.po +0 -25
  954. data/samples/po/uk/hello_noop.po.time_stamp +0 -0
  955. data/samples/po/uk/hello_plural.edit.po +0 -30
  956. data/samples/po/uk/hello_plural.po.time_stamp +0 -0
  957. data/samples/po/uk/hello_tk.edit.po +0 -25
  958. data/samples/po/uk/hello_tk.po.time_stamp +0 -0
  959. data/samples/po/vi/hello.edit.po +0 -23
  960. data/samples/po/vi/hello.po.time_stamp +0 -0
  961. data/samples/po/vi/hello2.edit.po +0 -33
  962. data/samples/po/vi/hello2.po.time_stamp +0 -0
  963. data/samples/po/vi/hello_glade2.edit.po +0 -36
  964. data/samples/po/vi/hello_glade2.po.time_stamp +0 -0
  965. data/samples/po/vi/hello_gtk2.edit.po +0 -21
  966. data/samples/po/vi/hello_gtk2.po.time_stamp +0 -0
  967. data/samples/po/vi/hello_gtk_builder.edit.po +0 -18
  968. data/samples/po/vi/hello_gtk_builder.po.time_stamp +0 -0
  969. data/samples/po/vi/hello_noop.edit.po +0 -25
  970. data/samples/po/vi/hello_noop.po.time_stamp +0 -0
  971. data/samples/po/vi/hello_plural.edit.po +0 -28
  972. data/samples/po/vi/hello_plural.po.time_stamp +0 -0
  973. data/samples/po/vi/hello_tk.edit.po +0 -22
  974. data/samples/po/vi/hello_tk.po.time_stamp +0 -0
  975. data/samples/po/zh/hello.edit.po +0 -24
  976. data/samples/po/zh/hello.po.time_stamp +0 -0
  977. data/samples/po/zh/hello2.edit.po +0 -34
  978. data/samples/po/zh/hello2.po.time_stamp +0 -0
  979. data/samples/po/zh/hello_glade2.edit.po +0 -36
  980. data/samples/po/zh/hello_glade2.po.time_stamp +0 -0
  981. data/samples/po/zh/hello_gtk2.edit.po +0 -22
  982. data/samples/po/zh/hello_gtk2.po.time_stamp +0 -0
  983. data/samples/po/zh/hello_gtk_builder.edit.po +0 -18
  984. data/samples/po/zh/hello_gtk_builder.po.time_stamp +0 -0
  985. data/samples/po/zh/hello_noop.edit.po +0 -26
  986. data/samples/po/zh/hello_noop.po.time_stamp +0 -0
  987. data/samples/po/zh/hello_plural.edit.po +0 -28
  988. data/samples/po/zh/hello_plural.po.time_stamp +0 -0
  989. data/samples/po/zh/hello_tk.edit.po +0 -22
  990. data/samples/po/zh/hello_tk.po.time_stamp +0 -0
  991. data/samples/po/zh_TW/hello.edit.po +0 -26
  992. data/samples/po/zh_TW/hello.po.time_stamp +0 -0
  993. data/samples/po/zh_TW/hello2.edit.po +0 -36
  994. data/samples/po/zh_TW/hello2.po.time_stamp +0 -0
  995. data/samples/po/zh_TW/hello_glade2.edit.po +0 -38
  996. data/samples/po/zh_TW/hello_glade2.po.time_stamp +0 -0
  997. data/samples/po/zh_TW/hello_gtk2.edit.po +0 -23
  998. data/samples/po/zh_TW/hello_gtk2.po.time_stamp +0 -0
  999. data/samples/po/zh_TW/hello_gtk_builder.edit.po +0 -18
  1000. data/samples/po/zh_TW/hello_gtk_builder.po.time_stamp +0 -0
  1001. data/samples/po/zh_TW/hello_noop.edit.po +0 -28
  1002. data/samples/po/zh_TW/hello_noop.po.time_stamp +0 -0
  1003. data/samples/po/zh_TW/hello_plural.edit.po +0 -30
  1004. data/samples/po/zh_TW/hello_plural.po.time_stamp +0 -0
  1005. data/samples/po/zh_TW/hello_tk.edit.po +0 -24
  1006. data/samples/po/zh_TW/hello_tk.po.time_stamp +0 -0
  1007. data/test/fixtures/gtk_builder_ui_definitions.ui~ +0 -68
  1008. data/test/locale/cr/LC_MESSAGES/plural.mo +0 -0
  1009. data/test/locale/da/LC_MESSAGES/plural.mo +0 -0
  1010. data/test/locale/da/LC_MESSAGES/plural_error.mo +0 -0
  1011. data/test/locale/fr/LC_MESSAGES/plural.mo +0 -0
  1012. data/test/locale/fr/LC_MESSAGES/plural_error.mo +0 -0
  1013. data/test/locale/fr/LC_MESSAGES/test1.mo +0 -0
  1014. data/test/locale/fr/LC_MESSAGES/test2.mo +0 -0
  1015. data/test/locale/fr_BE/LC_MESSAGES/test1.mo +0 -0
  1016. data/test/locale/fr_BE_Foo/LC_MESSAGES/test1.mo +0 -0
  1017. data/test/locale/ir/LC_MESSAGES/plural.mo +0 -0
  1018. data/test/locale/ja/LC_MESSAGES/_.mo +0 -0
  1019. data/test/locale/ja/LC_MESSAGES/backslash.mo +0 -0
  1020. data/test/locale/ja/LC_MESSAGES/hello.mo +0 -0
  1021. data/test/locale/ja/LC_MESSAGES/non_ascii.mo +0 -0
  1022. data/test/locale/ja/LC_MESSAGES/np_.mo +0 -0
  1023. data/test/locale/ja/LC_MESSAGES/ns_.mo +0 -0
  1024. data/test/locale/ja/LC_MESSAGES/p_.mo +0 -0
  1025. data/test/locale/ja/LC_MESSAGES/plural.mo +0 -0
  1026. data/test/locale/ja/LC_MESSAGES/plural_error.mo +0 -0
  1027. data/test/locale/ja/LC_MESSAGES/rubyparser.mo +0 -0
  1028. data/test/locale/ja/LC_MESSAGES/s_.mo +0 -0
  1029. data/test/locale/ja/LC_MESSAGES/test1.mo +0 -0
  1030. data/test/locale/ja/LC_MESSAGES/test2.mo +0 -0
  1031. data/test/locale/ja/LC_MESSAGES/test3.mo +0 -0
  1032. data/test/locale/ja/LC_MESSAGES/untranslated.mo +0 -0
  1033. data/test/locale/la/LC_MESSAGES/plural.mo +0 -0
  1034. data/test/locale/la/LC_MESSAGES/plural_error.mo +0 -0
  1035. data/test/locale/li/LC_MESSAGES/plural.mo +0 -0
  1036. data/test/locale/li/LC_MESSAGES/plural_error.mo +0 -0
  1037. data/test/locale/po/LC_MESSAGES/plural.mo +0 -0
  1038. data/test/locale/sl/LC_MESSAGES/plural.mo +0 -0
  1039. data/test/locale/zh_Hant/LC_MESSAGES/test1.mo +0 -0
  1040. data/test/po/_.pot +0 -186
  1041. data/test/po/backslash.pot +0 -21
  1042. data/test/po/hello.pot +0 -23
  1043. data/test/po/ja/_.edit.po +0 -186
  1044. data/test/po/ja/_.po.time_stamp +0 -0
  1045. data/test/po/ja/backslash.edit.po +0 -19
  1046. data/test/po/ja/backslash.po.time_stamp +0 -0
  1047. data/test/po/ja/hello.edit.po +0 -23
  1048. data/test/po/ja/hello.po.time_stamp +0 -0
  1049. data/test/po/ja/non_ascii.edit.po +0 -19
  1050. data/test/po/ja/non_ascii.po.time_stamp +0 -0
  1051. data/test/po/ja/np_.edit.po +0 -44
  1052. data/test/po/ja/np_.po.time_stamp +0 -0
  1053. data/test/po/ja/ns_.edit.po +0 -69
  1054. data/test/po/ja/ns_.po.time_stamp +0 -0
  1055. data/test/po/ja/p_.edit.po +0 -47
  1056. data/test/po/ja/p_.po.time_stamp +0 -0
  1057. data/test/po/ja/s_.edit.po +0 -50
  1058. data/test/po/ja/s_.po.time_stamp +0 -0
  1059. data/test/po/ja/untranslated.edit.po +0 -21
  1060. data/test/po/ja/untranslated.po.time_stamp +0 -0
  1061. data/test/po/non_ascii.pot +0 -23
  1062. data/test/po/np_.pot +0 -48
  1063. data/test/po/ns_.pot +0 -73
  1064. data/test/po/p_.pot +0 -50
  1065. data/test/po/s_.pot +0 -55
  1066. data/test/po/untranslated.pot +0 -23
metadata CHANGED
@@ -1,16 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gettext
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.2
4
+ version: 3.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  - Masao Mutoh
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: erubi
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
14
27
  - !ruby/object:Gem::Dependency
15
28
  name: locale
16
29
  requirement: !ruby/object:Gem::Requirement
@@ -40,35 +53,35 @@ dependencies:
40
53
  - !ruby/object:Gem::Version
41
54
  version: '0'
42
55
  - !ruby/object:Gem::Dependency
43
- name: text
56
+ name: racc
44
57
  requirement: !ruby/object:Gem::Requirement
45
58
  requirements:
46
59
  - - ">="
47
60
  - !ruby/object:Gem::Version
48
- version: 1.3.0
61
+ version: '0'
49
62
  type: :runtime
50
63
  prerelease: false
51
64
  version_requirements: !ruby/object:Gem::Requirement
52
65
  requirements:
53
66
  - - ">="
54
67
  - !ruby/object:Gem::Version
55
- version: 1.3.0
68
+ version: '0'
56
69
  - !ruby/object:Gem::Dependency
57
- name: kramdown
70
+ name: text
58
71
  requirement: !ruby/object:Gem::Requirement
59
72
  requirements:
60
73
  - - ">="
61
74
  - !ruby/object:Gem::Version
62
- version: '0'
63
- type: :development
75
+ version: 1.3.0
76
+ type: :runtime
64
77
  prerelease: false
65
78
  version_requirements: !ruby/object:Gem::Requirement
66
79
  requirements:
67
80
  - - ">="
68
81
  - !ruby/object:Gem::Version
69
- version: '0'
82
+ version: 1.3.0
70
83
  - !ruby/object:Gem::Dependency
71
- name: racc
84
+ name: kramdown
72
85
  requirement: !ruby/object:Gem::Requirement
73
86
  requirements:
74
87
  - - ">="
@@ -198,6 +211,7 @@ files:
198
211
  - lib/gettext/tools/msginit.rb
199
212
  - lib/gettext/tools/msgmerge.rb
200
213
  - lib/gettext/tools/parser/erb.rb
214
+ - lib/gettext/tools/parser/erubi.rb
201
215
  - lib/gettext/tools/parser/glade.rb
202
216
  - lib/gettext/tools/parser/gtk_builder_ui_definitions.rb
203
217
  - lib/gettext/tools/parser/ruby.rb
@@ -319,395 +333,103 @@ files:
319
333
  - samples/cgi/hellolib.rb
320
334
  - samples/cgi/http.rb
321
335
  - samples/cgi/index.cgi
322
- - samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
323
- - samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
324
- - samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
325
- - samples/cgi/locale/bg/LC_MESSAGES/main.mo
326
- - samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
327
- - samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
328
- - samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
329
- - samples/cgi/locale/bs/LC_MESSAGES/main.mo
330
- - samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
331
- - samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
332
- - samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
333
- - samples/cgi/locale/ca/LC_MESSAGES/main.mo
334
- - samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
335
- - samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
336
- - samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
337
- - samples/cgi/locale/cs/LC_MESSAGES/main.mo
338
- - samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
339
- - samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
340
- - samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
341
- - samples/cgi/locale/de/LC_MESSAGES/main.mo
342
- - samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
343
- - samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
344
- - samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
345
- - samples/cgi/locale/el/LC_MESSAGES/main.mo
346
- - samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
347
- - samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
348
- - samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
349
- - samples/cgi/locale/eo/LC_MESSAGES/main.mo
350
- - samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
351
- - samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
352
- - samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
353
- - samples/cgi/locale/es/LC_MESSAGES/main.mo
354
- - samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
355
- - samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
356
- - samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
357
- - samples/cgi/locale/fr/LC_MESSAGES/main.mo
358
- - samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
359
- - samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
360
- - samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
361
- - samples/cgi/locale/hr/LC_MESSAGES/main.mo
362
- - samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
363
- - samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
364
- - samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
365
- - samples/cgi/locale/hu/LC_MESSAGES/main.mo
366
- - samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
367
- - samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
368
- - samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
369
- - samples/cgi/locale/it/LC_MESSAGES/main.mo
370
- - samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
371
- - samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
372
- - samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
373
- - samples/cgi/locale/ja/LC_MESSAGES/main.mo
374
- - samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
375
- - samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
376
- - samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
377
- - samples/cgi/locale/ko/LC_MESSAGES/main.mo
378
- - samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
379
- - samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
380
- - samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
381
- - samples/cgi/locale/lv/LC_MESSAGES/main.mo
382
- - samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
383
- - samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
384
- - samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
385
- - samples/cgi/locale/nb/LC_MESSAGES/main.mo
386
- - samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
387
- - samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
388
- - samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
389
- - samples/cgi/locale/nl/LC_MESSAGES/main.mo
390
- - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
391
- - samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
392
- - samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
393
- - samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
394
- - samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
395
- - samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
396
- - samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
397
- - samples/cgi/locale/ru/LC_MESSAGES/main.mo
398
- - samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
399
- - samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
400
- - samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
401
- - samples/cgi/locale/sr/LC_MESSAGES/main.mo
402
- - samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo
403
- - samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo
404
- - samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo
405
- - samples/cgi/locale/uk/LC_MESSAGES/main.mo
406
- - samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
407
- - samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
408
- - samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
409
- - samples/cgi/locale/vi/LC_MESSAGES/main.mo
410
- - samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
411
- - samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
412
- - samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
413
- - samples/cgi/locale/zh/LC_MESSAGES/main.mo
414
- - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
415
- - samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
416
- - samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
417
- - samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
418
336
  - samples/cgi/other.rhtml
419
- - samples/cgi/po/bg/helloerb1.edit.po
420
337
  - samples/cgi/po/bg/helloerb1.po
421
- - samples/cgi/po/bg/helloerb1.po.time_stamp
422
- - samples/cgi/po/bg/helloerb2.edit.po
423
338
  - samples/cgi/po/bg/helloerb2.po
424
- - samples/cgi/po/bg/helloerb2.po.time_stamp
425
- - samples/cgi/po/bg/hellolib.edit.po
426
339
  - samples/cgi/po/bg/hellolib.po
427
- - samples/cgi/po/bg/hellolib.po.time_stamp
428
- - samples/cgi/po/bg/main.edit.po
429
340
  - samples/cgi/po/bg/main.po
430
- - samples/cgi/po/bg/main.po.time_stamp
431
- - samples/cgi/po/bs/helloerb1.edit.po
432
341
  - samples/cgi/po/bs/helloerb1.po
433
- - samples/cgi/po/bs/helloerb1.po.time_stamp
434
- - samples/cgi/po/bs/helloerb2.edit.po
435
342
  - samples/cgi/po/bs/helloerb2.po
436
- - samples/cgi/po/bs/helloerb2.po.time_stamp
437
- - samples/cgi/po/bs/hellolib.edit.po
438
343
  - samples/cgi/po/bs/hellolib.po
439
- - samples/cgi/po/bs/hellolib.po.time_stamp
440
- - samples/cgi/po/bs/main.edit.po
441
344
  - samples/cgi/po/bs/main.po
442
- - samples/cgi/po/bs/main.po.time_stamp
443
- - samples/cgi/po/ca/helloerb1.edit.po
444
345
  - samples/cgi/po/ca/helloerb1.po
445
- - samples/cgi/po/ca/helloerb1.po.time_stamp
446
- - samples/cgi/po/ca/helloerb2.edit.po
447
346
  - samples/cgi/po/ca/helloerb2.po
448
- - samples/cgi/po/ca/helloerb2.po.time_stamp
449
- - samples/cgi/po/ca/hellolib.edit.po
450
347
  - samples/cgi/po/ca/hellolib.po
451
- - samples/cgi/po/ca/hellolib.po.time_stamp
452
- - samples/cgi/po/ca/main.edit.po
453
348
  - samples/cgi/po/ca/main.po
454
- - samples/cgi/po/ca/main.po.time_stamp
455
- - samples/cgi/po/cs/helloerb1.edit.po
456
349
  - samples/cgi/po/cs/helloerb1.po
457
- - samples/cgi/po/cs/helloerb1.po.time_stamp
458
- - samples/cgi/po/cs/helloerb2.edit.po
459
350
  - samples/cgi/po/cs/helloerb2.po
460
- - samples/cgi/po/cs/helloerb2.po.time_stamp
461
- - samples/cgi/po/cs/hellolib.edit.po
462
351
  - samples/cgi/po/cs/hellolib.po
463
- - samples/cgi/po/cs/hellolib.po.time_stamp
464
- - samples/cgi/po/cs/main.edit.po
465
352
  - samples/cgi/po/cs/main.po
466
- - samples/cgi/po/cs/main.po.time_stamp
467
- - samples/cgi/po/de/helloerb1.edit.po
468
353
  - samples/cgi/po/de/helloerb1.po
469
- - samples/cgi/po/de/helloerb1.po.time_stamp
470
- - samples/cgi/po/de/helloerb2.edit.po
471
354
  - samples/cgi/po/de/helloerb2.po
472
- - samples/cgi/po/de/helloerb2.po.time_stamp
473
- - samples/cgi/po/de/hellolib.edit.po
474
355
  - samples/cgi/po/de/hellolib.po
475
- - samples/cgi/po/de/hellolib.po.time_stamp
476
- - samples/cgi/po/de/main.edit.po
477
356
  - samples/cgi/po/de/main.po
478
- - samples/cgi/po/de/main.po.time_stamp
479
- - samples/cgi/po/el/helloerb1.edit.po
480
357
  - samples/cgi/po/el/helloerb1.po
481
- - samples/cgi/po/el/helloerb1.po.time_stamp
482
- - samples/cgi/po/el/helloerb2.edit.po
483
358
  - samples/cgi/po/el/helloerb2.po
484
- - samples/cgi/po/el/helloerb2.po.time_stamp
485
- - samples/cgi/po/el/hellolib.edit.po
486
359
  - samples/cgi/po/el/hellolib.po
487
- - samples/cgi/po/el/hellolib.po.time_stamp
488
- - samples/cgi/po/el/main.edit.po
489
360
  - samples/cgi/po/el/main.po
490
- - samples/cgi/po/el/main.po.time_stamp
491
- - samples/cgi/po/eo/helloerb1.edit.po
492
361
  - samples/cgi/po/eo/helloerb1.po
493
- - samples/cgi/po/eo/helloerb1.po.time_stamp
494
- - samples/cgi/po/eo/helloerb2.edit.po
495
362
  - samples/cgi/po/eo/helloerb2.po
496
- - samples/cgi/po/eo/helloerb2.po.time_stamp
497
- - samples/cgi/po/eo/hellolib.edit.po
498
363
  - samples/cgi/po/eo/hellolib.po
499
- - samples/cgi/po/eo/hellolib.po.time_stamp
500
- - samples/cgi/po/eo/main.edit.po
501
364
  - samples/cgi/po/eo/main.po
502
- - samples/cgi/po/eo/main.po.time_stamp
503
- - samples/cgi/po/es/helloerb1.edit.po
504
365
  - samples/cgi/po/es/helloerb1.po
505
- - samples/cgi/po/es/helloerb1.po.time_stamp
506
- - samples/cgi/po/es/helloerb2.edit.po
507
366
  - samples/cgi/po/es/helloerb2.po
508
- - samples/cgi/po/es/helloerb2.po.time_stamp
509
- - samples/cgi/po/es/hellolib.edit.po
510
367
  - samples/cgi/po/es/hellolib.po
511
- - samples/cgi/po/es/hellolib.po.time_stamp
512
- - samples/cgi/po/es/main.edit.po
513
368
  - samples/cgi/po/es/main.po
514
- - samples/cgi/po/es/main.po.time_stamp
515
- - samples/cgi/po/fr/helloerb1.edit.po
516
369
  - samples/cgi/po/fr/helloerb1.po
517
- - samples/cgi/po/fr/helloerb1.po.time_stamp
518
- - samples/cgi/po/fr/helloerb2.edit.po
519
370
  - samples/cgi/po/fr/helloerb2.po
520
- - samples/cgi/po/fr/helloerb2.po.time_stamp
521
- - samples/cgi/po/fr/hellolib.edit.po
522
371
  - samples/cgi/po/fr/hellolib.po
523
- - samples/cgi/po/fr/hellolib.po.time_stamp
524
- - samples/cgi/po/fr/main.edit.po
525
372
  - samples/cgi/po/fr/main.po
526
- - samples/cgi/po/fr/main.po.time_stamp
527
- - samples/cgi/po/helloerb1.pot
528
- - samples/cgi/po/helloerb2.pot
529
- - samples/cgi/po/hellolib.pot
530
- - samples/cgi/po/hr/helloerb1.edit.po
531
373
  - samples/cgi/po/hr/helloerb1.po
532
- - samples/cgi/po/hr/helloerb1.po.time_stamp
533
- - samples/cgi/po/hr/helloerb2.edit.po
534
374
  - samples/cgi/po/hr/helloerb2.po
535
- - samples/cgi/po/hr/helloerb2.po.time_stamp
536
- - samples/cgi/po/hr/hellolib.edit.po
537
375
  - samples/cgi/po/hr/hellolib.po
538
- - samples/cgi/po/hr/hellolib.po.time_stamp
539
- - samples/cgi/po/hr/main.edit.po
540
376
  - samples/cgi/po/hr/main.po
541
- - samples/cgi/po/hr/main.po.time_stamp
542
- - samples/cgi/po/hu/helloerb1.edit.po
543
377
  - samples/cgi/po/hu/helloerb1.po
544
- - samples/cgi/po/hu/helloerb1.po.time_stamp
545
- - samples/cgi/po/hu/helloerb2.edit.po
546
378
  - samples/cgi/po/hu/helloerb2.po
547
- - samples/cgi/po/hu/helloerb2.po.time_stamp
548
- - samples/cgi/po/hu/hellolib.edit.po
549
379
  - samples/cgi/po/hu/hellolib.po
550
- - samples/cgi/po/hu/hellolib.po.time_stamp
551
- - samples/cgi/po/hu/main.edit.po
552
380
  - samples/cgi/po/hu/main.po
553
- - samples/cgi/po/hu/main.po.time_stamp
554
- - samples/cgi/po/it/helloerb1.edit.po
555
381
  - samples/cgi/po/it/helloerb1.po
556
- - samples/cgi/po/it/helloerb1.po.time_stamp
557
- - samples/cgi/po/it/helloerb2.edit.po
558
382
  - samples/cgi/po/it/helloerb2.po
559
- - samples/cgi/po/it/helloerb2.po.time_stamp
560
- - samples/cgi/po/it/hellolib.edit.po
561
383
  - samples/cgi/po/it/hellolib.po
562
- - samples/cgi/po/it/hellolib.po.time_stamp
563
- - samples/cgi/po/it/main.edit.po
564
384
  - samples/cgi/po/it/main.po
565
- - samples/cgi/po/it/main.po.time_stamp
566
- - samples/cgi/po/ja/helloerb1.edit.po
567
385
  - samples/cgi/po/ja/helloerb1.po
568
- - samples/cgi/po/ja/helloerb1.po.time_stamp
569
- - samples/cgi/po/ja/helloerb2.edit.po
570
386
  - samples/cgi/po/ja/helloerb2.po
571
- - samples/cgi/po/ja/helloerb2.po.time_stamp
572
- - samples/cgi/po/ja/hellolib.edit.po
573
387
  - samples/cgi/po/ja/hellolib.po
574
- - samples/cgi/po/ja/hellolib.po.time_stamp
575
- - samples/cgi/po/ja/main.edit.po
576
388
  - samples/cgi/po/ja/main.po
577
- - samples/cgi/po/ja/main.po.time_stamp
578
- - samples/cgi/po/ko/helloerb1.edit.po
579
389
  - samples/cgi/po/ko/helloerb1.po
580
- - samples/cgi/po/ko/helloerb1.po.time_stamp
581
- - samples/cgi/po/ko/helloerb2.edit.po
582
390
  - samples/cgi/po/ko/helloerb2.po
583
- - samples/cgi/po/ko/helloerb2.po.time_stamp
584
- - samples/cgi/po/ko/hellolib.edit.po
585
391
  - samples/cgi/po/ko/hellolib.po
586
- - samples/cgi/po/ko/hellolib.po.time_stamp
587
- - samples/cgi/po/ko/main.edit.po
588
392
  - samples/cgi/po/ko/main.po
589
- - samples/cgi/po/ko/main.po.time_stamp
590
- - samples/cgi/po/lv/helloerb1.edit.po
591
393
  - samples/cgi/po/lv/helloerb1.po
592
- - samples/cgi/po/lv/helloerb1.po.time_stamp
593
- - samples/cgi/po/lv/helloerb2.edit.po
594
394
  - samples/cgi/po/lv/helloerb2.po
595
- - samples/cgi/po/lv/helloerb2.po.time_stamp
596
- - samples/cgi/po/lv/hellolib.edit.po
597
395
  - samples/cgi/po/lv/hellolib.po
598
- - samples/cgi/po/lv/hellolib.po.time_stamp
599
- - samples/cgi/po/lv/main.edit.po
600
396
  - samples/cgi/po/lv/main.po
601
- - samples/cgi/po/lv/main.po.time_stamp
602
- - samples/cgi/po/main.pot
603
- - samples/cgi/po/nb/helloerb1.edit.po
604
397
  - samples/cgi/po/nb/helloerb1.po
605
- - samples/cgi/po/nb/helloerb1.po.time_stamp
606
- - samples/cgi/po/nb/helloerb2.edit.po
607
398
  - samples/cgi/po/nb/helloerb2.po
608
- - samples/cgi/po/nb/helloerb2.po.time_stamp
609
- - samples/cgi/po/nb/hellolib.edit.po
610
399
  - samples/cgi/po/nb/hellolib.po
611
- - samples/cgi/po/nb/hellolib.po.time_stamp
612
- - samples/cgi/po/nb/main.edit.po
613
400
  - samples/cgi/po/nb/main.po
614
- - samples/cgi/po/nb/main.po.time_stamp
615
- - samples/cgi/po/nl/helloerb1.edit.po
616
401
  - samples/cgi/po/nl/helloerb1.po
617
- - samples/cgi/po/nl/helloerb1.po.time_stamp
618
- - samples/cgi/po/nl/helloerb2.edit.po
619
402
  - samples/cgi/po/nl/helloerb2.po
620
- - samples/cgi/po/nl/helloerb2.po.time_stamp
621
- - samples/cgi/po/nl/hellolib.edit.po
622
403
  - samples/cgi/po/nl/hellolib.po
623
- - samples/cgi/po/nl/hellolib.po.time_stamp
624
- - samples/cgi/po/nl/main.edit.po
625
404
  - samples/cgi/po/nl/main.po
626
- - samples/cgi/po/nl/main.po.time_stamp
627
- - samples/cgi/po/pt_BR/helloerb1.edit.po
628
405
  - samples/cgi/po/pt_BR/helloerb1.po
629
- - samples/cgi/po/pt_BR/helloerb1.po.time_stamp
630
- - samples/cgi/po/pt_BR/helloerb2.edit.po
631
406
  - samples/cgi/po/pt_BR/helloerb2.po
632
- - samples/cgi/po/pt_BR/helloerb2.po.time_stamp
633
- - samples/cgi/po/pt_BR/hellolib.edit.po
634
407
  - samples/cgi/po/pt_BR/hellolib.po
635
- - samples/cgi/po/pt_BR/hellolib.po.time_stamp
636
- - samples/cgi/po/pt_BR/main.edit.po
637
408
  - samples/cgi/po/pt_BR/main.po
638
- - samples/cgi/po/pt_BR/main.po.time_stamp
639
- - samples/cgi/po/ru/helloerb1.edit.po
640
409
  - samples/cgi/po/ru/helloerb1.po
641
- - samples/cgi/po/ru/helloerb1.po.time_stamp
642
- - samples/cgi/po/ru/helloerb2.edit.po
643
410
  - samples/cgi/po/ru/helloerb2.po
644
- - samples/cgi/po/ru/helloerb2.po.time_stamp
645
- - samples/cgi/po/ru/hellolib.edit.po
646
411
  - samples/cgi/po/ru/hellolib.po
647
- - samples/cgi/po/ru/hellolib.po.time_stamp
648
- - samples/cgi/po/ru/main.edit.po
649
412
  - samples/cgi/po/ru/main.po
650
- - samples/cgi/po/ru/main.po.time_stamp
651
- - samples/cgi/po/sr/helloerb1.edit.po
652
413
  - samples/cgi/po/sr/helloerb1.po
653
- - samples/cgi/po/sr/helloerb1.po.time_stamp
654
- - samples/cgi/po/sr/helloerb2.edit.po
655
414
  - samples/cgi/po/sr/helloerb2.po
656
- - samples/cgi/po/sr/helloerb2.po.time_stamp
657
- - samples/cgi/po/sr/hellolib.edit.po
658
415
  - samples/cgi/po/sr/hellolib.po
659
- - samples/cgi/po/sr/hellolib.po.time_stamp
660
- - samples/cgi/po/sr/main.edit.po
661
416
  - samples/cgi/po/sr/main.po
662
- - samples/cgi/po/sr/main.po.time_stamp
663
- - samples/cgi/po/uk/helloerb1.edit.po
664
417
  - samples/cgi/po/uk/helloerb1.po
665
- - samples/cgi/po/uk/helloerb1.po.time_stamp
666
- - samples/cgi/po/uk/helloerb2.edit.po
667
418
  - samples/cgi/po/uk/helloerb2.po
668
- - samples/cgi/po/uk/helloerb2.po.time_stamp
669
- - samples/cgi/po/uk/hellolib.edit.po
670
419
  - samples/cgi/po/uk/hellolib.po
671
- - samples/cgi/po/uk/hellolib.po.time_stamp
672
- - samples/cgi/po/uk/main.edit.po
673
420
  - samples/cgi/po/uk/main.po
674
- - samples/cgi/po/uk/main.po.time_stamp
675
- - samples/cgi/po/vi/helloerb1.edit.po
676
421
  - samples/cgi/po/vi/helloerb1.po
677
- - samples/cgi/po/vi/helloerb1.po.time_stamp
678
- - samples/cgi/po/vi/helloerb2.edit.po
679
422
  - samples/cgi/po/vi/helloerb2.po
680
- - samples/cgi/po/vi/helloerb2.po.time_stamp
681
- - samples/cgi/po/vi/hellolib.edit.po
682
423
  - samples/cgi/po/vi/hellolib.po
683
- - samples/cgi/po/vi/hellolib.po.time_stamp
684
- - samples/cgi/po/vi/main.edit.po
685
424
  - samples/cgi/po/vi/main.po
686
- - samples/cgi/po/vi/main.po.time_stamp
687
- - samples/cgi/po/zh/helloerb1.edit.po
688
425
  - samples/cgi/po/zh/helloerb1.po
689
- - samples/cgi/po/zh/helloerb1.po.time_stamp
690
- - samples/cgi/po/zh/helloerb2.edit.po
691
426
  - samples/cgi/po/zh/helloerb2.po
692
- - samples/cgi/po/zh/helloerb2.po.time_stamp
693
- - samples/cgi/po/zh/hellolib.edit.po
694
427
  - samples/cgi/po/zh/hellolib.po
695
- - samples/cgi/po/zh/hellolib.po.time_stamp
696
- - samples/cgi/po/zh/main.edit.po
697
428
  - samples/cgi/po/zh/main.po
698
- - samples/cgi/po/zh/main.po.time_stamp
699
- - samples/cgi/po/zh_TW/helloerb1.edit.po
700
429
  - samples/cgi/po/zh_TW/helloerb1.po
701
- - samples/cgi/po/zh_TW/helloerb1.po.time_stamp
702
- - samples/cgi/po/zh_TW/helloerb2.edit.po
703
430
  - samples/cgi/po/zh_TW/helloerb2.po
704
- - samples/cgi/po/zh_TW/helloerb2.po.time_stamp
705
- - samples/cgi/po/zh_TW/hellolib.edit.po
706
431
  - samples/cgi/po/zh_TW/hellolib.po
707
- - samples/cgi/po/zh_TW/hellolib.po.time_stamp
708
- - samples/cgi/po/zh_TW/main.edit.po
709
432
  - samples/cgi/po/zh_TW/main.po
710
- - samples/cgi/po/zh_TW/main.po.time_stamp
711
433
  - samples/hello.rb
712
434
  - samples/hello2.rb
713
435
  - samples/hello_glade2.glade
@@ -718,814 +440,206 @@ files:
718
440
  - samples/hello_noop.rb
719
441
  - samples/hello_plural.rb
720
442
  - samples/hello_tk.rb
721
- - samples/locale/bg/LC_MESSAGES/hello.mo
722
- - samples/locale/bg/LC_MESSAGES/hello2.mo
723
- - samples/locale/bg/LC_MESSAGES/hello_glade2.mo
724
- - samples/locale/bg/LC_MESSAGES/hello_gtk2.mo
725
- - samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo
726
- - samples/locale/bg/LC_MESSAGES/hello_noop.mo
727
- - samples/locale/bg/LC_MESSAGES/hello_plural.mo
728
- - samples/locale/bg/LC_MESSAGES/hello_tk.mo
729
- - samples/locale/bs/LC_MESSAGES/hello.mo
730
- - samples/locale/bs/LC_MESSAGES/hello2.mo
731
- - samples/locale/bs/LC_MESSAGES/hello_glade2.mo
732
- - samples/locale/bs/LC_MESSAGES/hello_gtk2.mo
733
- - samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo
734
- - samples/locale/bs/LC_MESSAGES/hello_noop.mo
735
- - samples/locale/bs/LC_MESSAGES/hello_plural.mo
736
- - samples/locale/bs/LC_MESSAGES/hello_tk.mo
737
- - samples/locale/ca/LC_MESSAGES/hello.mo
738
- - samples/locale/ca/LC_MESSAGES/hello2.mo
739
- - samples/locale/ca/LC_MESSAGES/hello_glade2.mo
740
- - samples/locale/ca/LC_MESSAGES/hello_gtk2.mo
741
- - samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo
742
- - samples/locale/ca/LC_MESSAGES/hello_noop.mo
743
- - samples/locale/ca/LC_MESSAGES/hello_plural.mo
744
- - samples/locale/ca/LC_MESSAGES/hello_tk.mo
745
- - samples/locale/cs/LC_MESSAGES/hello.mo
746
- - samples/locale/cs/LC_MESSAGES/hello2.mo
747
- - samples/locale/cs/LC_MESSAGES/hello_glade2.mo
748
- - samples/locale/cs/LC_MESSAGES/hello_gtk2.mo
749
- - samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo
750
- - samples/locale/cs/LC_MESSAGES/hello_noop.mo
751
- - samples/locale/cs/LC_MESSAGES/hello_plural.mo
752
- - samples/locale/cs/LC_MESSAGES/hello_tk.mo
753
- - samples/locale/de/LC_MESSAGES/hello.mo
754
- - samples/locale/de/LC_MESSAGES/hello2.mo
755
- - samples/locale/de/LC_MESSAGES/hello_glade2.mo
756
- - samples/locale/de/LC_MESSAGES/hello_gtk2.mo
757
- - samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo
758
- - samples/locale/de/LC_MESSAGES/hello_noop.mo
759
- - samples/locale/de/LC_MESSAGES/hello_plural.mo
760
- - samples/locale/de/LC_MESSAGES/hello_tk.mo
761
- - samples/locale/el/LC_MESSAGES/hello.mo
762
- - samples/locale/el/LC_MESSAGES/hello2.mo
763
- - samples/locale/el/LC_MESSAGES/hello_glade2.mo
764
- - samples/locale/el/LC_MESSAGES/hello_gtk2.mo
765
- - samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo
766
- - samples/locale/el/LC_MESSAGES/hello_noop.mo
767
- - samples/locale/el/LC_MESSAGES/hello_plural.mo
768
- - samples/locale/el/LC_MESSAGES/hello_tk.mo
769
- - samples/locale/eo/LC_MESSAGES/hello.mo
770
- - samples/locale/eo/LC_MESSAGES/hello2.mo
771
- - samples/locale/eo/LC_MESSAGES/hello_glade2.mo
772
- - samples/locale/eo/LC_MESSAGES/hello_gtk2.mo
773
- - samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo
774
- - samples/locale/eo/LC_MESSAGES/hello_noop.mo
775
- - samples/locale/eo/LC_MESSAGES/hello_plural.mo
776
- - samples/locale/eo/LC_MESSAGES/hello_tk.mo
777
- - samples/locale/es/LC_MESSAGES/hello.mo
778
- - samples/locale/es/LC_MESSAGES/hello2.mo
779
- - samples/locale/es/LC_MESSAGES/hello_glade2.mo
780
- - samples/locale/es/LC_MESSAGES/hello_gtk2.mo
781
- - samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo
782
- - samples/locale/es/LC_MESSAGES/hello_noop.mo
783
- - samples/locale/es/LC_MESSAGES/hello_plural.mo
784
- - samples/locale/es/LC_MESSAGES/hello_tk.mo
785
- - samples/locale/fr/LC_MESSAGES/hello.mo
786
- - samples/locale/fr/LC_MESSAGES/hello2.mo
787
- - samples/locale/fr/LC_MESSAGES/hello_glade2.mo
788
- - samples/locale/fr/LC_MESSAGES/hello_gtk2.mo
789
- - samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo
790
- - samples/locale/fr/LC_MESSAGES/hello_noop.mo
791
- - samples/locale/fr/LC_MESSAGES/hello_plural.mo
792
- - samples/locale/fr/LC_MESSAGES/hello_tk.mo
793
- - samples/locale/hr/LC_MESSAGES/hello.mo
794
- - samples/locale/hr/LC_MESSAGES/hello2.mo
795
- - samples/locale/hr/LC_MESSAGES/hello_glade2.mo
796
- - samples/locale/hr/LC_MESSAGES/hello_gtk2.mo
797
- - samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo
798
- - samples/locale/hr/LC_MESSAGES/hello_noop.mo
799
- - samples/locale/hr/LC_MESSAGES/hello_plural.mo
800
- - samples/locale/hr/LC_MESSAGES/hello_tk.mo
801
- - samples/locale/hu/LC_MESSAGES/hello.mo
802
- - samples/locale/hu/LC_MESSAGES/hello2.mo
803
- - samples/locale/hu/LC_MESSAGES/hello_glade2.mo
804
- - samples/locale/hu/LC_MESSAGES/hello_gtk2.mo
805
- - samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo
806
- - samples/locale/hu/LC_MESSAGES/hello_noop.mo
807
- - samples/locale/hu/LC_MESSAGES/hello_plural.mo
808
- - samples/locale/hu/LC_MESSAGES/hello_tk.mo
809
- - samples/locale/it/LC_MESSAGES/hello.mo
810
- - samples/locale/it/LC_MESSAGES/hello2.mo
811
- - samples/locale/it/LC_MESSAGES/hello_glade2.mo
812
- - samples/locale/it/LC_MESSAGES/hello_gtk2.mo
813
- - samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo
814
- - samples/locale/it/LC_MESSAGES/hello_noop.mo
815
- - samples/locale/it/LC_MESSAGES/hello_plural.mo
816
- - samples/locale/it/LC_MESSAGES/hello_tk.mo
817
- - samples/locale/ja/LC_MESSAGES/hello.mo
818
- - samples/locale/ja/LC_MESSAGES/hello2.mo
819
- - samples/locale/ja/LC_MESSAGES/hello_glade2.mo
820
- - samples/locale/ja/LC_MESSAGES/hello_gtk2.mo
821
- - samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo
822
- - samples/locale/ja/LC_MESSAGES/hello_noop.mo
823
- - samples/locale/ja/LC_MESSAGES/hello_plural.mo
824
- - samples/locale/ja/LC_MESSAGES/hello_tk.mo
825
- - samples/locale/ko/LC_MESSAGES/hello.mo
826
- - samples/locale/ko/LC_MESSAGES/hello2.mo
827
- - samples/locale/ko/LC_MESSAGES/hello_glade2.mo
828
- - samples/locale/ko/LC_MESSAGES/hello_gtk2.mo
829
- - samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo
830
- - samples/locale/ko/LC_MESSAGES/hello_noop.mo
831
- - samples/locale/ko/LC_MESSAGES/hello_plural.mo
832
- - samples/locale/ko/LC_MESSAGES/hello_tk.mo
833
- - samples/locale/lv/LC_MESSAGES/hello.mo
834
- - samples/locale/lv/LC_MESSAGES/hello2.mo
835
- - samples/locale/lv/LC_MESSAGES/hello_glade2.mo
836
- - samples/locale/lv/LC_MESSAGES/hello_gtk2.mo
837
- - samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo
838
- - samples/locale/lv/LC_MESSAGES/hello_noop.mo
839
- - samples/locale/lv/LC_MESSAGES/hello_plural.mo
840
- - samples/locale/lv/LC_MESSAGES/hello_tk.mo
841
- - samples/locale/nb/LC_MESSAGES/hello.mo
842
- - samples/locale/nb/LC_MESSAGES/hello2.mo
843
- - samples/locale/nb/LC_MESSAGES/hello_glade2.mo
844
- - samples/locale/nb/LC_MESSAGES/hello_gtk2.mo
845
- - samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo
846
- - samples/locale/nb/LC_MESSAGES/hello_noop.mo
847
- - samples/locale/nb/LC_MESSAGES/hello_plural.mo
848
- - samples/locale/nb/LC_MESSAGES/hello_tk.mo
849
- - samples/locale/nl/LC_MESSAGES/hello.mo
850
- - samples/locale/nl/LC_MESSAGES/hello2.mo
851
- - samples/locale/nl/LC_MESSAGES/hello_glade2.mo
852
- - samples/locale/nl/LC_MESSAGES/hello_gtk2.mo
853
- - samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo
854
- - samples/locale/nl/LC_MESSAGES/hello_noop.mo
855
- - samples/locale/nl/LC_MESSAGES/hello_plural.mo
856
- - samples/locale/nl/LC_MESSAGES/hello_tk.mo
857
- - samples/locale/pt_BR/LC_MESSAGES/hello.mo
858
- - samples/locale/pt_BR/LC_MESSAGES/hello2.mo
859
- - samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
860
- - samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo
861
- - samples/locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo
862
- - samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
863
- - samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
864
- - samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
865
- - samples/locale/ru/LC_MESSAGES/hello.mo
866
- - samples/locale/ru/LC_MESSAGES/hello2.mo
867
- - samples/locale/ru/LC_MESSAGES/hello_glade2.mo
868
- - samples/locale/ru/LC_MESSAGES/hello_gtk2.mo
869
- - samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo
870
- - samples/locale/ru/LC_MESSAGES/hello_noop.mo
871
- - samples/locale/ru/LC_MESSAGES/hello_plural.mo
872
- - samples/locale/ru/LC_MESSAGES/hello_tk.mo
873
- - samples/locale/sr/LC_MESSAGES/hello.mo
874
- - samples/locale/sr/LC_MESSAGES/hello2.mo
875
- - samples/locale/sr/LC_MESSAGES/hello_glade2.mo
876
- - samples/locale/sr/LC_MESSAGES/hello_gtk2.mo
877
- - samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo
878
- - samples/locale/sr/LC_MESSAGES/hello_noop.mo
879
- - samples/locale/sr/LC_MESSAGES/hello_plural.mo
880
- - samples/locale/sr/LC_MESSAGES/hello_tk.mo
881
- - samples/locale/sv/LC_MESSAGES/hello.mo
882
- - samples/locale/sv/LC_MESSAGES/hello2.mo
883
- - samples/locale/sv/LC_MESSAGES/hello_glade2.mo
884
- - samples/locale/sv/LC_MESSAGES/hello_gtk2.mo
885
- - samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo
886
- - samples/locale/sv/LC_MESSAGES/hello_noop.mo
887
- - samples/locale/sv/LC_MESSAGES/hello_plural.mo
888
- - samples/locale/sv/LC_MESSAGES/hello_tk.mo
889
- - samples/locale/uk/LC_MESSAGES/hello.mo
890
- - samples/locale/uk/LC_MESSAGES/hello2.mo
891
- - samples/locale/uk/LC_MESSAGES/hello_glade2.mo
892
- - samples/locale/uk/LC_MESSAGES/hello_gtk2.mo
893
- - samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo
894
- - samples/locale/uk/LC_MESSAGES/hello_noop.mo
895
- - samples/locale/uk/LC_MESSAGES/hello_plural.mo
896
- - samples/locale/uk/LC_MESSAGES/hello_tk.mo
897
- - samples/locale/vi/LC_MESSAGES/hello.mo
898
- - samples/locale/vi/LC_MESSAGES/hello2.mo
899
- - samples/locale/vi/LC_MESSAGES/hello_glade2.mo
900
- - samples/locale/vi/LC_MESSAGES/hello_gtk2.mo
901
- - samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo
902
- - samples/locale/vi/LC_MESSAGES/hello_noop.mo
903
- - samples/locale/vi/LC_MESSAGES/hello_plural.mo
904
- - samples/locale/vi/LC_MESSAGES/hello_tk.mo
905
- - samples/locale/zh/LC_MESSAGES/hello.mo
906
- - samples/locale/zh/LC_MESSAGES/hello2.mo
907
- - samples/locale/zh/LC_MESSAGES/hello_glade2.mo
908
- - samples/locale/zh/LC_MESSAGES/hello_gtk2.mo
909
- - samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo
910
- - samples/locale/zh/LC_MESSAGES/hello_noop.mo
911
- - samples/locale/zh/LC_MESSAGES/hello_plural.mo
912
- - samples/locale/zh/LC_MESSAGES/hello_tk.mo
913
- - samples/locale/zh_TW/LC_MESSAGES/hello.mo
914
- - samples/locale/zh_TW/LC_MESSAGES/hello2.mo
915
- - samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
916
- - samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo
917
- - samples/locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo
918
- - samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
919
- - samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
920
- - samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
921
- - samples/po/bg/hello.edit.po
922
443
  - samples/po/bg/hello.po
923
- - samples/po/bg/hello.po.time_stamp
924
- - samples/po/bg/hello2.edit.po
925
444
  - samples/po/bg/hello2.po
926
- - samples/po/bg/hello2.po.time_stamp
927
- - samples/po/bg/hello_glade2.edit.po
928
445
  - samples/po/bg/hello_glade2.po
929
- - samples/po/bg/hello_glade2.po.time_stamp
930
- - samples/po/bg/hello_gtk2.edit.po
931
446
  - samples/po/bg/hello_gtk2.po
932
- - samples/po/bg/hello_gtk2.po.time_stamp
933
- - samples/po/bg/hello_gtk_builder.edit.po
934
447
  - samples/po/bg/hello_gtk_builder.po
935
- - samples/po/bg/hello_gtk_builder.po.time_stamp
936
- - samples/po/bg/hello_noop.edit.po
937
448
  - samples/po/bg/hello_noop.po
938
- - samples/po/bg/hello_noop.po.time_stamp
939
- - samples/po/bg/hello_plural.edit.po
940
449
  - samples/po/bg/hello_plural.po
941
- - samples/po/bg/hello_plural.po.time_stamp
942
- - samples/po/bg/hello_tk.edit.po
943
450
  - samples/po/bg/hello_tk.po
944
- - samples/po/bg/hello_tk.po.time_stamp
945
- - samples/po/bs/hello.edit.po
946
451
  - samples/po/bs/hello.po
947
- - samples/po/bs/hello.po.time_stamp
948
- - samples/po/bs/hello2.edit.po
949
452
  - samples/po/bs/hello2.po
950
- - samples/po/bs/hello2.po.time_stamp
951
- - samples/po/bs/hello_glade2.edit.po
952
453
  - samples/po/bs/hello_glade2.po
953
- - samples/po/bs/hello_glade2.po.time_stamp
954
- - samples/po/bs/hello_gtk2.edit.po
955
454
  - samples/po/bs/hello_gtk2.po
956
- - samples/po/bs/hello_gtk2.po.time_stamp
957
- - samples/po/bs/hello_gtk_builder.edit.po
958
455
  - samples/po/bs/hello_gtk_builder.po
959
- - samples/po/bs/hello_gtk_builder.po.time_stamp
960
- - samples/po/bs/hello_noop.edit.po
961
456
  - samples/po/bs/hello_noop.po
962
- - samples/po/bs/hello_noop.po.time_stamp
963
- - samples/po/bs/hello_plural.edit.po
964
457
  - samples/po/bs/hello_plural.po
965
- - samples/po/bs/hello_plural.po.time_stamp
966
- - samples/po/bs/hello_tk.edit.po
967
458
  - samples/po/bs/hello_tk.po
968
- - samples/po/bs/hello_tk.po.time_stamp
969
- - samples/po/ca/hello.edit.po
970
459
  - samples/po/ca/hello.po
971
- - samples/po/ca/hello.po.time_stamp
972
- - samples/po/ca/hello2.edit.po
973
460
  - samples/po/ca/hello2.po
974
- - samples/po/ca/hello2.po.time_stamp
975
- - samples/po/ca/hello_glade2.edit.po
976
461
  - samples/po/ca/hello_glade2.po
977
- - samples/po/ca/hello_glade2.po.time_stamp
978
- - samples/po/ca/hello_gtk2.edit.po
979
462
  - samples/po/ca/hello_gtk2.po
980
- - samples/po/ca/hello_gtk2.po.time_stamp
981
- - samples/po/ca/hello_gtk_builder.edit.po
982
463
  - samples/po/ca/hello_gtk_builder.po
983
- - samples/po/ca/hello_gtk_builder.po.time_stamp
984
- - samples/po/ca/hello_noop.edit.po
985
464
  - samples/po/ca/hello_noop.po
986
- - samples/po/ca/hello_noop.po.time_stamp
987
- - samples/po/ca/hello_plural.edit.po
988
465
  - samples/po/ca/hello_plural.po
989
- - samples/po/ca/hello_plural.po.time_stamp
990
- - samples/po/ca/hello_tk.edit.po
991
466
  - samples/po/ca/hello_tk.po
992
- - samples/po/ca/hello_tk.po.time_stamp
993
- - samples/po/cs/hello.edit.po
994
467
  - samples/po/cs/hello.po
995
- - samples/po/cs/hello.po.time_stamp
996
- - samples/po/cs/hello2.edit.po
997
468
  - samples/po/cs/hello2.po
998
- - samples/po/cs/hello2.po.time_stamp
999
- - samples/po/cs/hello_glade2.edit.po
1000
469
  - samples/po/cs/hello_glade2.po
1001
- - samples/po/cs/hello_glade2.po.time_stamp
1002
- - samples/po/cs/hello_gtk2.edit.po
1003
470
  - samples/po/cs/hello_gtk2.po
1004
- - samples/po/cs/hello_gtk2.po.time_stamp
1005
- - samples/po/cs/hello_gtk_builder.edit.po
1006
471
  - samples/po/cs/hello_gtk_builder.po
1007
- - samples/po/cs/hello_gtk_builder.po.time_stamp
1008
- - samples/po/cs/hello_noop.edit.po
1009
472
  - samples/po/cs/hello_noop.po
1010
- - samples/po/cs/hello_noop.po.time_stamp
1011
- - samples/po/cs/hello_plural.edit.po
1012
473
  - samples/po/cs/hello_plural.po
1013
- - samples/po/cs/hello_plural.po.time_stamp
1014
- - samples/po/cs/hello_tk.edit.po
1015
474
  - samples/po/cs/hello_tk.po
1016
- - samples/po/cs/hello_tk.po.time_stamp
1017
- - samples/po/de/hello.edit.po
1018
475
  - samples/po/de/hello.po
1019
- - samples/po/de/hello.po.time_stamp
1020
- - samples/po/de/hello2.edit.po
1021
476
  - samples/po/de/hello2.po
1022
- - samples/po/de/hello2.po.time_stamp
1023
- - samples/po/de/hello_glade2.edit.po
1024
477
  - samples/po/de/hello_glade2.po
1025
- - samples/po/de/hello_glade2.po.time_stamp
1026
- - samples/po/de/hello_gtk2.edit.po
1027
478
  - samples/po/de/hello_gtk2.po
1028
- - samples/po/de/hello_gtk2.po.time_stamp
1029
- - samples/po/de/hello_gtk_builder.edit.po
1030
479
  - samples/po/de/hello_gtk_builder.po
1031
- - samples/po/de/hello_gtk_builder.po.time_stamp
1032
- - samples/po/de/hello_noop.edit.po
1033
480
  - samples/po/de/hello_noop.po
1034
- - samples/po/de/hello_noop.po.time_stamp
1035
- - samples/po/de/hello_plural.edit.po
1036
481
  - samples/po/de/hello_plural.po
1037
- - samples/po/de/hello_plural.po.time_stamp
1038
- - samples/po/de/hello_tk.edit.po
1039
482
  - samples/po/de/hello_tk.po
1040
- - samples/po/de/hello_tk.po.time_stamp
1041
- - samples/po/el/hello.edit.po
1042
483
  - samples/po/el/hello.po
1043
- - samples/po/el/hello.po.time_stamp
1044
- - samples/po/el/hello2.edit.po
1045
484
  - samples/po/el/hello2.po
1046
- - samples/po/el/hello2.po.time_stamp
1047
- - samples/po/el/hello_glade2.edit.po
1048
485
  - samples/po/el/hello_glade2.po
1049
- - samples/po/el/hello_glade2.po.time_stamp
1050
- - samples/po/el/hello_gtk2.edit.po
1051
486
  - samples/po/el/hello_gtk2.po
1052
- - samples/po/el/hello_gtk2.po.time_stamp
1053
- - samples/po/el/hello_gtk_builder.edit.po
1054
487
  - samples/po/el/hello_gtk_builder.po
1055
- - samples/po/el/hello_gtk_builder.po.time_stamp
1056
- - samples/po/el/hello_noop.edit.po
1057
488
  - samples/po/el/hello_noop.po
1058
- - samples/po/el/hello_noop.po.time_stamp
1059
- - samples/po/el/hello_plural.edit.po
1060
489
  - samples/po/el/hello_plural.po
1061
- - samples/po/el/hello_plural.po.time_stamp
1062
- - samples/po/el/hello_tk.edit.po
1063
490
  - samples/po/el/hello_tk.po
1064
- - samples/po/el/hello_tk.po.time_stamp
1065
- - samples/po/eo/hello.edit.po
1066
491
  - samples/po/eo/hello.po
1067
- - samples/po/eo/hello.po.time_stamp
1068
- - samples/po/eo/hello2.edit.po
1069
492
  - samples/po/eo/hello2.po
1070
- - samples/po/eo/hello2.po.time_stamp
1071
- - samples/po/eo/hello_glade2.edit.po
1072
493
  - samples/po/eo/hello_glade2.po
1073
- - samples/po/eo/hello_glade2.po.time_stamp
1074
- - samples/po/eo/hello_gtk2.edit.po
1075
494
  - samples/po/eo/hello_gtk2.po
1076
- - samples/po/eo/hello_gtk2.po.time_stamp
1077
- - samples/po/eo/hello_gtk_builder.edit.po
1078
495
  - samples/po/eo/hello_gtk_builder.po
1079
- - samples/po/eo/hello_gtk_builder.po.time_stamp
1080
- - samples/po/eo/hello_noop.edit.po
1081
496
  - samples/po/eo/hello_noop.po
1082
- - samples/po/eo/hello_noop.po.time_stamp
1083
- - samples/po/eo/hello_plural.edit.po
1084
497
  - samples/po/eo/hello_plural.po
1085
- - samples/po/eo/hello_plural.po.time_stamp
1086
- - samples/po/eo/hello_tk.edit.po
1087
498
  - samples/po/eo/hello_tk.po
1088
- - samples/po/eo/hello_tk.po.time_stamp
1089
- - samples/po/es/hello.edit.po
1090
499
  - samples/po/es/hello.po
1091
- - samples/po/es/hello.po.time_stamp
1092
- - samples/po/es/hello2.edit.po
1093
500
  - samples/po/es/hello2.po
1094
- - samples/po/es/hello2.po.time_stamp
1095
- - samples/po/es/hello_glade2.edit.po
1096
501
  - samples/po/es/hello_glade2.po
1097
- - samples/po/es/hello_glade2.po.time_stamp
1098
- - samples/po/es/hello_gtk2.edit.po
1099
502
  - samples/po/es/hello_gtk2.po
1100
- - samples/po/es/hello_gtk2.po.time_stamp
1101
- - samples/po/es/hello_gtk_builder.edit.po
1102
503
  - samples/po/es/hello_gtk_builder.po
1103
- - samples/po/es/hello_gtk_builder.po.time_stamp
1104
- - samples/po/es/hello_noop.edit.po
1105
504
  - samples/po/es/hello_noop.po
1106
- - samples/po/es/hello_noop.po.time_stamp
1107
- - samples/po/es/hello_plural.edit.po
1108
505
  - samples/po/es/hello_plural.po
1109
- - samples/po/es/hello_plural.po.time_stamp
1110
- - samples/po/es/hello_tk.edit.po
1111
506
  - samples/po/es/hello_tk.po
1112
- - samples/po/es/hello_tk.po.time_stamp
1113
- - samples/po/fr/hello.edit.po
1114
507
  - samples/po/fr/hello.po
1115
- - samples/po/fr/hello.po.time_stamp
1116
- - samples/po/fr/hello2.edit.po
1117
508
  - samples/po/fr/hello2.po
1118
- - samples/po/fr/hello2.po.time_stamp
1119
- - samples/po/fr/hello_glade2.edit.po
1120
509
  - samples/po/fr/hello_glade2.po
1121
- - samples/po/fr/hello_glade2.po.time_stamp
1122
- - samples/po/fr/hello_gtk2.edit.po
1123
510
  - samples/po/fr/hello_gtk2.po
1124
- - samples/po/fr/hello_gtk2.po.time_stamp
1125
- - samples/po/fr/hello_gtk_builder.edit.po
1126
511
  - samples/po/fr/hello_gtk_builder.po
1127
- - samples/po/fr/hello_gtk_builder.po.time_stamp
1128
- - samples/po/fr/hello_noop.edit.po
1129
512
  - samples/po/fr/hello_noop.po
1130
- - samples/po/fr/hello_noop.po.time_stamp
1131
- - samples/po/fr/hello_plural.edit.po
1132
513
  - samples/po/fr/hello_plural.po
1133
- - samples/po/fr/hello_plural.po.time_stamp
1134
- - samples/po/fr/hello_tk.edit.po
1135
514
  - samples/po/fr/hello_tk.po
1136
- - samples/po/fr/hello_tk.po.time_stamp
1137
- - samples/po/hello.pot
1138
- - samples/po/hello2.pot
1139
- - samples/po/hello_glade2.pot
1140
- - samples/po/hello_gtk2.pot
1141
- - samples/po/hello_gtk_builder.pot
1142
- - samples/po/hello_noop.pot
1143
- - samples/po/hello_plural.pot
1144
- - samples/po/hello_tk.pot
1145
- - samples/po/hr/hello.edit.po
1146
515
  - samples/po/hr/hello.po
1147
- - samples/po/hr/hello.po.time_stamp
1148
- - samples/po/hr/hello2.edit.po
1149
516
  - samples/po/hr/hello2.po
1150
- - samples/po/hr/hello2.po.time_stamp
1151
- - samples/po/hr/hello_glade2.edit.po
1152
517
  - samples/po/hr/hello_glade2.po
1153
- - samples/po/hr/hello_glade2.po.time_stamp
1154
- - samples/po/hr/hello_gtk2.edit.po
1155
518
  - samples/po/hr/hello_gtk2.po
1156
- - samples/po/hr/hello_gtk2.po.time_stamp
1157
- - samples/po/hr/hello_gtk_builder.edit.po
1158
519
  - samples/po/hr/hello_gtk_builder.po
1159
- - samples/po/hr/hello_gtk_builder.po.time_stamp
1160
- - samples/po/hr/hello_noop.edit.po
1161
520
  - samples/po/hr/hello_noop.po
1162
- - samples/po/hr/hello_noop.po.time_stamp
1163
- - samples/po/hr/hello_plural.edit.po
1164
521
  - samples/po/hr/hello_plural.po
1165
- - samples/po/hr/hello_plural.po.time_stamp
1166
- - samples/po/hr/hello_tk.edit.po
1167
522
  - samples/po/hr/hello_tk.po
1168
- - samples/po/hr/hello_tk.po.time_stamp
1169
- - samples/po/hu/hello.edit.po
1170
523
  - samples/po/hu/hello.po
1171
- - samples/po/hu/hello.po.time_stamp
1172
- - samples/po/hu/hello2.edit.po
1173
524
  - samples/po/hu/hello2.po
1174
- - samples/po/hu/hello2.po.time_stamp
1175
- - samples/po/hu/hello_glade2.edit.po
1176
525
  - samples/po/hu/hello_glade2.po
1177
- - samples/po/hu/hello_glade2.po.time_stamp
1178
- - samples/po/hu/hello_gtk2.edit.po
1179
526
  - samples/po/hu/hello_gtk2.po
1180
- - samples/po/hu/hello_gtk2.po.time_stamp
1181
- - samples/po/hu/hello_gtk_builder.edit.po
1182
527
  - samples/po/hu/hello_gtk_builder.po
1183
- - samples/po/hu/hello_gtk_builder.po.time_stamp
1184
- - samples/po/hu/hello_noop.edit.po
1185
528
  - samples/po/hu/hello_noop.po
1186
- - samples/po/hu/hello_noop.po.time_stamp
1187
- - samples/po/hu/hello_plural.edit.po
1188
529
  - samples/po/hu/hello_plural.po
1189
- - samples/po/hu/hello_plural.po.time_stamp
1190
- - samples/po/hu/hello_tk.edit.po
1191
530
  - samples/po/hu/hello_tk.po
1192
- - samples/po/hu/hello_tk.po.time_stamp
1193
- - samples/po/it/hello.edit.po
1194
531
  - samples/po/it/hello.po
1195
- - samples/po/it/hello.po.time_stamp
1196
- - samples/po/it/hello2.edit.po
1197
532
  - samples/po/it/hello2.po
1198
- - samples/po/it/hello2.po.time_stamp
1199
- - samples/po/it/hello_glade2.edit.po
1200
533
  - samples/po/it/hello_glade2.po
1201
- - samples/po/it/hello_glade2.po.time_stamp
1202
- - samples/po/it/hello_gtk2.edit.po
1203
534
  - samples/po/it/hello_gtk2.po
1204
- - samples/po/it/hello_gtk2.po.time_stamp
1205
- - samples/po/it/hello_gtk_builder.edit.po
1206
535
  - samples/po/it/hello_gtk_builder.po
1207
- - samples/po/it/hello_gtk_builder.po.time_stamp
1208
- - samples/po/it/hello_noop.edit.po
1209
536
  - samples/po/it/hello_noop.po
1210
- - samples/po/it/hello_noop.po.time_stamp
1211
- - samples/po/it/hello_plural.edit.po
1212
537
  - samples/po/it/hello_plural.po
1213
- - samples/po/it/hello_plural.po.time_stamp
1214
- - samples/po/it/hello_tk.edit.po
1215
538
  - samples/po/it/hello_tk.po
1216
- - samples/po/it/hello_tk.po.time_stamp
1217
- - samples/po/ja/hello.edit.po
1218
539
  - samples/po/ja/hello.po
1219
- - samples/po/ja/hello.po.time_stamp
1220
- - samples/po/ja/hello2.edit.po
1221
540
  - samples/po/ja/hello2.po
1222
- - samples/po/ja/hello2.po.time_stamp
1223
- - samples/po/ja/hello_glade2.edit.po
1224
541
  - samples/po/ja/hello_glade2.po
1225
- - samples/po/ja/hello_glade2.po.time_stamp
1226
- - samples/po/ja/hello_gtk2.edit.po
1227
542
  - samples/po/ja/hello_gtk2.po
1228
- - samples/po/ja/hello_gtk2.po.time_stamp
1229
- - samples/po/ja/hello_gtk_builder.edit.po
1230
543
  - samples/po/ja/hello_gtk_builder.po
1231
- - samples/po/ja/hello_gtk_builder.po.time_stamp
1232
- - samples/po/ja/hello_noop.edit.po
1233
544
  - samples/po/ja/hello_noop.po
1234
- - samples/po/ja/hello_noop.po.time_stamp
1235
- - samples/po/ja/hello_plural.edit.po
1236
545
  - samples/po/ja/hello_plural.po
1237
- - samples/po/ja/hello_plural.po.time_stamp
1238
- - samples/po/ja/hello_tk.edit.po
1239
546
  - samples/po/ja/hello_tk.po
1240
- - samples/po/ja/hello_tk.po.time_stamp
1241
- - samples/po/ko/hello.edit.po
1242
547
  - samples/po/ko/hello.po
1243
- - samples/po/ko/hello.po.time_stamp
1244
- - samples/po/ko/hello2.edit.po
1245
548
  - samples/po/ko/hello2.po
1246
- - samples/po/ko/hello2.po.time_stamp
1247
- - samples/po/ko/hello_glade2.edit.po
1248
549
  - samples/po/ko/hello_glade2.po
1249
- - samples/po/ko/hello_glade2.po.time_stamp
1250
- - samples/po/ko/hello_gtk2.edit.po
1251
550
  - samples/po/ko/hello_gtk2.po
1252
- - samples/po/ko/hello_gtk2.po.time_stamp
1253
- - samples/po/ko/hello_gtk_builder.edit.po
1254
551
  - samples/po/ko/hello_gtk_builder.po
1255
- - samples/po/ko/hello_gtk_builder.po.time_stamp
1256
- - samples/po/ko/hello_noop.edit.po
1257
552
  - samples/po/ko/hello_noop.po
1258
- - samples/po/ko/hello_noop.po.time_stamp
1259
- - samples/po/ko/hello_plural.edit.po
1260
553
  - samples/po/ko/hello_plural.po
1261
- - samples/po/ko/hello_plural.po.time_stamp
1262
- - samples/po/ko/hello_tk.edit.po
1263
554
  - samples/po/ko/hello_tk.po
1264
- - samples/po/ko/hello_tk.po.time_stamp
1265
- - samples/po/lv/hello.edit.po
1266
555
  - samples/po/lv/hello.po
1267
- - samples/po/lv/hello.po.time_stamp
1268
- - samples/po/lv/hello2.edit.po
1269
556
  - samples/po/lv/hello2.po
1270
- - samples/po/lv/hello2.po.time_stamp
1271
- - samples/po/lv/hello_glade2.edit.po
1272
557
  - samples/po/lv/hello_glade2.po
1273
- - samples/po/lv/hello_glade2.po.time_stamp
1274
- - samples/po/lv/hello_gtk2.edit.po
1275
558
  - samples/po/lv/hello_gtk2.po
1276
- - samples/po/lv/hello_gtk2.po.time_stamp
1277
- - samples/po/lv/hello_gtk_builder.edit.po
1278
559
  - samples/po/lv/hello_gtk_builder.po
1279
- - samples/po/lv/hello_gtk_builder.po.time_stamp
1280
- - samples/po/lv/hello_noop.edit.po
1281
560
  - samples/po/lv/hello_noop.po
1282
- - samples/po/lv/hello_noop.po.time_stamp
1283
- - samples/po/lv/hello_plural.edit.po
1284
561
  - samples/po/lv/hello_plural.po
1285
- - samples/po/lv/hello_plural.po.time_stamp
1286
- - samples/po/lv/hello_tk.edit.po
1287
562
  - samples/po/lv/hello_tk.po
1288
- - samples/po/lv/hello_tk.po.time_stamp
1289
- - samples/po/nb/hello.edit.po
1290
563
  - samples/po/nb/hello.po
1291
- - samples/po/nb/hello.po.time_stamp
1292
- - samples/po/nb/hello2.edit.po
1293
564
  - samples/po/nb/hello2.po
1294
- - samples/po/nb/hello2.po.time_stamp
1295
- - samples/po/nb/hello_glade2.edit.po
1296
565
  - samples/po/nb/hello_glade2.po
1297
- - samples/po/nb/hello_glade2.po.time_stamp
1298
- - samples/po/nb/hello_gtk2.edit.po
1299
566
  - samples/po/nb/hello_gtk2.po
1300
- - samples/po/nb/hello_gtk2.po.time_stamp
1301
- - samples/po/nb/hello_gtk_builder.edit.po
1302
567
  - samples/po/nb/hello_gtk_builder.po
1303
- - samples/po/nb/hello_gtk_builder.po.time_stamp
1304
- - samples/po/nb/hello_noop.edit.po
1305
568
  - samples/po/nb/hello_noop.po
1306
- - samples/po/nb/hello_noop.po.time_stamp
1307
- - samples/po/nb/hello_plural.edit.po
1308
569
  - samples/po/nb/hello_plural.po
1309
- - samples/po/nb/hello_plural.po.time_stamp
1310
- - samples/po/nb/hello_tk.edit.po
1311
570
  - samples/po/nb/hello_tk.po
1312
- - samples/po/nb/hello_tk.po.time_stamp
1313
- - samples/po/nl/hello.edit.po
1314
571
  - samples/po/nl/hello.po
1315
- - samples/po/nl/hello.po.time_stamp
1316
- - samples/po/nl/hello2.edit.po
1317
572
  - samples/po/nl/hello2.po
1318
- - samples/po/nl/hello2.po.time_stamp
1319
- - samples/po/nl/hello_glade2.edit.po
1320
573
  - samples/po/nl/hello_glade2.po
1321
- - samples/po/nl/hello_glade2.po.time_stamp
1322
- - samples/po/nl/hello_gtk2.edit.po
1323
574
  - samples/po/nl/hello_gtk2.po
1324
- - samples/po/nl/hello_gtk2.po.time_stamp
1325
- - samples/po/nl/hello_gtk_builder.edit.po
1326
575
  - samples/po/nl/hello_gtk_builder.po
1327
- - samples/po/nl/hello_gtk_builder.po.time_stamp
1328
- - samples/po/nl/hello_noop.edit.po
1329
576
  - samples/po/nl/hello_noop.po
1330
- - samples/po/nl/hello_noop.po.time_stamp
1331
- - samples/po/nl/hello_plural.edit.po
1332
577
  - samples/po/nl/hello_plural.po
1333
- - samples/po/nl/hello_plural.po.time_stamp
1334
- - samples/po/nl/hello_tk.edit.po
1335
578
  - samples/po/nl/hello_tk.po
1336
- - samples/po/nl/hello_tk.po.time_stamp
1337
- - samples/po/pt_BR/hello.edit.po
1338
579
  - samples/po/pt_BR/hello.po
1339
- - samples/po/pt_BR/hello.po.time_stamp
1340
- - samples/po/pt_BR/hello2.edit.po
1341
580
  - samples/po/pt_BR/hello2.po
1342
- - samples/po/pt_BR/hello2.po.time_stamp
1343
- - samples/po/pt_BR/hello_glade2.edit.po
1344
581
  - samples/po/pt_BR/hello_glade2.po
1345
- - samples/po/pt_BR/hello_glade2.po.time_stamp
1346
- - samples/po/pt_BR/hello_gtk2.edit.po
1347
582
  - samples/po/pt_BR/hello_gtk2.po
1348
- - samples/po/pt_BR/hello_gtk2.po.time_stamp
1349
- - samples/po/pt_BR/hello_gtk_builder.edit.po
1350
583
  - samples/po/pt_BR/hello_gtk_builder.po
1351
- - samples/po/pt_BR/hello_gtk_builder.po.time_stamp
1352
- - samples/po/pt_BR/hello_noop.edit.po
1353
584
  - samples/po/pt_BR/hello_noop.po
1354
- - samples/po/pt_BR/hello_noop.po.time_stamp
1355
- - samples/po/pt_BR/hello_plural.edit.po
1356
585
  - samples/po/pt_BR/hello_plural.po
1357
- - samples/po/pt_BR/hello_plural.po.time_stamp
1358
- - samples/po/pt_BR/hello_tk.edit.po
1359
586
  - samples/po/pt_BR/hello_tk.po
1360
- - samples/po/pt_BR/hello_tk.po.time_stamp
1361
- - samples/po/ru/hello.edit.po
1362
587
  - samples/po/ru/hello.po
1363
- - samples/po/ru/hello.po.time_stamp
1364
- - samples/po/ru/hello2.edit.po
1365
588
  - samples/po/ru/hello2.po
1366
- - samples/po/ru/hello2.po.time_stamp
1367
- - samples/po/ru/hello_glade2.edit.po
1368
589
  - samples/po/ru/hello_glade2.po
1369
- - samples/po/ru/hello_glade2.po.time_stamp
1370
- - samples/po/ru/hello_gtk2.edit.po
1371
590
  - samples/po/ru/hello_gtk2.po
1372
- - samples/po/ru/hello_gtk2.po.time_stamp
1373
- - samples/po/ru/hello_gtk_builder.edit.po
1374
591
  - samples/po/ru/hello_gtk_builder.po
1375
- - samples/po/ru/hello_gtk_builder.po.time_stamp
1376
- - samples/po/ru/hello_noop.edit.po
1377
592
  - samples/po/ru/hello_noop.po
1378
- - samples/po/ru/hello_noop.po.time_stamp
1379
- - samples/po/ru/hello_plural.edit.po
1380
593
  - samples/po/ru/hello_plural.po
1381
- - samples/po/ru/hello_plural.po.time_stamp
1382
- - samples/po/ru/hello_tk.edit.po
1383
594
  - samples/po/ru/hello_tk.po
1384
- - samples/po/ru/hello_tk.po.time_stamp
1385
- - samples/po/sr/hello.edit.po
1386
595
  - samples/po/sr/hello.po
1387
- - samples/po/sr/hello.po.time_stamp
1388
- - samples/po/sr/hello2.edit.po
1389
596
  - samples/po/sr/hello2.po
1390
- - samples/po/sr/hello2.po.time_stamp
1391
- - samples/po/sr/hello_glade2.edit.po
1392
597
  - samples/po/sr/hello_glade2.po
1393
- - samples/po/sr/hello_glade2.po.time_stamp
1394
- - samples/po/sr/hello_gtk2.edit.po
1395
598
  - samples/po/sr/hello_gtk2.po
1396
- - samples/po/sr/hello_gtk2.po.time_stamp
1397
- - samples/po/sr/hello_gtk_builder.edit.po
1398
599
  - samples/po/sr/hello_gtk_builder.po
1399
- - samples/po/sr/hello_gtk_builder.po.time_stamp
1400
- - samples/po/sr/hello_noop.edit.po
1401
600
  - samples/po/sr/hello_noop.po
1402
- - samples/po/sr/hello_noop.po.time_stamp
1403
- - samples/po/sr/hello_plural.edit.po
1404
601
  - samples/po/sr/hello_plural.po
1405
- - samples/po/sr/hello_plural.po.time_stamp
1406
- - samples/po/sr/hello_tk.edit.po
1407
602
  - samples/po/sr/hello_tk.po
1408
- - samples/po/sr/hello_tk.po.time_stamp
1409
- - samples/po/sv/hello.edit.po
1410
603
  - samples/po/sv/hello.po
1411
- - samples/po/sv/hello.po.time_stamp
1412
- - samples/po/sv/hello2.edit.po
1413
604
  - samples/po/sv/hello2.po
1414
- - samples/po/sv/hello2.po.time_stamp
1415
- - samples/po/sv/hello_glade2.edit.po
1416
605
  - samples/po/sv/hello_glade2.po
1417
- - samples/po/sv/hello_glade2.po.time_stamp
1418
- - samples/po/sv/hello_gtk2.edit.po
1419
606
  - samples/po/sv/hello_gtk2.po
1420
- - samples/po/sv/hello_gtk2.po.time_stamp
1421
- - samples/po/sv/hello_gtk_builder.edit.po
1422
607
  - samples/po/sv/hello_gtk_builder.po
1423
- - samples/po/sv/hello_gtk_builder.po.time_stamp
1424
- - samples/po/sv/hello_noop.edit.po
1425
608
  - samples/po/sv/hello_noop.po
1426
- - samples/po/sv/hello_noop.po.time_stamp
1427
- - samples/po/sv/hello_plural.edit.po
1428
609
  - samples/po/sv/hello_plural.po
1429
- - samples/po/sv/hello_plural.po.time_stamp
1430
- - samples/po/sv/hello_tk.edit.po
1431
610
  - samples/po/sv/hello_tk.po
1432
- - samples/po/sv/hello_tk.po.time_stamp
1433
- - samples/po/uk/hello.edit.po
1434
611
  - samples/po/uk/hello.po
1435
- - samples/po/uk/hello.po.time_stamp
1436
- - samples/po/uk/hello2.edit.po
1437
612
  - samples/po/uk/hello2.po
1438
- - samples/po/uk/hello2.po.time_stamp
1439
- - samples/po/uk/hello_glade2.edit.po
1440
613
  - samples/po/uk/hello_glade2.po
1441
- - samples/po/uk/hello_glade2.po.time_stamp
1442
- - samples/po/uk/hello_gtk2.edit.po
1443
614
  - samples/po/uk/hello_gtk2.po
1444
- - samples/po/uk/hello_gtk2.po.time_stamp
1445
- - samples/po/uk/hello_gtk_builder.edit.po
1446
615
  - samples/po/uk/hello_gtk_builder.po
1447
- - samples/po/uk/hello_gtk_builder.po.time_stamp
1448
- - samples/po/uk/hello_noop.edit.po
1449
616
  - samples/po/uk/hello_noop.po
1450
- - samples/po/uk/hello_noop.po.time_stamp
1451
- - samples/po/uk/hello_plural.edit.po
1452
617
  - samples/po/uk/hello_plural.po
1453
- - samples/po/uk/hello_plural.po.time_stamp
1454
- - samples/po/uk/hello_tk.edit.po
1455
618
  - samples/po/uk/hello_tk.po
1456
- - samples/po/uk/hello_tk.po.time_stamp
1457
- - samples/po/vi/hello.edit.po
1458
619
  - samples/po/vi/hello.po
1459
- - samples/po/vi/hello.po.time_stamp
1460
- - samples/po/vi/hello2.edit.po
1461
620
  - samples/po/vi/hello2.po
1462
- - samples/po/vi/hello2.po.time_stamp
1463
- - samples/po/vi/hello_glade2.edit.po
1464
621
  - samples/po/vi/hello_glade2.po
1465
- - samples/po/vi/hello_glade2.po.time_stamp
1466
- - samples/po/vi/hello_gtk2.edit.po
1467
622
  - samples/po/vi/hello_gtk2.po
1468
- - samples/po/vi/hello_gtk2.po.time_stamp
1469
- - samples/po/vi/hello_gtk_builder.edit.po
1470
623
  - samples/po/vi/hello_gtk_builder.po
1471
- - samples/po/vi/hello_gtk_builder.po.time_stamp
1472
- - samples/po/vi/hello_noop.edit.po
1473
624
  - samples/po/vi/hello_noop.po
1474
- - samples/po/vi/hello_noop.po.time_stamp
1475
- - samples/po/vi/hello_plural.edit.po
1476
625
  - samples/po/vi/hello_plural.po
1477
- - samples/po/vi/hello_plural.po.time_stamp
1478
- - samples/po/vi/hello_tk.edit.po
1479
626
  - samples/po/vi/hello_tk.po
1480
- - samples/po/vi/hello_tk.po.time_stamp
1481
- - samples/po/zh/hello.edit.po
1482
627
  - samples/po/zh/hello.po
1483
- - samples/po/zh/hello.po.time_stamp
1484
- - samples/po/zh/hello2.edit.po
1485
628
  - samples/po/zh/hello2.po
1486
- - samples/po/zh/hello2.po.time_stamp
1487
- - samples/po/zh/hello_glade2.edit.po
1488
629
  - samples/po/zh/hello_glade2.po
1489
- - samples/po/zh/hello_glade2.po.time_stamp
1490
- - samples/po/zh/hello_gtk2.edit.po
1491
630
  - samples/po/zh/hello_gtk2.po
1492
- - samples/po/zh/hello_gtk2.po.time_stamp
1493
- - samples/po/zh/hello_gtk_builder.edit.po
1494
631
  - samples/po/zh/hello_gtk_builder.po
1495
- - samples/po/zh/hello_gtk_builder.po.time_stamp
1496
- - samples/po/zh/hello_noop.edit.po
1497
632
  - samples/po/zh/hello_noop.po
1498
- - samples/po/zh/hello_noop.po.time_stamp
1499
- - samples/po/zh/hello_plural.edit.po
1500
633
  - samples/po/zh/hello_plural.po
1501
- - samples/po/zh/hello_plural.po.time_stamp
1502
- - samples/po/zh/hello_tk.edit.po
1503
634
  - samples/po/zh/hello_tk.po
1504
- - samples/po/zh/hello_tk.po.time_stamp
1505
- - samples/po/zh_TW/hello.edit.po
1506
635
  - samples/po/zh_TW/hello.po
1507
- - samples/po/zh_TW/hello.po.time_stamp
1508
- - samples/po/zh_TW/hello2.edit.po
1509
636
  - samples/po/zh_TW/hello2.po
1510
- - samples/po/zh_TW/hello2.po.time_stamp
1511
- - samples/po/zh_TW/hello_glade2.edit.po
1512
637
  - samples/po/zh_TW/hello_glade2.po
1513
- - samples/po/zh_TW/hello_glade2.po.time_stamp
1514
- - samples/po/zh_TW/hello_gtk2.edit.po
1515
638
  - samples/po/zh_TW/hello_gtk2.po
1516
- - samples/po/zh_TW/hello_gtk2.po.time_stamp
1517
- - samples/po/zh_TW/hello_gtk_builder.edit.po
1518
639
  - samples/po/zh_TW/hello_gtk_builder.po
1519
- - samples/po/zh_TW/hello_gtk_builder.po.time_stamp
1520
- - samples/po/zh_TW/hello_noop.edit.po
1521
640
  - samples/po/zh_TW/hello_noop.po
1522
- - samples/po/zh_TW/hello_noop.po.time_stamp
1523
- - samples/po/zh_TW/hello_plural.edit.po
1524
641
  - samples/po/zh_TW/hello_plural.po
1525
- - samples/po/zh_TW/hello_plural.po.time_stamp
1526
- - samples/po/zh_TW/hello_tk.edit.po
1527
642
  - samples/po/zh_TW/hello_tk.po
1528
- - samples/po/zh_TW/hello_tk.po.time_stamp
1529
643
  - src/po_parser.ry
1530
644
  - test/fixtures/_.rb
1531
645
  - test/fixtures/_/backtick.rb
@@ -1545,12 +659,12 @@ files:
1545
659
  - test/fixtures/backslash.rb
1546
660
  - test/fixtures/erb/ascii.rhtml
1547
661
  - test/fixtures/erb/ascii.rxml
662
+ - test/fixtures/erb/case.rhtml
1548
663
  - test/fixtures/erb/minus.rhtml
1549
664
  - test/fixtures/erb/non_ascii.rhtml
1550
665
  - test/fixtures/glade/2.glade
1551
666
  - test/fixtures/glade/3.glade
1552
667
  - test/fixtures/gtk_builder_ui_definitions.ui
1553
- - test/fixtures/gtk_builder_ui_definitions.ui~
1554
668
  - test/fixtures/hello.rb
1555
669
  - test/fixtures/lower_n_.rb
1556
670
  - test/fixtures/multi_text_domain.rb
@@ -1570,40 +684,6 @@ files:
1570
684
  - test/fixtures/upper_n_.rb
1571
685
  - test/fixtures/upper_nn_.rb
1572
686
  - test/helper.rb
1573
- - test/locale/cr/LC_MESSAGES/plural.mo
1574
- - test/locale/da/LC_MESSAGES/plural.mo
1575
- - test/locale/da/LC_MESSAGES/plural_error.mo
1576
- - test/locale/fr/LC_MESSAGES/plural.mo
1577
- - test/locale/fr/LC_MESSAGES/plural_error.mo
1578
- - test/locale/fr/LC_MESSAGES/test1.mo
1579
- - test/locale/fr/LC_MESSAGES/test2.mo
1580
- - test/locale/fr_BE/LC_MESSAGES/test1.mo
1581
- - test/locale/fr_BE_Foo/LC_MESSAGES/test1.mo
1582
- - test/locale/ir/LC_MESSAGES/plural.mo
1583
- - test/locale/ja/LC_MESSAGES/_.mo
1584
- - test/locale/ja/LC_MESSAGES/backslash.mo
1585
- - test/locale/ja/LC_MESSAGES/hello.mo
1586
- - test/locale/ja/LC_MESSAGES/non_ascii.mo
1587
- - test/locale/ja/LC_MESSAGES/np_.mo
1588
- - test/locale/ja/LC_MESSAGES/ns_.mo
1589
- - test/locale/ja/LC_MESSAGES/p_.mo
1590
- - test/locale/ja/LC_MESSAGES/plural.mo
1591
- - test/locale/ja/LC_MESSAGES/plural_error.mo
1592
- - test/locale/ja/LC_MESSAGES/rubyparser.mo
1593
- - test/locale/ja/LC_MESSAGES/s_.mo
1594
- - test/locale/ja/LC_MESSAGES/test1.mo
1595
- - test/locale/ja/LC_MESSAGES/test2.mo
1596
- - test/locale/ja/LC_MESSAGES/test3.mo
1597
- - test/locale/ja/LC_MESSAGES/untranslated.mo
1598
- - test/locale/la/LC_MESSAGES/plural.mo
1599
- - test/locale/la/LC_MESSAGES/plural_error.mo
1600
- - test/locale/li/LC_MESSAGES/plural.mo
1601
- - test/locale/li/LC_MESSAGES/plural_error.mo
1602
- - test/locale/po/LC_MESSAGES/plural.mo
1603
- - test/locale/sl/LC_MESSAGES/plural.mo
1604
- - test/locale/zh_Hant/LC_MESSAGES/test1.mo
1605
- - test/po/_.pot
1606
- - test/po/backslash.pot
1607
687
  - test/po/cr/plural.po
1608
688
  - test/po/da/plural.po
1609
689
  - test/po/da/plural_error.po
@@ -1613,53 +693,28 @@ files:
1613
693
  - test/po/fr/test2.po
1614
694
  - test/po/fr_BE/test1.po
1615
695
  - test/po/fr_BE_Foo/test1.po
1616
- - test/po/hello.pot
1617
696
  - test/po/ir/plural.po
1618
- - test/po/ja/_.edit.po
1619
697
  - test/po/ja/_.po
1620
- - test/po/ja/_.po.time_stamp
1621
- - test/po/ja/backslash.edit.po
1622
698
  - test/po/ja/backslash.po
1623
- - test/po/ja/backslash.po.time_stamp
1624
- - test/po/ja/hello.edit.po
1625
699
  - test/po/ja/hello.po
1626
- - test/po/ja/hello.po.time_stamp
1627
- - test/po/ja/non_ascii.edit.po
1628
700
  - test/po/ja/non_ascii.po
1629
- - test/po/ja/non_ascii.po.time_stamp
1630
- - test/po/ja/np_.edit.po
1631
701
  - test/po/ja/np_.po
1632
- - test/po/ja/np_.po.time_stamp
1633
- - test/po/ja/ns_.edit.po
1634
702
  - test/po/ja/ns_.po
1635
- - test/po/ja/ns_.po.time_stamp
1636
- - test/po/ja/p_.edit.po
1637
703
  - test/po/ja/p_.po
1638
- - test/po/ja/p_.po.time_stamp
1639
704
  - test/po/ja/plural.po
1640
705
  - test/po/ja/plural_error.po
1641
706
  - test/po/ja/rubyparser.po
1642
- - test/po/ja/s_.edit.po
1643
707
  - test/po/ja/s_.po
1644
- - test/po/ja/s_.po.time_stamp
1645
708
  - test/po/ja/test1.po
1646
709
  - test/po/ja/test2.po
1647
710
  - test/po/ja/test3.po
1648
- - test/po/ja/untranslated.edit.po
1649
711
  - test/po/ja/untranslated.po
1650
- - test/po/ja/untranslated.po.time_stamp
1651
712
  - test/po/la/plural.po
1652
713
  - test/po/la/plural_error.po
1653
714
  - test/po/li/plural.po
1654
715
  - test/po/li/plural_error.po
1655
- - test/po/non_ascii.pot
1656
- - test/po/np_.pot
1657
- - test/po/ns_.pot
1658
- - test/po/p_.pot
1659
716
  - test/po/po/plural.po
1660
- - test/po/s_.pot
1661
717
  - test/po/sl/plural.po
1662
- - test/po/untranslated.pot
1663
718
  - test/po/zh_Hant/test1.po
1664
719
  - test/run-test.rb
1665
720
  - test/test_class_info.rb
@@ -1697,8 +752,9 @@ homepage: https://ruby-gettext.github.io/
1697
752
  licenses:
1698
753
  - Ruby
1699
754
  - LGPL-3.0+
1700
- metadata: {}
1701
- post_install_message:
755
+ metadata:
756
+ source_code_uri: https://github.com/ruby-gettext/gettext
757
+ changelog_uri: https://github.com/ruby-gettext/gettext/releases/tag/3.5.2
1702
758
  rdoc_options: []
1703
759
  require_paths:
1704
760
  - lib
@@ -1713,8 +769,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1713
769
  - !ruby/object:Gem::Version
1714
770
  version: '0'
1715
771
  requirements: []
1716
- rubygems_version: 3.4.0.dev
1717
- signing_key:
772
+ rubygems_version: 4.0.3
1718
773
  specification_version: 4
1719
774
  summary: Gettext is a pure Ruby libary and tools to localize messages.
1720
775
  test_files: