Update ruby-gettext to 3.1.1.
# News ## 3.1.1: 2014-02-23 ### Improvements * `rmsgcat`: Added `--remove-header-field` option. ### Fixes * `rmsgcat`: Fixed a bug that fuzzy entries are remained when `--no-fuzzy` option is used with `--no-all-comments`. ## 3.1.0: 2014-02-09 ### Improvements * `rmsgcat`: Added `--no-obsolete-entries` option. ## 3.0.9: 2014-02-09 ### Improvements * `rmsgmerge`: Improves fuzzy matching speed. ## 3.0.8: 2014-02-09 ### Fixes * `rmsginit`: Fixed a typo. ## 3.0.7: 2014-02-09 ### Improvements * `rmsginit`: Added `--no-translator`. * `rmsginit`: Added `--translator-name`. * `rmsginit`: Added `--translator-email`. ## 3.0.6: 2014-02-02 ### Improvements * Added {GetText::POEntry#translated?}. * `rmsgcat` chooses translated entry if it exists. * `rmsgmerge`: Added `--no-obsolete-entries` option. ## 3.0.5: 2014-02-02 ### Fixes * Added missing `require` for {GetText::Tools::MsgCat}. ## 3.0.4: 2014-02-02 ### Improvements * Supported `Module#prepend`. [GitHub#29] [Reported by akira yamada] * Added {GetText::POEntry#fuzzy?}. * Added {GetText::Tools::MsgCat}. * Added `rmsgcat` command. [GitHub#23] [Requested by Andreas Loupasakis] * Changed `:references` {GetText::PO#order} value to `:reference`. `:references` is still usable but it is deprecated. It will be remove at 4.0.0. Don't use it for newly written code. * Removed `--no-sort-by-msgid` of `rmsgmerge` feature. It is not straightforward behavior. * Removed `--no-sort-by-file` of `rmsgmerge` feature. It is not straightforward behavior. * Added `--sort-by-location` to `rmsgmerge`. * Added `:include_translator_comment` option to {GetText::POEntry#to_s} options. * Added `:include_extracted_comment` option to {GetText::POEntry#to_s} options. * Added `:include_flag_comment` option to {GetText::POEntry#to_s} options. * Added `:include_previous_comment` option to {GetText::POEntry#to_s} options. * Added `:include_all_comments` option to {GetText::POEntry#to_s} options. * Added {GetText::POEntry#flags} and {GetText::POEntry#flags=}. {GetText::POEntry#flag} and {GetText::POEntry#flag=} are deprecated. Don't use them for newly written code. ### Fixes * Fixed `--sort-output` of `rmsgmerge` behavior. It used location for sort key but it was not GNU gettext compatible behavior. GNU gettext uses msgid for sort key. Now, `--sort-output` uses msgid like GNU gettext. ### Thanks * akira yamada * Andreas Loupasakis ## 3.0.3: 2013-12-15 ### Improvements * Documented {GetText::Tools::Task#namespace_prefix}. * Added `--copyright-year` option to {GetText::Tools::XGetText}. [GitHub#25] [Debian #726941] [Reported by Francesco Poli] [Reported by 375gnu] * {GetText::Tools::XGetText} respects new lines in translate target message. * Added {GetText::POEntry#header?}. * Added {GetText::POEntry#obsolete?}. * Added `--no-fuzzy-matching` option to {GetText::Tools::MsgMerge}. [GitHub#28] [Reported by Sam Lown] ### Fixes * Fixed cache key hash conflict on armv7hl. Memoization feature is removed for this fix. If you get performance issue. Please report it. We will solve the issue. See also locale gem's GitHub issue #3. [GitHub#22] [Reported by mtasaka] * Fixed a bug that obsolete comment misses the last new line. ### Thanks * Francesco Poli * 375gnu * Sam Lown * mtasaka ## 3.0.2: 2013-09-29 ### Improvements * Added {GetText::PO#empty?}. * Added `:encoding` option to {GetText::POEntry#to_s}. * xgettext: Added `--no-location` option. * xgettext: Added `--sort-output` option. * xgettext: Added `--sort-by-file` option. * xgettext: Added `--sort-by-msgid` option. * xgettext: Added `--width` option. * xgettext: Added `--no-wrap` option. ## 3.0.1: 2013-09-20 ### Improvements * Removed an unused file. [GitHub#19] [Reported by Ladislav Slezák] * msginit: Added full user name guessing by /etc/passwd. * incompatible: {GetText::Tools::Task} no longer require spec. * Added {GetText::Tools::Task.define}. It is the recommended API rather than {GetText::Tools::Task.new}. * Supported "utf8" as a valid charset. [GitHub#20][Reported by Antonio Terceiro] * Added {GetText::Tools::Task#enable_description=}. * Added {GetText::Tools::Task#enable_description?}. * Added {GetText::Tools::Task#enable_po=}. * Added {GetText::Tools::Task#enable_po?}. * Added {GetText::Tools::Task#msgmerge_options=}. * Added {GetText::Tools::Task#msgmerge_options}. * task: Added `gettext:po:add[LOCALE]` task. * msgmerge: add `--sort-output` option. * msgmerge: add `--sort-by-file` option. * msgmerge: add `--sort-by-msgid` option. * msgmerge: add `--no-location` option. * msgmerge: add `--width` option. * msgmerge: add `--no-wrap` option. * msgmerge: add `--update` option. ### Thanks * Ladislav Slezák * Antonio Terceiro
This commit is contained in:
parent
b059ddc116
commit
f143a284e4
3 changed files with 380 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.21 2013/09/15 09:59:08 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2014/03/11 10:00:21 obache Exp $
|
||||
|
||||
DISTNAME= gettext-3.0.0
|
||||
DISTNAME= gettext-3.1.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.16 2013/09/15 09:59:08 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2014/03/11 10:00:21 obache Exp $
|
||||
bin/rmsgcat
|
||||
bin/rmsgfmt
|
||||
bin/rmsginit
|
||||
bin/rmsgmerge
|
||||
|
@ -7,6 +8,7 @@ ${GEM_HOME}/cache/${GEM_NAME}.gem
|
|||
${GEM_LIBDIR}/.yardopts
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/bin/rmsgcat
|
||||
${GEM_LIBDIR}/bin/rmsgfmt
|
||||
${GEM_LIBDIR}/bin/rmsginit
|
||||
${GEM_LIBDIR}/bin/rmsgmerge
|
||||
|
@ -23,11 +25,13 @@ ${GEM_LIBDIR}/lib/gettext/locale_path.rb
|
|||
${GEM_LIBDIR}/lib/gettext/mo.rb
|
||||
${GEM_LIBDIR}/lib/gettext/po.rb
|
||||
${GEM_LIBDIR}/lib/gettext/po_entry.rb
|
||||
${GEM_LIBDIR}/lib/gettext/po_format.rb
|
||||
${GEM_LIBDIR}/lib/gettext/po_parser.rb
|
||||
${GEM_LIBDIR}/lib/gettext/text_domain.rb
|
||||
${GEM_LIBDIR}/lib/gettext/text_domain_group.rb
|
||||
${GEM_LIBDIR}/lib/gettext/text_domain_manager.rb
|
||||
${GEM_LIBDIR}/lib/gettext/tools.rb
|
||||
${GEM_LIBDIR}/lib/gettext/tools/msgcat.rb
|
||||
${GEM_LIBDIR}/lib/gettext/tools/msgfmt.rb
|
||||
${GEM_LIBDIR}/lib/gettext/tools/msginit.rb
|
||||
${GEM_LIBDIR}/lib/gettext/tools/msgmerge.rb
|
||||
|
@ -92,7 +96,6 @@ ${GEM_LIBDIR}/po/zh/gettext.po
|
|||
${GEM_LIBDIR}/po/zh_TW/gettext.po
|
||||
${GEM_LIBDIR}/samples/README
|
||||
${GEM_LIBDIR}/samples/cgi/README
|
||||
${GEM_LIBDIR}/samples/cgi/Rakefile
|
||||
${GEM_LIBDIR}/samples/cgi/cookie.cgi
|
||||
${GEM_LIBDIR}/samples/cgi/gettext.css
|
||||
${GEM_LIBDIR}/samples/cgi/helloerb.rhtml
|
||||
|
@ -101,6 +104,102 @@ ${GEM_LIBDIR}/samples/cgi/helloerb2.cgi
|
|||
${GEM_LIBDIR}/samples/cgi/hellolib.rb
|
||||
${GEM_LIBDIR}/samples/cgi/http.rb
|
||||
${GEM_LIBDIR}/samples/cgi/index.cgi
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bg/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/bs/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ca/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/cs/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/de/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/el/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/eo/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/es/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/fr/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hr/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/hu/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/it/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ja/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ko/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/lv/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nb/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/nl/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/uk/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/vi/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
|
||||
${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
|
||||
${GEM_LIBDIR}/samples/cgi/other.rhtml
|
||||
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb1.po
|
||||
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb2.po
|
||||
|
@ -212,10 +311,211 @@ ${GEM_LIBDIR}/samples/hello_gtk_builder.ui
|
|||
${GEM_LIBDIR}/samples/hello_noop.rb
|
||||
${GEM_LIBDIR}/samples/hello_plural.rb
|
||||
${GEM_LIBDIR}/samples/hello_tk.rb
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/uk/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello2.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
|
||||
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
|
||||
${GEM_LIBDIR}/samples/po/bg/hello.po
|
||||
${GEM_LIBDIR}/samples/po/bg/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/bg/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/bg/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/bg/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/bg/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/bg/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/bg/hello_tk.po
|
||||
|
@ -223,6 +523,7 @@ ${GEM_LIBDIR}/samples/po/bs/hello.po
|
|||
${GEM_LIBDIR}/samples/po/bs/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/bs/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/bs/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/bs/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/bs/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/bs/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/bs/hello_tk.po
|
||||
|
@ -230,6 +531,7 @@ ${GEM_LIBDIR}/samples/po/ca/hello.po
|
|||
${GEM_LIBDIR}/samples/po/ca/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/ca/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/ca/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/ca/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/ca/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/ca/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/ca/hello_tk.po
|
||||
|
@ -237,6 +539,7 @@ ${GEM_LIBDIR}/samples/po/cs/hello.po
|
|||
${GEM_LIBDIR}/samples/po/cs/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/cs/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/cs/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/cs/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/cs/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/cs/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/cs/hello_tk.po
|
||||
|
@ -244,6 +547,7 @@ ${GEM_LIBDIR}/samples/po/de/hello.po
|
|||
${GEM_LIBDIR}/samples/po/de/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/de/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/de/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/de/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/de/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/de/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/de/hello_tk.po
|
||||
|
@ -251,6 +555,7 @@ ${GEM_LIBDIR}/samples/po/el/hello.po
|
|||
${GEM_LIBDIR}/samples/po/el/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/el/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/el/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/el/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/el/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/el/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/el/hello_tk.po
|
||||
|
@ -258,6 +563,7 @@ ${GEM_LIBDIR}/samples/po/eo/hello.po
|
|||
${GEM_LIBDIR}/samples/po/eo/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/eo/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/eo/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/eo/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/eo/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/eo/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/eo/hello_tk.po
|
||||
|
@ -265,6 +571,7 @@ ${GEM_LIBDIR}/samples/po/es/hello.po
|
|||
${GEM_LIBDIR}/samples/po/es/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/es/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/es/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/es/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/es/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/es/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/es/hello_tk.po
|
||||
|
@ -272,13 +579,23 @@ ${GEM_LIBDIR}/samples/po/fr/hello.po
|
|||
${GEM_LIBDIR}/samples/po/fr/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/fr/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/fr/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/fr/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/fr/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/fr/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/fr/hello_tk.po
|
||||
${GEM_LIBDIR}/samples/po/hello.pot
|
||||
${GEM_LIBDIR}/samples/po/hello2.pot
|
||||
${GEM_LIBDIR}/samples/po/hello_glade2.pot
|
||||
${GEM_LIBDIR}/samples/po/hello_gtk2.pot
|
||||
${GEM_LIBDIR}/samples/po/hello_gtk_builder.pot
|
||||
${GEM_LIBDIR}/samples/po/hello_noop.pot
|
||||
${GEM_LIBDIR}/samples/po/hello_plural.pot
|
||||
${GEM_LIBDIR}/samples/po/hello_tk.pot
|
||||
${GEM_LIBDIR}/samples/po/hr/hello.po
|
||||
${GEM_LIBDIR}/samples/po/hr/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/hr/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/hr/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/hr/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/hr/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/hr/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/hr/hello_tk.po
|
||||
|
@ -286,6 +603,7 @@ ${GEM_LIBDIR}/samples/po/hu/hello.po
|
|||
${GEM_LIBDIR}/samples/po/hu/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/hu/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/hu/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/hu/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/hu/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/hu/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/hu/hello_tk.po
|
||||
|
@ -293,6 +611,7 @@ ${GEM_LIBDIR}/samples/po/it/hello.po
|
|||
${GEM_LIBDIR}/samples/po/it/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/it/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/it/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/it/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/it/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/it/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/it/hello_tk.po
|
||||
|
@ -300,6 +619,7 @@ ${GEM_LIBDIR}/samples/po/ja/hello.po
|
|||
${GEM_LIBDIR}/samples/po/ja/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/ja/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/ja/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/ja/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/ja/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/ja/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/ja/hello_tk.po
|
||||
|
@ -307,6 +627,7 @@ ${GEM_LIBDIR}/samples/po/ko/hello.po
|
|||
${GEM_LIBDIR}/samples/po/ko/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/ko/hello_tk.po
|
||||
|
@ -314,6 +635,7 @@ ${GEM_LIBDIR}/samples/po/lv/hello.po
|
|||
${GEM_LIBDIR}/samples/po/lv/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/lv/hello_tk.po
|
||||
|
@ -321,6 +643,7 @@ ${GEM_LIBDIR}/samples/po/nb/hello.po
|
|||
${GEM_LIBDIR}/samples/po/nb/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/nb/hello_tk.po
|
||||
|
@ -328,6 +651,7 @@ ${GEM_LIBDIR}/samples/po/nl/hello.po
|
|||
${GEM_LIBDIR}/samples/po/nl/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/nl/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/nl/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/nl/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/nl/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/nl/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/nl/hello_tk.po
|
||||
|
@ -335,6 +659,7 @@ ${GEM_LIBDIR}/samples/po/pt_BR/hello.po
|
|||
${GEM_LIBDIR}/samples/po/pt_BR/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/pt_BR/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/pt_BR/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/pt_BR/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/pt_BR/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/pt_BR/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/pt_BR/hello_tk.po
|
||||
|
@ -342,6 +667,7 @@ ${GEM_LIBDIR}/samples/po/ru/hello.po
|
|||
${GEM_LIBDIR}/samples/po/ru/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/ru/hello_tk.po
|
||||
|
@ -349,6 +675,7 @@ ${GEM_LIBDIR}/samples/po/sr/hello.po
|
|||
${GEM_LIBDIR}/samples/po/sr/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/sr/hello_tk.po
|
||||
|
@ -356,6 +683,7 @@ ${GEM_LIBDIR}/samples/po/sv/hello.po
|
|||
${GEM_LIBDIR}/samples/po/sv/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/sv/hello_tk.po
|
||||
|
@ -363,6 +691,7 @@ ${GEM_LIBDIR}/samples/po/uk/hello.po
|
|||
${GEM_LIBDIR}/samples/po/uk/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/uk/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/uk/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/uk/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/uk/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/uk/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/uk/hello_tk.po
|
||||
|
@ -370,6 +699,7 @@ ${GEM_LIBDIR}/samples/po/vi/hello.po
|
|||
${GEM_LIBDIR}/samples/po/vi/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/vi/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/vi/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/vi/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/vi/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/vi/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/vi/hello_tk.po
|
||||
|
@ -377,6 +707,7 @@ ${GEM_LIBDIR}/samples/po/zh/hello.po
|
|||
${GEM_LIBDIR}/samples/po/zh/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/zh/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/zh/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/zh/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/zh/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/zh/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/zh/hello_tk.po
|
||||
|
@ -384,6 +715,7 @@ ${GEM_LIBDIR}/samples/po/zh_TW/hello.po
|
|||
${GEM_LIBDIR}/samples/po/zh_TW/hello2.po
|
||||
${GEM_LIBDIR}/samples/po/zh_TW/hello_glade2.po
|
||||
${GEM_LIBDIR}/samples/po/zh_TW/hello_gtk2.po
|
||||
${GEM_LIBDIR}/samples/po/zh_TW/hello_gtk_builder.po
|
||||
${GEM_LIBDIR}/samples/po/zh_TW/hello_noop.po
|
||||
${GEM_LIBDIR}/samples/po/zh_TW/hello_plural.po
|
||||
${GEM_LIBDIR}/samples/po/zh_TW/hello_tk.po
|
||||
|
@ -416,6 +748,36 @@ ${GEM_LIBDIR}/test/fixtures/s_/custom.rb
|
|||
${GEM_LIBDIR}/test/fixtures/simple.rb
|
||||
${GEM_LIBDIR}/test/fixtures/untranslated.rb
|
||||
${GEM_LIBDIR}/test/gettext-test-utils.rb
|
||||
${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/da/LC_MESSAGES/plural_error.mo
|
||||
${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/plural_error.mo
|
||||
${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/test1.mo
|
||||
${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES/test2.mo
|
||||
${GEM_LIBDIR}/test/locale/ir/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/_.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/backslash.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/non_ascii.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/np_.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/ns_.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/p_.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/plural_error.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/rubyparser.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/s_.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test1.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test2.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test3.mo
|
||||
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/untranslated.mo
|
||||
${GEM_LIBDIR}/test/locale/la/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/la/LC_MESSAGES/plural_error.mo
|
||||
${GEM_LIBDIR}/test/locale/li/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/li/LC_MESSAGES/plural_error.mo
|
||||
${GEM_LIBDIR}/test/locale/po/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/locale/sl/LC_MESSAGES/plural.mo
|
||||
${GEM_LIBDIR}/test/po/_.pot
|
||||
${GEM_LIBDIR}/test/po/backslash.pot
|
||||
${GEM_LIBDIR}/test/po/cr/plural.po
|
||||
${GEM_LIBDIR}/test/po/da/plural.po
|
||||
${GEM_LIBDIR}/test/po/da/plural_error.po
|
||||
|
@ -442,17 +804,25 @@ ${GEM_LIBDIR}/test/po/la/plural.po
|
|||
${GEM_LIBDIR}/test/po/la/plural_error.po
|
||||
${GEM_LIBDIR}/test/po/li/plural.po
|
||||
${GEM_LIBDIR}/test/po/li/plural_error.po
|
||||
${GEM_LIBDIR}/test/po/non_ascii.pot
|
||||
${GEM_LIBDIR}/test/po/np_.pot
|
||||
${GEM_LIBDIR}/test/po/ns_.pot
|
||||
${GEM_LIBDIR}/test/po/p_.pot
|
||||
${GEM_LIBDIR}/test/po/po/plural.po
|
||||
${GEM_LIBDIR}/test/po/s_.pot
|
||||
${GEM_LIBDIR}/test/po/sl/plural.po
|
||||
${GEM_LIBDIR}/test/po/untranslated.pot
|
||||
${GEM_LIBDIR}/test/run-test.rb
|
||||
${GEM_LIBDIR}/test/test_class_info.rb
|
||||
${GEM_LIBDIR}/test/test_gettext.rb
|
||||
${GEM_LIBDIR}/test/test_locale_path.rb
|
||||
${GEM_LIBDIR}/test/test_mo.rb
|
||||
${GEM_LIBDIR}/test/test_parser.rb
|
||||
${GEM_LIBDIR}/test/test_po.rb
|
||||
${GEM_LIBDIR}/test/test_po_entry.rb
|
||||
${GEM_LIBDIR}/test/test_po_parser.rb
|
||||
${GEM_LIBDIR}/test/test_string.rb
|
||||
${GEM_LIBDIR}/test/test_text_domain.rb
|
||||
${GEM_LIBDIR}/test/test_text_domain_bind.rb
|
||||
${GEM_LIBDIR}/test/test_text_domain_multi.rb
|
||||
${GEM_LIBDIR}/test/test_text_domain_toplevel.rb
|
||||
|
@ -467,8 +837,9 @@ ${GEM_LIBDIR}/test/tools/files/simple_translation.rb
|
|||
${GEM_LIBDIR}/test/tools/files/version.po
|
||||
${GEM_LIBDIR}/test/tools/parser/test_ruby.rb
|
||||
${GEM_LIBDIR}/test/tools/test.pot
|
||||
${GEM_LIBDIR}/test/tools/test_msgcat.rb
|
||||
${GEM_LIBDIR}/test/tools/test_msginit.rb
|
||||
${GEM_LIBDIR}/test/tools/test_msgmerge.rb
|
||||
${GEM_LIBDIR}/test/tools/test_po.rb
|
||||
${GEM_LIBDIR}/test/tools/test_task.rb
|
||||
${GEM_LIBDIR}/test/tools/test_xgettext.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.16 2013/09/15 09:59:08 taca Exp $
|
||||
$NetBSD: distinfo,v 1.17 2014/03/11 10:00:21 obache Exp $
|
||||
|
||||
SHA1 (gettext-3.0.0.gem) = 5a0799e6252a292d7caa5d2b13fa61be438e4eef
|
||||
RMD160 (gettext-3.0.0.gem) = fd469a5a8f2543b88693a416023c5dbb07535855
|
||||
Size (gettext-3.0.0.gem) = 174080 bytes
|
||||
SHA1 (gettext-3.1.1.gem) = fbba8b0dfd8cc2a093fdd119a196f3095d105cc1
|
||||
RMD160 (gettext-3.1.1.gem) = 1e3d4601d81e76540260144e29a8eacfaad04f8b
|
||||
Size (gettext-3.1.1.gem) = 221184 bytes
|
||||
|
|
Loading…
Reference in a new issue