--- !ruby/object:Gem::Specification
name: gettext
version: !ruby/object:Gem::Version
  version: 3.2.3
platform: ruby
authors:
- Kouhei Sutou
- Masao Mutoh
autorequire: 
bindir: bin
cert_chain: []
date: 2017-06-24 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: locale
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.0.5
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 2.0.5
- !ruby/object:Gem::Dependency
  name: text
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.3.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.3.0
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: racc
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: yard
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: kramdown
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: test-unit
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: test-unit-notify
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: test-unit-rr
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: |
  Gettext is a GNU gettext-like program for Ruby.
  The catalog file(po-file) is same format with GNU gettext.
  So you can use GNU gettext tools for maintaining.
email:
- kou@clear-code.com
- mutomasa at gmail.com
executables:
- rmsginit
- rmsgfmt
- rmsgcat
- rxgettext
- rmsgmerge
extensions: []
extra_rdoc_files: []
files:
- ".yardopts"
- README.md
- Rakefile
- bin/rmsgcat
- bin/rmsgfmt
- bin/rmsginit
- bin/rmsgmerge
- bin/rxgettext
- doc/text/gpl-2.0.txt
- doc/text/lgpl-3.0.txt
- doc/text/news.md
- doc/text/ruby-license.txt
- gettext.gemspec
- lib/gettext.rb
- lib/gettext/cgi.rb
- lib/gettext/class_info.rb
- lib/gettext/locale_path.rb
- lib/gettext/mo.rb
- lib/gettext/po.rb
- lib/gettext/po_entry.rb
- lib/gettext/po_format.rb
- lib/gettext/po_parser.rb
- lib/gettext/text_domain.rb
- lib/gettext/text_domain_group.rb
- lib/gettext/text_domain_manager.rb
- lib/gettext/tools.rb
- lib/gettext/tools/msgcat.rb
- lib/gettext/tools/msgfmt.rb
- lib/gettext/tools/msginit.rb
- lib/gettext/tools/msgmerge.rb
- lib/gettext/tools/parser/erb.rb
- lib/gettext/tools/parser/glade.rb
- lib/gettext/tools/parser/ruby.rb
- lib/gettext/tools/task.rb
- lib/gettext/tools/xgettext.rb
- lib/gettext/version.rb
- locale/bg/LC_MESSAGES/gettext.mo
- locale/bs/LC_MESSAGES/gettext.mo
- locale/ca/LC_MESSAGES/gettext.mo
- locale/cs/LC_MESSAGES/gettext.mo
- locale/de/LC_MESSAGES/gettext.mo
- locale/el/LC_MESSAGES/gettext.mo
- locale/eo/LC_MESSAGES/gettext.mo
- locale/es/LC_MESSAGES/gettext.mo
- locale/et/LC_MESSAGES/gettext.mo
- locale/fr/LC_MESSAGES/gettext.mo
- locale/hr/LC_MESSAGES/gettext.mo
- locale/hu/LC_MESSAGES/gettext.mo
- locale/it/LC_MESSAGES/gettext.mo
- locale/ja/LC_MESSAGES/gettext.mo
- locale/ko/LC_MESSAGES/gettext.mo
- locale/lv/LC_MESSAGES/gettext.mo
- locale/nb/LC_MESSAGES/gettext.mo
- locale/nl/LC_MESSAGES/gettext.mo
- locale/pt_BR/LC_MESSAGES/gettext.mo
- locale/ru/LC_MESSAGES/gettext.mo
- locale/sr/LC_MESSAGES/gettext.mo
- locale/sv/LC_MESSAGES/gettext.mo
- locale/uk/LC_MESSAGES/gettext.mo
- locale/vi/LC_MESSAGES/gettext.mo
- locale/zh/LC_MESSAGES/gettext.mo
- locale/zh_TW/LC_MESSAGES/gettext.mo
- po/bg/gettext.edit.po
- po/bg/gettext.po
- po/bg/gettext.po.time_stamp
- po/bs/gettext.edit.po
- po/bs/gettext.po
- po/bs/gettext.po.time_stamp
- po/ca/gettext.edit.po
- po/ca/gettext.po
- po/ca/gettext.po.time_stamp
- po/cs/gettext.edit.po
- po/cs/gettext.po
- po/cs/gettext.po.time_stamp
- po/de/gettext.edit.po
- po/de/gettext.po
- po/de/gettext.po.time_stamp
- po/el/gettext.edit.po
- po/el/gettext.po
- po/el/gettext.po.time_stamp
- po/eo/gettext.edit.po
- po/eo/gettext.po
- po/eo/gettext.po.time_stamp
- po/es/gettext.edit.po
- po/es/gettext.po
- po/es/gettext.po.time_stamp
- po/et/gettext.edit.po
- po/et/gettext.po
- po/et/gettext.po.time_stamp
- po/fr/gettext.edit.po
- po/fr/gettext.po
- po/fr/gettext.po.time_stamp
- po/gettext.pot
- po/hr/gettext.edit.po
- po/hr/gettext.po
- po/hr/gettext.po.time_stamp
- po/hu/gettext.edit.po
- po/hu/gettext.po
- po/hu/gettext.po.time_stamp
- po/it/gettext.edit.po
- po/it/gettext.po
- po/it/gettext.po.time_stamp
- po/ja/gettext.edit.po
- po/ja/gettext.po
- po/ja/gettext.po.time_stamp
- po/ko/gettext.edit.po
- po/ko/gettext.po
- po/ko/gettext.po.time_stamp
- po/lv/gettext.edit.po
- po/lv/gettext.po
- po/lv/gettext.po.time_stamp
- po/nb/gettext.edit.po
- po/nb/gettext.po
- po/nb/gettext.po.time_stamp
- po/nl/gettext.edit.po
- po/nl/gettext.po
- po/nl/gettext.po.time_stamp
- po/pt_BR/gettext.edit.po
- po/pt_BR/gettext.po
- po/pt_BR/gettext.po.time_stamp
- po/ru/gettext.edit.po
- po/ru/gettext.po
- po/ru/gettext.po.time_stamp
- po/sr/gettext.edit.po
- po/sr/gettext.po
- po/sr/gettext.po.time_stamp
- po/sv/gettext.edit.po
- po/sv/gettext.po
- po/sv/gettext.po.time_stamp
- po/uk/gettext.edit.po
- po/uk/gettext.po
- po/uk/gettext.po.time_stamp
- po/vi/gettext.edit.po
- po/vi/gettext.po
- po/vi/gettext.po.time_stamp
- po/zh/gettext.edit.po
- po/zh/gettext.po
- po/zh/gettext.po.time_stamp
- po/zh_TW/gettext.edit.po
- po/zh_TW/gettext.po
- po/zh_TW/gettext.po.time_stamp
- samples/README
- samples/cgi/README
- samples/cgi/cookie.cgi
- samples/cgi/gettext.css
- samples/cgi/helloerb.rhtml
- samples/cgi/helloerb1.cgi
- samples/cgi/helloerb2.cgi
- samples/cgi/hellolib.rb
- samples/cgi/http.rb
- samples/cgi/index.cgi
- samples/cgi/locale/bg/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/bg/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/bg/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/bg/LC_MESSAGES/main.mo
- samples/cgi/locale/bs/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/bs/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/bs/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/bs/LC_MESSAGES/main.mo
- samples/cgi/locale/ca/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/ca/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/ca/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/ca/LC_MESSAGES/main.mo
- samples/cgi/locale/cs/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/cs/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/cs/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/cs/LC_MESSAGES/main.mo
- samples/cgi/locale/de/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/de/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/de/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/de/LC_MESSAGES/main.mo
- samples/cgi/locale/el/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/el/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/el/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/el/LC_MESSAGES/main.mo
- samples/cgi/locale/eo/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/eo/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/eo/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/eo/LC_MESSAGES/main.mo
- samples/cgi/locale/es/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/es/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/es/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/es/LC_MESSAGES/main.mo
- samples/cgi/locale/fr/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/fr/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/fr/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/fr/LC_MESSAGES/main.mo
- samples/cgi/locale/hr/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/hr/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/hr/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/hr/LC_MESSAGES/main.mo
- samples/cgi/locale/hu/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/hu/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/hu/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/hu/LC_MESSAGES/main.mo
- samples/cgi/locale/it/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/it/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/it/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/it/LC_MESSAGES/main.mo
- samples/cgi/locale/ja/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/ja/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/ja/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/ja/LC_MESSAGES/main.mo
- samples/cgi/locale/ko/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/ko/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/ko/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/ko/LC_MESSAGES/main.mo
- samples/cgi/locale/lv/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/lv/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/lv/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/lv/LC_MESSAGES/main.mo
- samples/cgi/locale/nb/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/nb/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/nb/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/nb/LC_MESSAGES/main.mo
- samples/cgi/locale/nl/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/nl/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/nl/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/nl/LC_MESSAGES/main.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/pt_BR/LC_MESSAGES/main.mo
- samples/cgi/locale/ru/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/ru/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/ru/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/ru/LC_MESSAGES/main.mo
- samples/cgi/locale/sr/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/sr/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/sr/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/sr/LC_MESSAGES/main.mo
- samples/cgi/locale/uk/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/uk/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/uk/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/uk/LC_MESSAGES/main.mo
- samples/cgi/locale/vi/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/vi/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/vi/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/vi/LC_MESSAGES/main.mo
- samples/cgi/locale/zh/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/zh/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/zh/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/zh/LC_MESSAGES/main.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb1.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES/helloerb2.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES/hellolib.mo
- samples/cgi/locale/zh_TW/LC_MESSAGES/main.mo
- samples/cgi/other.rhtml
- samples/cgi/po/bg/helloerb1.edit.po
- samples/cgi/po/bg/helloerb1.po
- samples/cgi/po/bg/helloerb1.po.time_stamp
- samples/cgi/po/bg/helloerb2.edit.po
- samples/cgi/po/bg/helloerb2.po
- samples/cgi/po/bg/helloerb2.po.time_stamp
- samples/cgi/po/bg/hellolib.edit.po
- samples/cgi/po/bg/hellolib.po
- samples/cgi/po/bg/hellolib.po.time_stamp
- samples/cgi/po/bg/main.edit.po
- samples/cgi/po/bg/main.po
- samples/cgi/po/bg/main.po.time_stamp
- samples/cgi/po/bs/helloerb1.edit.po
- samples/cgi/po/bs/helloerb1.po
- samples/cgi/po/bs/helloerb1.po.time_stamp
- samples/cgi/po/bs/helloerb2.edit.po
- samples/cgi/po/bs/helloerb2.po
- samples/cgi/po/bs/helloerb2.po.time_stamp
- samples/cgi/po/bs/hellolib.edit.po
- samples/cgi/po/bs/hellolib.po
- samples/cgi/po/bs/hellolib.po.time_stamp
- samples/cgi/po/bs/main.edit.po
- samples/cgi/po/bs/main.po
- samples/cgi/po/bs/main.po.time_stamp
- samples/cgi/po/ca/helloerb1.edit.po
- samples/cgi/po/ca/helloerb1.po
- samples/cgi/po/ca/helloerb1.po.time_stamp
- samples/cgi/po/ca/helloerb2.edit.po
- samples/cgi/po/ca/helloerb2.po
- samples/cgi/po/ca/helloerb2.po.time_stamp
- samples/cgi/po/ca/hellolib.edit.po
- samples/cgi/po/ca/hellolib.po
- samples/cgi/po/ca/hellolib.po.time_stamp
- samples/cgi/po/ca/main.edit.po
- samples/cgi/po/ca/main.po
- samples/cgi/po/ca/main.po.time_stamp
- samples/cgi/po/cs/helloerb1.edit.po
- samples/cgi/po/cs/helloerb1.po
- samples/cgi/po/cs/helloerb1.po.time_stamp
- samples/cgi/po/cs/helloerb2.edit.po
- samples/cgi/po/cs/helloerb2.po
- samples/cgi/po/cs/helloerb2.po.time_stamp
- samples/cgi/po/cs/hellolib.edit.po
- samples/cgi/po/cs/hellolib.po
- samples/cgi/po/cs/hellolib.po.time_stamp
- samples/cgi/po/cs/main.edit.po
- samples/cgi/po/cs/main.po
- samples/cgi/po/cs/main.po.time_stamp
- samples/cgi/po/de/helloerb1.edit.po
- samples/cgi/po/de/helloerb1.po
- samples/cgi/po/de/helloerb1.po.time_stamp
- samples/cgi/po/de/helloerb2.edit.po
- samples/cgi/po/de/helloerb2.po
- samples/cgi/po/de/helloerb2.po.time_stamp
- samples/cgi/po/de/hellolib.edit.po
- samples/cgi/po/de/hellolib.po
- samples/cgi/po/de/hellolib.po.time_stamp
- samples/cgi/po/de/main.edit.po
- samples/cgi/po/de/main.po
- samples/cgi/po/de/main.po.time_stamp
- samples/cgi/po/el/helloerb1.edit.po
- samples/cgi/po/el/helloerb1.po
- samples/cgi/po/el/helloerb1.po.time_stamp
- samples/cgi/po/el/helloerb2.edit.po
- samples/cgi/po/el/helloerb2.po
- samples/cgi/po/el/helloerb2.po.time_stamp
- samples/cgi/po/el/hellolib.edit.po
- samples/cgi/po/el/hellolib.po
- samples/cgi/po/el/hellolib.po.time_stamp
- samples/cgi/po/el/main.edit.po
- samples/cgi/po/el/main.po
- samples/cgi/po/el/main.po.time_stamp
- samples/cgi/po/eo/helloerb1.edit.po
- samples/cgi/po/eo/helloerb1.po
- samples/cgi/po/eo/helloerb1.po.time_stamp
- samples/cgi/po/eo/helloerb2.edit.po
- samples/cgi/po/eo/helloerb2.po
- samples/cgi/po/eo/helloerb2.po.time_stamp
- samples/cgi/po/eo/hellolib.edit.po
- samples/cgi/po/eo/hellolib.po
- samples/cgi/po/eo/hellolib.po.time_stamp
- samples/cgi/po/eo/main.edit.po
- samples/cgi/po/eo/main.po
- samples/cgi/po/eo/main.po.time_stamp
- samples/cgi/po/es/helloerb1.edit.po
- samples/cgi/po/es/helloerb1.po
- samples/cgi/po/es/helloerb1.po.time_stamp
- samples/cgi/po/es/helloerb2.edit.po
- samples/cgi/po/es/helloerb2.po
- samples/cgi/po/es/helloerb2.po.time_stamp
- samples/cgi/po/es/hellolib.edit.po
- samples/cgi/po/es/hellolib.po
- samples/cgi/po/es/hellolib.po.time_stamp
- samples/cgi/po/es/main.edit.po
- samples/cgi/po/es/main.po
- samples/cgi/po/es/main.po.time_stamp
- samples/cgi/po/fr/helloerb1.edit.po
- samples/cgi/po/fr/helloerb1.po
- samples/cgi/po/fr/helloerb1.po.time_stamp
- samples/cgi/po/fr/helloerb2.edit.po
- samples/cgi/po/fr/helloerb2.po
- samples/cgi/po/fr/helloerb2.po.time_stamp
- samples/cgi/po/fr/hellolib.edit.po
- samples/cgi/po/fr/hellolib.po
- samples/cgi/po/fr/hellolib.po.time_stamp
- samples/cgi/po/fr/main.edit.po
- samples/cgi/po/fr/main.po
- samples/cgi/po/fr/main.po.time_stamp
- samples/cgi/po/helloerb1.pot
- samples/cgi/po/helloerb2.pot
- samples/cgi/po/hellolib.pot
- samples/cgi/po/hr/helloerb1.edit.po
- samples/cgi/po/hr/helloerb1.po
- samples/cgi/po/hr/helloerb1.po.time_stamp
- samples/cgi/po/hr/helloerb2.edit.po
- samples/cgi/po/hr/helloerb2.po
- samples/cgi/po/hr/helloerb2.po.time_stamp
- samples/cgi/po/hr/hellolib.edit.po
- samples/cgi/po/hr/hellolib.po
- samples/cgi/po/hr/hellolib.po.time_stamp
- samples/cgi/po/hr/main.edit.po
- samples/cgi/po/hr/main.po
- samples/cgi/po/hr/main.po.time_stamp
- samples/cgi/po/hu/helloerb1.edit.po
- samples/cgi/po/hu/helloerb1.po
- samples/cgi/po/hu/helloerb1.po.time_stamp
- samples/cgi/po/hu/helloerb2.edit.po
- samples/cgi/po/hu/helloerb2.po
- samples/cgi/po/hu/helloerb2.po.time_stamp
- samples/cgi/po/hu/hellolib.edit.po
- samples/cgi/po/hu/hellolib.po
- samples/cgi/po/hu/hellolib.po.time_stamp
- samples/cgi/po/hu/main.edit.po
- samples/cgi/po/hu/main.po
- samples/cgi/po/hu/main.po.time_stamp
- samples/cgi/po/it/helloerb1.edit.po
- samples/cgi/po/it/helloerb1.po
- samples/cgi/po/it/helloerb1.po.time_stamp
- samples/cgi/po/it/helloerb2.edit.po
- samples/cgi/po/it/helloerb2.po
- samples/cgi/po/it/helloerb2.po.time_stamp
- samples/cgi/po/it/hellolib.edit.po
- samples/cgi/po/it/hellolib.po
- samples/cgi/po/it/hellolib.po.time_stamp
- samples/cgi/po/it/main.edit.po
- samples/cgi/po/it/main.po
- samples/cgi/po/it/main.po.time_stamp
- samples/cgi/po/ja/helloerb1.edit.po
- samples/cgi/po/ja/helloerb1.po
- samples/cgi/po/ja/helloerb1.po.time_stamp
- samples/cgi/po/ja/helloerb2.edit.po
- samples/cgi/po/ja/helloerb2.po
- samples/cgi/po/ja/helloerb2.po.time_stamp
- samples/cgi/po/ja/hellolib.edit.po
- samples/cgi/po/ja/hellolib.po
- samples/cgi/po/ja/hellolib.po.time_stamp
- samples/cgi/po/ja/main.edit.po
- samples/cgi/po/ja/main.po
- samples/cgi/po/ja/main.po.time_stamp
- samples/cgi/po/ko/helloerb1.edit.po
- samples/cgi/po/ko/helloerb1.po
- samples/cgi/po/ko/helloerb1.po.time_stamp
- samples/cgi/po/ko/helloerb2.edit.po
- samples/cgi/po/ko/helloerb2.po
- samples/cgi/po/ko/helloerb2.po.time_stamp
- samples/cgi/po/ko/hellolib.edit.po
- samples/cgi/po/ko/hellolib.po
- samples/cgi/po/ko/hellolib.po.time_stamp
- samples/cgi/po/ko/main.edit.po
- samples/cgi/po/ko/main.po
- samples/cgi/po/ko/main.po.time_stamp
- samples/cgi/po/lv/helloerb1.edit.po
- samples/cgi/po/lv/helloerb1.po
- samples/cgi/po/lv/helloerb1.po.time_stamp
- samples/cgi/po/lv/helloerb2.edit.po
- samples/cgi/po/lv/helloerb2.po
- samples/cgi/po/lv/helloerb2.po.time_stamp
- samples/cgi/po/lv/hellolib.edit.po
- samples/cgi/po/lv/hellolib.po
- samples/cgi/po/lv/hellolib.po.time_stamp
- samples/cgi/po/lv/main.edit.po
- samples/cgi/po/lv/main.po
- samples/cgi/po/lv/main.po.time_stamp
- samples/cgi/po/main.pot
- samples/cgi/po/nb/helloerb1.edit.po
- samples/cgi/po/nb/helloerb1.po
- samples/cgi/po/nb/helloerb1.po.time_stamp
- samples/cgi/po/nb/helloerb2.edit.po
- samples/cgi/po/nb/helloerb2.po
- samples/cgi/po/nb/helloerb2.po.time_stamp
- samples/cgi/po/nb/hellolib.edit.po
- samples/cgi/po/nb/hellolib.po
- samples/cgi/po/nb/hellolib.po.time_stamp
- samples/cgi/po/nb/main.edit.po
- samples/cgi/po/nb/main.po
- samples/cgi/po/nb/main.po.time_stamp
- samples/cgi/po/nl/helloerb1.edit.po
- samples/cgi/po/nl/helloerb1.po
- samples/cgi/po/nl/helloerb1.po.time_stamp
- samples/cgi/po/nl/helloerb2.edit.po
- samples/cgi/po/nl/helloerb2.po
- samples/cgi/po/nl/helloerb2.po.time_stamp
- samples/cgi/po/nl/hellolib.edit.po
- samples/cgi/po/nl/hellolib.po
- samples/cgi/po/nl/hellolib.po.time_stamp
- samples/cgi/po/nl/main.edit.po
- samples/cgi/po/nl/main.po
- samples/cgi/po/nl/main.po.time_stamp
- samples/cgi/po/pt_BR/helloerb1.edit.po
- samples/cgi/po/pt_BR/helloerb1.po
- samples/cgi/po/pt_BR/helloerb1.po.time_stamp
- samples/cgi/po/pt_BR/helloerb2.edit.po
- samples/cgi/po/pt_BR/helloerb2.po
- samples/cgi/po/pt_BR/helloerb2.po.time_stamp
- samples/cgi/po/pt_BR/hellolib.edit.po
- samples/cgi/po/pt_BR/hellolib.po
- samples/cgi/po/pt_BR/hellolib.po.time_stamp
- samples/cgi/po/pt_BR/main.edit.po
- samples/cgi/po/pt_BR/main.po
- samples/cgi/po/pt_BR/main.po.time_stamp
- samples/cgi/po/ru/helloerb1.edit.po
- samples/cgi/po/ru/helloerb1.po
- samples/cgi/po/ru/helloerb1.po.time_stamp
- samples/cgi/po/ru/helloerb2.edit.po
- samples/cgi/po/ru/helloerb2.po
- samples/cgi/po/ru/helloerb2.po.time_stamp
- samples/cgi/po/ru/hellolib.edit.po
- samples/cgi/po/ru/hellolib.po
- samples/cgi/po/ru/hellolib.po.time_stamp
- samples/cgi/po/ru/main.edit.po
- samples/cgi/po/ru/main.po
- samples/cgi/po/ru/main.po.time_stamp
- samples/cgi/po/sr/helloerb1.edit.po
- samples/cgi/po/sr/helloerb1.po
- samples/cgi/po/sr/helloerb1.po.time_stamp
- samples/cgi/po/sr/helloerb2.edit.po
- samples/cgi/po/sr/helloerb2.po
- samples/cgi/po/sr/helloerb2.po.time_stamp
- samples/cgi/po/sr/hellolib.edit.po
- samples/cgi/po/sr/hellolib.po
- samples/cgi/po/sr/hellolib.po.time_stamp
- samples/cgi/po/sr/main.edit.po
- samples/cgi/po/sr/main.po
- samples/cgi/po/sr/main.po.time_stamp
- samples/cgi/po/uk/helloerb1.edit.po
- samples/cgi/po/uk/helloerb1.po
- samples/cgi/po/uk/helloerb1.po.time_stamp
- samples/cgi/po/uk/helloerb2.edit.po
- samples/cgi/po/uk/helloerb2.po
- samples/cgi/po/uk/helloerb2.po.time_stamp
- samples/cgi/po/uk/hellolib.edit.po
- samples/cgi/po/uk/hellolib.po
- samples/cgi/po/uk/hellolib.po.time_stamp
- samples/cgi/po/uk/main.edit.po
- samples/cgi/po/uk/main.po
- samples/cgi/po/uk/main.po.time_stamp
- samples/cgi/po/vi/helloerb1.edit.po
- samples/cgi/po/vi/helloerb1.po
- samples/cgi/po/vi/helloerb1.po.time_stamp
- samples/cgi/po/vi/helloerb2.edit.po
- samples/cgi/po/vi/helloerb2.po
- samples/cgi/po/vi/helloerb2.po.time_stamp
- samples/cgi/po/vi/hellolib.edit.po
- samples/cgi/po/vi/hellolib.po
- samples/cgi/po/vi/hellolib.po.time_stamp
- samples/cgi/po/vi/main.edit.po
- samples/cgi/po/vi/main.po
- samples/cgi/po/vi/main.po.time_stamp
- samples/cgi/po/zh/helloerb1.edit.po
- samples/cgi/po/zh/helloerb1.po
- samples/cgi/po/zh/helloerb1.po.time_stamp
- samples/cgi/po/zh/helloerb2.edit.po
- samples/cgi/po/zh/helloerb2.po
- samples/cgi/po/zh/helloerb2.po.time_stamp
- samples/cgi/po/zh/hellolib.edit.po
- samples/cgi/po/zh/hellolib.po
- samples/cgi/po/zh/hellolib.po.time_stamp
- samples/cgi/po/zh/main.edit.po
- samples/cgi/po/zh/main.po
- samples/cgi/po/zh/main.po.time_stamp
- samples/cgi/po/zh_TW/helloerb1.edit.po
- samples/cgi/po/zh_TW/helloerb1.po
- samples/cgi/po/zh_TW/helloerb1.po.time_stamp
- samples/cgi/po/zh_TW/helloerb2.edit.po
- samples/cgi/po/zh_TW/helloerb2.po
- samples/cgi/po/zh_TW/helloerb2.po.time_stamp
- samples/cgi/po/zh_TW/hellolib.edit.po
- samples/cgi/po/zh_TW/hellolib.po
- samples/cgi/po/zh_TW/hellolib.po.time_stamp
- samples/cgi/po/zh_TW/main.edit.po
- samples/cgi/po/zh_TW/main.po
- samples/cgi/po/zh_TW/main.po.time_stamp
- samples/hello.rb
- samples/hello2.rb
- samples/hello_glade2.glade
- samples/hello_glade2.rb
- samples/hello_gtk2.rb
- samples/hello_gtk_builder.rb
- samples/hello_gtk_builder.ui
- samples/hello_noop.rb
- samples/hello_plural.rb
- samples/hello_tk.rb
- samples/locale/bg/LC_MESSAGES/hello.mo
- samples/locale/bg/LC_MESSAGES/hello2.mo
- samples/locale/bg/LC_MESSAGES/hello_glade2.mo
- samples/locale/bg/LC_MESSAGES/hello_gtk2.mo
- samples/locale/bg/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/bg/LC_MESSAGES/hello_noop.mo
- samples/locale/bg/LC_MESSAGES/hello_plural.mo
- samples/locale/bg/LC_MESSAGES/hello_tk.mo
- samples/locale/bs/LC_MESSAGES/hello.mo
- samples/locale/bs/LC_MESSAGES/hello2.mo
- samples/locale/bs/LC_MESSAGES/hello_glade2.mo
- samples/locale/bs/LC_MESSAGES/hello_gtk2.mo
- samples/locale/bs/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/bs/LC_MESSAGES/hello_noop.mo
- samples/locale/bs/LC_MESSAGES/hello_plural.mo
- samples/locale/bs/LC_MESSAGES/hello_tk.mo
- samples/locale/ca/LC_MESSAGES/hello.mo
- samples/locale/ca/LC_MESSAGES/hello2.mo
- samples/locale/ca/LC_MESSAGES/hello_glade2.mo
- samples/locale/ca/LC_MESSAGES/hello_gtk2.mo
- samples/locale/ca/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/ca/LC_MESSAGES/hello_noop.mo
- samples/locale/ca/LC_MESSAGES/hello_plural.mo
- samples/locale/ca/LC_MESSAGES/hello_tk.mo
- samples/locale/cs/LC_MESSAGES/hello.mo
- samples/locale/cs/LC_MESSAGES/hello2.mo
- samples/locale/cs/LC_MESSAGES/hello_glade2.mo
- samples/locale/cs/LC_MESSAGES/hello_gtk2.mo
- samples/locale/cs/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/cs/LC_MESSAGES/hello_noop.mo
- samples/locale/cs/LC_MESSAGES/hello_plural.mo
- samples/locale/cs/LC_MESSAGES/hello_tk.mo
- samples/locale/de/LC_MESSAGES/hello.mo
- samples/locale/de/LC_MESSAGES/hello2.mo
- samples/locale/de/LC_MESSAGES/hello_glade2.mo
- samples/locale/de/LC_MESSAGES/hello_gtk2.mo
- samples/locale/de/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/de/LC_MESSAGES/hello_noop.mo
- samples/locale/de/LC_MESSAGES/hello_plural.mo
- samples/locale/de/LC_MESSAGES/hello_tk.mo
- samples/locale/el/LC_MESSAGES/hello.mo
- samples/locale/el/LC_MESSAGES/hello2.mo
- samples/locale/el/LC_MESSAGES/hello_glade2.mo
- samples/locale/el/LC_MESSAGES/hello_gtk2.mo
- samples/locale/el/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/el/LC_MESSAGES/hello_noop.mo
- samples/locale/el/LC_MESSAGES/hello_plural.mo
- samples/locale/el/LC_MESSAGES/hello_tk.mo
- samples/locale/eo/LC_MESSAGES/hello.mo
- samples/locale/eo/LC_MESSAGES/hello2.mo
- samples/locale/eo/LC_MESSAGES/hello_glade2.mo
- samples/locale/eo/LC_MESSAGES/hello_gtk2.mo
- samples/locale/eo/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/eo/LC_MESSAGES/hello_noop.mo
- samples/locale/eo/LC_MESSAGES/hello_plural.mo
- samples/locale/eo/LC_MESSAGES/hello_tk.mo
- samples/locale/es/LC_MESSAGES/hello.mo
- samples/locale/es/LC_MESSAGES/hello2.mo
- samples/locale/es/LC_MESSAGES/hello_glade2.mo
- samples/locale/es/LC_MESSAGES/hello_gtk2.mo
- samples/locale/es/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/es/LC_MESSAGES/hello_noop.mo
- samples/locale/es/LC_MESSAGES/hello_plural.mo
- samples/locale/es/LC_MESSAGES/hello_tk.mo
- samples/locale/fr/LC_MESSAGES/hello.mo
- samples/locale/fr/LC_MESSAGES/hello2.mo
- samples/locale/fr/LC_MESSAGES/hello_glade2.mo
- samples/locale/fr/LC_MESSAGES/hello_gtk2.mo
- samples/locale/fr/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/fr/LC_MESSAGES/hello_noop.mo
- samples/locale/fr/LC_MESSAGES/hello_plural.mo
- samples/locale/fr/LC_MESSAGES/hello_tk.mo
- samples/locale/hr/LC_MESSAGES/hello.mo
- samples/locale/hr/LC_MESSAGES/hello2.mo
- samples/locale/hr/LC_MESSAGES/hello_glade2.mo
- samples/locale/hr/LC_MESSAGES/hello_gtk2.mo
- samples/locale/hr/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/hr/LC_MESSAGES/hello_noop.mo
- samples/locale/hr/LC_MESSAGES/hello_plural.mo
- samples/locale/hr/LC_MESSAGES/hello_tk.mo
- samples/locale/hu/LC_MESSAGES/hello.mo
- samples/locale/hu/LC_MESSAGES/hello2.mo
- samples/locale/hu/LC_MESSAGES/hello_glade2.mo
- samples/locale/hu/LC_MESSAGES/hello_gtk2.mo
- samples/locale/hu/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/hu/LC_MESSAGES/hello_noop.mo
- samples/locale/hu/LC_MESSAGES/hello_plural.mo
- samples/locale/hu/LC_MESSAGES/hello_tk.mo
- samples/locale/it/LC_MESSAGES/hello.mo
- samples/locale/it/LC_MESSAGES/hello2.mo
- samples/locale/it/LC_MESSAGES/hello_glade2.mo
- samples/locale/it/LC_MESSAGES/hello_gtk2.mo
- samples/locale/it/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/it/LC_MESSAGES/hello_noop.mo
- samples/locale/it/LC_MESSAGES/hello_plural.mo
- samples/locale/it/LC_MESSAGES/hello_tk.mo
- samples/locale/ja/LC_MESSAGES/hello.mo
- samples/locale/ja/LC_MESSAGES/hello2.mo
- samples/locale/ja/LC_MESSAGES/hello_glade2.mo
- samples/locale/ja/LC_MESSAGES/hello_gtk2.mo
- samples/locale/ja/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/ja/LC_MESSAGES/hello_noop.mo
- samples/locale/ja/LC_MESSAGES/hello_plural.mo
- samples/locale/ja/LC_MESSAGES/hello_tk.mo
- samples/locale/ko/LC_MESSAGES/hello.mo
- samples/locale/ko/LC_MESSAGES/hello2.mo
- samples/locale/ko/LC_MESSAGES/hello_glade2.mo
- samples/locale/ko/LC_MESSAGES/hello_gtk2.mo
- samples/locale/ko/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/ko/LC_MESSAGES/hello_noop.mo
- samples/locale/ko/LC_MESSAGES/hello_plural.mo
- samples/locale/ko/LC_MESSAGES/hello_tk.mo
- samples/locale/lv/LC_MESSAGES/hello.mo
- samples/locale/lv/LC_MESSAGES/hello2.mo
- samples/locale/lv/LC_MESSAGES/hello_glade2.mo
- samples/locale/lv/LC_MESSAGES/hello_gtk2.mo
- samples/locale/lv/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/lv/LC_MESSAGES/hello_noop.mo
- samples/locale/lv/LC_MESSAGES/hello_plural.mo
- samples/locale/lv/LC_MESSAGES/hello_tk.mo
- samples/locale/nb/LC_MESSAGES/hello.mo
- samples/locale/nb/LC_MESSAGES/hello2.mo
- samples/locale/nb/LC_MESSAGES/hello_glade2.mo
- samples/locale/nb/LC_MESSAGES/hello_gtk2.mo
- samples/locale/nb/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/nb/LC_MESSAGES/hello_noop.mo
- samples/locale/nb/LC_MESSAGES/hello_plural.mo
- samples/locale/nb/LC_MESSAGES/hello_tk.mo
- samples/locale/nl/LC_MESSAGES/hello.mo
- samples/locale/nl/LC_MESSAGES/hello2.mo
- samples/locale/nl/LC_MESSAGES/hello_glade2.mo
- samples/locale/nl/LC_MESSAGES/hello_gtk2.mo
- samples/locale/nl/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/nl/LC_MESSAGES/hello_noop.mo
- samples/locale/nl/LC_MESSAGES/hello_plural.mo
- samples/locale/nl/LC_MESSAGES/hello_tk.mo
- samples/locale/pt_BR/LC_MESSAGES/hello.mo
- samples/locale/pt_BR/LC_MESSAGES/hello2.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_glade2.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_gtk2.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_noop.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
- samples/locale/pt_BR/LC_MESSAGES/hello_tk.mo
- samples/locale/ru/LC_MESSAGES/hello.mo
- samples/locale/ru/LC_MESSAGES/hello2.mo
- samples/locale/ru/LC_MESSAGES/hello_glade2.mo
- samples/locale/ru/LC_MESSAGES/hello_gtk2.mo
- samples/locale/ru/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/ru/LC_MESSAGES/hello_noop.mo
- samples/locale/ru/LC_MESSAGES/hello_plural.mo
- samples/locale/ru/LC_MESSAGES/hello_tk.mo
- samples/locale/sr/LC_MESSAGES/hello.mo
- samples/locale/sr/LC_MESSAGES/hello2.mo
- samples/locale/sr/LC_MESSAGES/hello_glade2.mo
- samples/locale/sr/LC_MESSAGES/hello_gtk2.mo
- samples/locale/sr/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/sr/LC_MESSAGES/hello_noop.mo
- samples/locale/sr/LC_MESSAGES/hello_plural.mo
- samples/locale/sr/LC_MESSAGES/hello_tk.mo
- samples/locale/sv/LC_MESSAGES/hello.mo
- samples/locale/sv/LC_MESSAGES/hello2.mo
- samples/locale/sv/LC_MESSAGES/hello_glade2.mo
- samples/locale/sv/LC_MESSAGES/hello_gtk2.mo
- samples/locale/sv/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/sv/LC_MESSAGES/hello_noop.mo
- samples/locale/sv/LC_MESSAGES/hello_plural.mo
- samples/locale/sv/LC_MESSAGES/hello_tk.mo
- samples/locale/uk/LC_MESSAGES/hello.mo
- samples/locale/uk/LC_MESSAGES/hello2.mo
- samples/locale/uk/LC_MESSAGES/hello_glade2.mo
- samples/locale/uk/LC_MESSAGES/hello_gtk2.mo
- samples/locale/uk/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/uk/LC_MESSAGES/hello_noop.mo
- samples/locale/uk/LC_MESSAGES/hello_plural.mo
- samples/locale/uk/LC_MESSAGES/hello_tk.mo
- samples/locale/vi/LC_MESSAGES/hello.mo
- samples/locale/vi/LC_MESSAGES/hello2.mo
- samples/locale/vi/LC_MESSAGES/hello_glade2.mo
- samples/locale/vi/LC_MESSAGES/hello_gtk2.mo
- samples/locale/vi/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/vi/LC_MESSAGES/hello_noop.mo
- samples/locale/vi/LC_MESSAGES/hello_plural.mo
- samples/locale/vi/LC_MESSAGES/hello_tk.mo
- samples/locale/zh/LC_MESSAGES/hello.mo
- samples/locale/zh/LC_MESSAGES/hello2.mo
- samples/locale/zh/LC_MESSAGES/hello_glade2.mo
- samples/locale/zh/LC_MESSAGES/hello_gtk2.mo
- samples/locale/zh/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/zh/LC_MESSAGES/hello_noop.mo
- samples/locale/zh/LC_MESSAGES/hello_plural.mo
- samples/locale/zh/LC_MESSAGES/hello_tk.mo
- samples/locale/zh_TW/LC_MESSAGES/hello.mo
- samples/locale/zh_TW/LC_MESSAGES/hello2.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_glade2.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_gtk2.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_gtk_builder.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_noop.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
- samples/locale/zh_TW/LC_MESSAGES/hello_tk.mo
- samples/po/bg/hello.edit.po
- samples/po/bg/hello.po
- samples/po/bg/hello.po.time_stamp
- samples/po/bg/hello2.edit.po
- samples/po/bg/hello2.po
- samples/po/bg/hello2.po.time_stamp
- samples/po/bg/hello_glade2.edit.po
- samples/po/bg/hello_glade2.po
- samples/po/bg/hello_glade2.po.time_stamp
- samples/po/bg/hello_gtk2.edit.po
- samples/po/bg/hello_gtk2.po
- samples/po/bg/hello_gtk2.po.time_stamp
- samples/po/bg/hello_gtk_builder.edit.po
- samples/po/bg/hello_gtk_builder.po
- samples/po/bg/hello_gtk_builder.po.time_stamp
- samples/po/bg/hello_noop.edit.po
- samples/po/bg/hello_noop.po
- samples/po/bg/hello_noop.po.time_stamp
- samples/po/bg/hello_plural.edit.po
- samples/po/bg/hello_plural.po
- samples/po/bg/hello_plural.po.time_stamp
- samples/po/bg/hello_tk.edit.po
- samples/po/bg/hello_tk.po
- samples/po/bg/hello_tk.po.time_stamp
- samples/po/bs/hello.edit.po
- samples/po/bs/hello.po
- samples/po/bs/hello.po.time_stamp
- samples/po/bs/hello2.edit.po
- samples/po/bs/hello2.po
- samples/po/bs/hello2.po.time_stamp
- samples/po/bs/hello_glade2.edit.po
- samples/po/bs/hello_glade2.po
- samples/po/bs/hello_glade2.po.time_stamp
- samples/po/bs/hello_gtk2.edit.po
- samples/po/bs/hello_gtk2.po
- samples/po/bs/hello_gtk2.po.time_stamp
- samples/po/bs/hello_gtk_builder.edit.po
- samples/po/bs/hello_gtk_builder.po
- samples/po/bs/hello_gtk_builder.po.time_stamp
- samples/po/bs/hello_noop.edit.po
- samples/po/bs/hello_noop.po
- samples/po/bs/hello_noop.po.time_stamp
- samples/po/bs/hello_plural.edit.po
- samples/po/bs/hello_plural.po
- samples/po/bs/hello_plural.po.time_stamp
- samples/po/bs/hello_tk.edit.po
- samples/po/bs/hello_tk.po
- samples/po/bs/hello_tk.po.time_stamp
- samples/po/ca/hello.edit.po
- samples/po/ca/hello.po
- samples/po/ca/hello.po.time_stamp
- samples/po/ca/hello2.edit.po
- samples/po/ca/hello2.po
- samples/po/ca/hello2.po.time_stamp
- samples/po/ca/hello_glade2.edit.po
- samples/po/ca/hello_glade2.po
- samples/po/ca/hello_glade2.po.time_stamp
- samples/po/ca/hello_gtk2.edit.po
- samples/po/ca/hello_gtk2.po
- samples/po/ca/hello_gtk2.po.time_stamp
- samples/po/ca/hello_gtk_builder.edit.po
- samples/po/ca/hello_gtk_builder.po
- samples/po/ca/hello_gtk_builder.po.time_stamp
- samples/po/ca/hello_noop.edit.po
- samples/po/ca/hello_noop.po
- samples/po/ca/hello_noop.po.time_stamp
- samples/po/ca/hello_plural.edit.po
- samples/po/ca/hello_plural.po
- samples/po/ca/hello_plural.po.time_stamp
- samples/po/ca/hello_tk.edit.po
- samples/po/ca/hello_tk.po
- samples/po/ca/hello_tk.po.time_stamp
- samples/po/cs/hello.edit.po
- samples/po/cs/hello.po
- samples/po/cs/hello.po.time_stamp
- samples/po/cs/hello2.edit.po
- samples/po/cs/hello2.po
- samples/po/cs/hello2.po.time_stamp
- samples/po/cs/hello_glade2.edit.po
- samples/po/cs/hello_glade2.po
- samples/po/cs/hello_glade2.po.time_stamp
- samples/po/cs/hello_gtk2.edit.po
- samples/po/cs/hello_gtk2.po
- samples/po/cs/hello_gtk2.po.time_stamp
- samples/po/cs/hello_gtk_builder.edit.po
- samples/po/cs/hello_gtk_builder.po
- samples/po/cs/hello_gtk_builder.po.time_stamp
- samples/po/cs/hello_noop.edit.po
- samples/po/cs/hello_noop.po
- samples/po/cs/hello_noop.po.time_stamp
- samples/po/cs/hello_plural.edit.po
- samples/po/cs/hello_plural.po
- samples/po/cs/hello_plural.po.time_stamp
- samples/po/cs/hello_tk.edit.po
- samples/po/cs/hello_tk.po
- samples/po/cs/hello_tk.po.time_stamp
- samples/po/de/hello.edit.po
- samples/po/de/hello.po
- samples/po/de/hello.po.time_stamp
- samples/po/de/hello2.edit.po
- samples/po/de/hello2.po
- samples/po/de/hello2.po.time_stamp
- samples/po/de/hello_glade2.edit.po
- samples/po/de/hello_glade2.po
- samples/po/de/hello_glade2.po.time_stamp
- samples/po/de/hello_gtk2.edit.po
- samples/po/de/hello_gtk2.po
- samples/po/de/hello_gtk2.po.time_stamp
- samples/po/de/hello_gtk_builder.edit.po
- samples/po/de/hello_gtk_builder.po
- samples/po/de/hello_gtk_builder.po.time_stamp
- samples/po/de/hello_noop.edit.po
- samples/po/de/hello_noop.po
- samples/po/de/hello_noop.po.time_stamp
- samples/po/de/hello_plural.edit.po
- samples/po/de/hello_plural.po
- samples/po/de/hello_plural.po.time_stamp
- samples/po/de/hello_tk.edit.po
- samples/po/de/hello_tk.po
- samples/po/de/hello_tk.po.time_stamp
- samples/po/el/hello.edit.po
- samples/po/el/hello.po
- samples/po/el/hello.po.time_stamp
- samples/po/el/hello2.edit.po
- samples/po/el/hello2.po
- samples/po/el/hello2.po.time_stamp
- samples/po/el/hello_glade2.edit.po
- samples/po/el/hello_glade2.po
- samples/po/el/hello_glade2.po.time_stamp
- samples/po/el/hello_gtk2.edit.po
- samples/po/el/hello_gtk2.po
- samples/po/el/hello_gtk2.po.time_stamp
- samples/po/el/hello_gtk_builder.edit.po
- samples/po/el/hello_gtk_builder.po
- samples/po/el/hello_gtk_builder.po.time_stamp
- samples/po/el/hello_noop.edit.po
- samples/po/el/hello_noop.po
- samples/po/el/hello_noop.po.time_stamp
- samples/po/el/hello_plural.edit.po
- samples/po/el/hello_plural.po
- samples/po/el/hello_plural.po.time_stamp
- samples/po/el/hello_tk.edit.po
- samples/po/el/hello_tk.po
- samples/po/el/hello_tk.po.time_stamp
- samples/po/eo/hello.edit.po
- samples/po/eo/hello.po
- samples/po/eo/hello.po.time_stamp
- samples/po/eo/hello2.edit.po
- samples/po/eo/hello2.po
- samples/po/eo/hello2.po.time_stamp
- samples/po/eo/hello_glade2.edit.po
- samples/po/eo/hello_glade2.po
- samples/po/eo/hello_glade2.po.time_stamp
- samples/po/eo/hello_gtk2.edit.po
- samples/po/eo/hello_gtk2.po
- samples/po/eo/hello_gtk2.po.time_stamp
- samples/po/eo/hello_gtk_builder.edit.po
- samples/po/eo/hello_gtk_builder.po
- samples/po/eo/hello_gtk_builder.po.time_stamp
- samples/po/eo/hello_noop.edit.po
- samples/po/eo/hello_noop.po
- samples/po/eo/hello_noop.po.time_stamp
- samples/po/eo/hello_plural.edit.po
- samples/po/eo/hello_plural.po
- samples/po/eo/hello_plural.po.time_stamp
- samples/po/eo/hello_tk.edit.po
- samples/po/eo/hello_tk.po
- samples/po/eo/hello_tk.po.time_stamp
- samples/po/es/hello.edit.po
- samples/po/es/hello.po
- samples/po/es/hello.po.time_stamp
- samples/po/es/hello2.edit.po
- samples/po/es/hello2.po
- samples/po/es/hello2.po.time_stamp
- samples/po/es/hello_glade2.edit.po
- samples/po/es/hello_glade2.po
- samples/po/es/hello_glade2.po.time_stamp
- samples/po/es/hello_gtk2.edit.po
- samples/po/es/hello_gtk2.po
- samples/po/es/hello_gtk2.po.time_stamp
- samples/po/es/hello_gtk_builder.edit.po
- samples/po/es/hello_gtk_builder.po
- samples/po/es/hello_gtk_builder.po.time_stamp
- samples/po/es/hello_noop.edit.po
- samples/po/es/hello_noop.po
- samples/po/es/hello_noop.po.time_stamp
- samples/po/es/hello_plural.edit.po
- samples/po/es/hello_plural.po
- samples/po/es/hello_plural.po.time_stamp
- samples/po/es/hello_tk.edit.po
- samples/po/es/hello_tk.po
- samples/po/es/hello_tk.po.time_stamp
- samples/po/fr/hello.edit.po
- samples/po/fr/hello.po
- samples/po/fr/hello.po.time_stamp
- samples/po/fr/hello2.edit.po
- samples/po/fr/hello2.po
- samples/po/fr/hello2.po.time_stamp
- samples/po/fr/hello_glade2.edit.po
- samples/po/fr/hello_glade2.po
- samples/po/fr/hello_glade2.po.time_stamp
- samples/po/fr/hello_gtk2.edit.po
- samples/po/fr/hello_gtk2.po
- samples/po/fr/hello_gtk2.po.time_stamp
- samples/po/fr/hello_gtk_builder.edit.po
- samples/po/fr/hello_gtk_builder.po
- samples/po/fr/hello_gtk_builder.po.time_stamp
- samples/po/fr/hello_noop.edit.po
- samples/po/fr/hello_noop.po
- samples/po/fr/hello_noop.po.time_stamp
- samples/po/fr/hello_plural.edit.po
- samples/po/fr/hello_plural.po
- samples/po/fr/hello_plural.po.time_stamp
- samples/po/fr/hello_tk.edit.po
- samples/po/fr/hello_tk.po
- samples/po/fr/hello_tk.po.time_stamp
- samples/po/hello.pot
- samples/po/hello2.pot
- samples/po/hello_glade2.pot
- samples/po/hello_gtk2.pot
- samples/po/hello_gtk_builder.pot
- samples/po/hello_noop.pot
- samples/po/hello_plural.pot
- samples/po/hello_tk.pot
- samples/po/hr/hello.edit.po
- samples/po/hr/hello.po
- samples/po/hr/hello.po.time_stamp
- samples/po/hr/hello2.edit.po
- samples/po/hr/hello2.po
- samples/po/hr/hello2.po.time_stamp
- samples/po/hr/hello_glade2.edit.po
- samples/po/hr/hello_glade2.po
- samples/po/hr/hello_glade2.po.time_stamp
- samples/po/hr/hello_gtk2.edit.po
- samples/po/hr/hello_gtk2.po
- samples/po/hr/hello_gtk2.po.time_stamp
- samples/po/hr/hello_gtk_builder.edit.po
- samples/po/hr/hello_gtk_builder.po
- samples/po/hr/hello_gtk_builder.po.time_stamp
- samples/po/hr/hello_noop.edit.po
- samples/po/hr/hello_noop.po
- samples/po/hr/hello_noop.po.time_stamp
- samples/po/hr/hello_plural.edit.po
- samples/po/hr/hello_plural.po
- samples/po/hr/hello_plural.po.time_stamp
- samples/po/hr/hello_tk.edit.po
- samples/po/hr/hello_tk.po
- samples/po/hr/hello_tk.po.time_stamp
- samples/po/hu/hello.edit.po
- samples/po/hu/hello.po
- samples/po/hu/hello.po.time_stamp
- samples/po/hu/hello2.edit.po
- samples/po/hu/hello2.po
- samples/po/hu/hello2.po.time_stamp
- samples/po/hu/hello_glade2.edit.po
- samples/po/hu/hello_glade2.po
- samples/po/hu/hello_glade2.po.time_stamp
- samples/po/hu/hello_gtk2.edit.po
- samples/po/hu/hello_gtk2.po
- samples/po/hu/hello_gtk2.po.time_stamp
- samples/po/hu/hello_gtk_builder.edit.po
- samples/po/hu/hello_gtk_builder.po
- samples/po/hu/hello_gtk_builder.po.time_stamp
- samples/po/hu/hello_noop.edit.po
- samples/po/hu/hello_noop.po
- samples/po/hu/hello_noop.po.time_stamp
- samples/po/hu/hello_plural.edit.po
- samples/po/hu/hello_plural.po
- samples/po/hu/hello_plural.po.time_stamp
- samples/po/hu/hello_tk.edit.po
- samples/po/hu/hello_tk.po
- samples/po/hu/hello_tk.po.time_stamp
- samples/po/it/hello.edit.po
- samples/po/it/hello.po
- samples/po/it/hello.po.time_stamp
- samples/po/it/hello2.edit.po
- samples/po/it/hello2.po
- samples/po/it/hello2.po.time_stamp
- samples/po/it/hello_glade2.edit.po
- samples/po/it/hello_glade2.po
- samples/po/it/hello_glade2.po.time_stamp
- samples/po/it/hello_gtk2.edit.po
- samples/po/it/hello_gtk2.po
- samples/po/it/hello_gtk2.po.time_stamp
- samples/po/it/hello_gtk_builder.edit.po
- samples/po/it/hello_gtk_builder.po
- samples/po/it/hello_gtk_builder.po.time_stamp
- samples/po/it/hello_noop.edit.po
- samples/po/it/hello_noop.po
- samples/po/it/hello_noop.po.time_stamp
- samples/po/it/hello_plural.edit.po
- samples/po/it/hello_plural.po
- samples/po/it/hello_plural.po.time_stamp
- samples/po/it/hello_tk.edit.po
- samples/po/it/hello_tk.po
- samples/po/it/hello_tk.po.time_stamp
- samples/po/ja/hello.edit.po
- samples/po/ja/hello.po
- samples/po/ja/hello.po.time_stamp
- samples/po/ja/hello2.edit.po
- samples/po/ja/hello2.po
- samples/po/ja/hello2.po.time_stamp
- samples/po/ja/hello_glade2.edit.po
- samples/po/ja/hello_glade2.po
- samples/po/ja/hello_glade2.po.time_stamp
- samples/po/ja/hello_gtk2.edit.po
- samples/po/ja/hello_gtk2.po
- samples/po/ja/hello_gtk2.po.time_stamp
- samples/po/ja/hello_gtk_builder.edit.po
- samples/po/ja/hello_gtk_builder.po
- samples/po/ja/hello_gtk_builder.po.time_stamp
- samples/po/ja/hello_noop.edit.po
- samples/po/ja/hello_noop.po
- samples/po/ja/hello_noop.po.time_stamp
- samples/po/ja/hello_plural.edit.po
- samples/po/ja/hello_plural.po
- samples/po/ja/hello_plural.po.time_stamp
- samples/po/ja/hello_tk.edit.po
- samples/po/ja/hello_tk.po
- samples/po/ja/hello_tk.po.time_stamp
- samples/po/ko/hello.edit.po
- samples/po/ko/hello.po
- samples/po/ko/hello.po.time_stamp
- samples/po/ko/hello2.edit.po
- samples/po/ko/hello2.po
- samples/po/ko/hello2.po.time_stamp
- samples/po/ko/hello_glade2.edit.po
- samples/po/ko/hello_glade2.po
- samples/po/ko/hello_glade2.po.time_stamp
- samples/po/ko/hello_gtk2.edit.po
- samples/po/ko/hello_gtk2.po
- samples/po/ko/hello_gtk2.po.time_stamp
- samples/po/ko/hello_gtk_builder.edit.po
- samples/po/ko/hello_gtk_builder.po
- samples/po/ko/hello_gtk_builder.po.time_stamp
- samples/po/ko/hello_noop.edit.po
- samples/po/ko/hello_noop.po
- samples/po/ko/hello_noop.po.time_stamp
- samples/po/ko/hello_plural.edit.po
- samples/po/ko/hello_plural.po
- samples/po/ko/hello_plural.po.time_stamp
- samples/po/ko/hello_tk.edit.po
- samples/po/ko/hello_tk.po
- samples/po/ko/hello_tk.po.time_stamp
- samples/po/lv/hello.edit.po
- samples/po/lv/hello.po
- samples/po/lv/hello.po.time_stamp
- samples/po/lv/hello2.edit.po
- samples/po/lv/hello2.po
- samples/po/lv/hello2.po.time_stamp
- samples/po/lv/hello_glade2.edit.po
- samples/po/lv/hello_glade2.po
- samples/po/lv/hello_glade2.po.time_stamp
- samples/po/lv/hello_gtk2.edit.po
- samples/po/lv/hello_gtk2.po
- samples/po/lv/hello_gtk2.po.time_stamp
- samples/po/lv/hello_gtk_builder.edit.po
- samples/po/lv/hello_gtk_builder.po
- samples/po/lv/hello_gtk_builder.po.time_stamp
- samples/po/lv/hello_noop.edit.po
- samples/po/lv/hello_noop.po
- samples/po/lv/hello_noop.po.time_stamp
- samples/po/lv/hello_plural.edit.po
- samples/po/lv/hello_plural.po
- samples/po/lv/hello_plural.po.time_stamp
- samples/po/lv/hello_tk.edit.po
- samples/po/lv/hello_tk.po
- samples/po/lv/hello_tk.po.time_stamp
- samples/po/nb/hello.edit.po
- samples/po/nb/hello.po
- samples/po/nb/hello.po.time_stamp
- samples/po/nb/hello2.edit.po
- samples/po/nb/hello2.po
- samples/po/nb/hello2.po.time_stamp
- samples/po/nb/hello_glade2.edit.po
- samples/po/nb/hello_glade2.po
- samples/po/nb/hello_glade2.po.time_stamp
- samples/po/nb/hello_gtk2.edit.po
- samples/po/nb/hello_gtk2.po
- samples/po/nb/hello_gtk2.po.time_stamp
- samples/po/nb/hello_gtk_builder.edit.po
- samples/po/nb/hello_gtk_builder.po
- samples/po/nb/hello_gtk_builder.po.time_stamp
- samples/po/nb/hello_noop.edit.po
- samples/po/nb/hello_noop.po
- samples/po/nb/hello_noop.po.time_stamp
- samples/po/nb/hello_plural.edit.po
- samples/po/nb/hello_plural.po
- samples/po/nb/hello_plural.po.time_stamp
- samples/po/nb/hello_tk.edit.po
- samples/po/nb/hello_tk.po
- samples/po/nb/hello_tk.po.time_stamp
- samples/po/nl/hello.edit.po
- samples/po/nl/hello.po
- samples/po/nl/hello.po.time_stamp
- samples/po/nl/hello2.edit.po
- samples/po/nl/hello2.po
- samples/po/nl/hello2.po.time_stamp
- samples/po/nl/hello_glade2.edit.po
- samples/po/nl/hello_glade2.po
- samples/po/nl/hello_glade2.po.time_stamp
- samples/po/nl/hello_gtk2.edit.po
- samples/po/nl/hello_gtk2.po
- samples/po/nl/hello_gtk2.po.time_stamp
- samples/po/nl/hello_gtk_builder.edit.po
- samples/po/nl/hello_gtk_builder.po
- samples/po/nl/hello_gtk_builder.po.time_stamp
- samples/po/nl/hello_noop.edit.po
- samples/po/nl/hello_noop.po
- samples/po/nl/hello_noop.po.time_stamp
- samples/po/nl/hello_plural.edit.po
- samples/po/nl/hello_plural.po
- samples/po/nl/hello_plural.po.time_stamp
- samples/po/nl/hello_tk.edit.po
- samples/po/nl/hello_tk.po
- samples/po/nl/hello_tk.po.time_stamp
- samples/po/pt_BR/hello.edit.po
- samples/po/pt_BR/hello.po
- samples/po/pt_BR/hello.po.time_stamp
- samples/po/pt_BR/hello2.edit.po
- samples/po/pt_BR/hello2.po
- samples/po/pt_BR/hello2.po.time_stamp
- samples/po/pt_BR/hello_glade2.edit.po
- samples/po/pt_BR/hello_glade2.po
- samples/po/pt_BR/hello_glade2.po.time_stamp
- samples/po/pt_BR/hello_gtk2.edit.po
- samples/po/pt_BR/hello_gtk2.po
- samples/po/pt_BR/hello_gtk2.po.time_stamp
- samples/po/pt_BR/hello_gtk_builder.edit.po
- samples/po/pt_BR/hello_gtk_builder.po
- samples/po/pt_BR/hello_gtk_builder.po.time_stamp
- samples/po/pt_BR/hello_noop.edit.po
- samples/po/pt_BR/hello_noop.po
- samples/po/pt_BR/hello_noop.po.time_stamp
- samples/po/pt_BR/hello_plural.edit.po
- samples/po/pt_BR/hello_plural.po
- samples/po/pt_BR/hello_plural.po.time_stamp
- samples/po/pt_BR/hello_tk.edit.po
- samples/po/pt_BR/hello_tk.po
- samples/po/pt_BR/hello_tk.po.time_stamp
- samples/po/ru/hello.edit.po
- samples/po/ru/hello.po
- samples/po/ru/hello.po.time_stamp
- samples/po/ru/hello2.edit.po
- samples/po/ru/hello2.po
- samples/po/ru/hello2.po.time_stamp
- samples/po/ru/hello_glade2.edit.po
- samples/po/ru/hello_glade2.po
- samples/po/ru/hello_glade2.po.time_stamp
- samples/po/ru/hello_gtk2.edit.po
- samples/po/ru/hello_gtk2.po
- samples/po/ru/hello_gtk2.po.time_stamp
- samples/po/ru/hello_gtk_builder.edit.po
- samples/po/ru/hello_gtk_builder.po
- samples/po/ru/hello_gtk_builder.po.time_stamp
- samples/po/ru/hello_noop.edit.po
- samples/po/ru/hello_noop.po
- samples/po/ru/hello_noop.po.time_stamp
- samples/po/ru/hello_plural.edit.po
- samples/po/ru/hello_plural.po
- samples/po/ru/hello_plural.po.time_stamp
- samples/po/ru/hello_tk.edit.po
- samples/po/ru/hello_tk.po
- samples/po/ru/hello_tk.po.time_stamp
- samples/po/sr/hello.edit.po
- samples/po/sr/hello.po
- samples/po/sr/hello.po.time_stamp
- samples/po/sr/hello2.edit.po
- samples/po/sr/hello2.po
- samples/po/sr/hello2.po.time_stamp
- samples/po/sr/hello_glade2.edit.po
- samples/po/sr/hello_glade2.po
- samples/po/sr/hello_glade2.po.time_stamp
- samples/po/sr/hello_gtk2.edit.po
- samples/po/sr/hello_gtk2.po
- samples/po/sr/hello_gtk2.po.time_stamp
- samples/po/sr/hello_gtk_builder.edit.po
- samples/po/sr/hello_gtk_builder.po
- samples/po/sr/hello_gtk_builder.po.time_stamp
- samples/po/sr/hello_noop.edit.po
- samples/po/sr/hello_noop.po
- samples/po/sr/hello_noop.po.time_stamp
- samples/po/sr/hello_plural.edit.po
- samples/po/sr/hello_plural.po
- samples/po/sr/hello_plural.po.time_stamp
- samples/po/sr/hello_tk.edit.po
- samples/po/sr/hello_tk.po
- samples/po/sr/hello_tk.po.time_stamp
- samples/po/sv/hello.edit.po
- samples/po/sv/hello.po
- samples/po/sv/hello.po.time_stamp
- samples/po/sv/hello2.edit.po
- samples/po/sv/hello2.po
- samples/po/sv/hello2.po.time_stamp
- samples/po/sv/hello_glade2.edit.po
- samples/po/sv/hello_glade2.po
- samples/po/sv/hello_glade2.po.time_stamp
- samples/po/sv/hello_gtk2.edit.po
- samples/po/sv/hello_gtk2.po
- samples/po/sv/hello_gtk2.po.time_stamp
- samples/po/sv/hello_gtk_builder.edit.po
- samples/po/sv/hello_gtk_builder.po
- samples/po/sv/hello_gtk_builder.po.time_stamp
- samples/po/sv/hello_noop.edit.po
- samples/po/sv/hello_noop.po
- samples/po/sv/hello_noop.po.time_stamp
- samples/po/sv/hello_plural.edit.po
- samples/po/sv/hello_plural.po
- samples/po/sv/hello_plural.po.time_stamp
- samples/po/sv/hello_tk.edit.po
- samples/po/sv/hello_tk.po
- samples/po/sv/hello_tk.po.time_stamp
- samples/po/uk/hello.edit.po
- samples/po/uk/hello.po
- samples/po/uk/hello.po.time_stamp
- samples/po/uk/hello2.edit.po
- samples/po/uk/hello2.po
- samples/po/uk/hello2.po.time_stamp
- samples/po/uk/hello_glade2.edit.po
- samples/po/uk/hello_glade2.po
- samples/po/uk/hello_glade2.po.time_stamp
- samples/po/uk/hello_gtk2.edit.po
- samples/po/uk/hello_gtk2.po
- samples/po/uk/hello_gtk2.po.time_stamp
- samples/po/uk/hello_gtk_builder.edit.po
- samples/po/uk/hello_gtk_builder.po
- samples/po/uk/hello_gtk_builder.po.time_stamp
- samples/po/uk/hello_noop.edit.po
- samples/po/uk/hello_noop.po
- samples/po/uk/hello_noop.po.time_stamp
- samples/po/uk/hello_plural.edit.po
- samples/po/uk/hello_plural.po
- samples/po/uk/hello_plural.po.time_stamp
- samples/po/uk/hello_tk.edit.po
- samples/po/uk/hello_tk.po
- samples/po/uk/hello_tk.po.time_stamp
- samples/po/vi/hello.edit.po
- samples/po/vi/hello.po
- samples/po/vi/hello.po.time_stamp
- samples/po/vi/hello2.edit.po
- samples/po/vi/hello2.po
- samples/po/vi/hello2.po.time_stamp
- samples/po/vi/hello_glade2.edit.po
- samples/po/vi/hello_glade2.po
- samples/po/vi/hello_glade2.po.time_stamp
- samples/po/vi/hello_gtk2.edit.po
- samples/po/vi/hello_gtk2.po
- samples/po/vi/hello_gtk2.po.time_stamp
- samples/po/vi/hello_gtk_builder.edit.po
- samples/po/vi/hello_gtk_builder.po
- samples/po/vi/hello_gtk_builder.po.time_stamp
- samples/po/vi/hello_noop.edit.po
- samples/po/vi/hello_noop.po
- samples/po/vi/hello_noop.po.time_stamp
- samples/po/vi/hello_plural.edit.po
- samples/po/vi/hello_plural.po
- samples/po/vi/hello_plural.po.time_stamp
- samples/po/vi/hello_tk.edit.po
- samples/po/vi/hello_tk.po
- samples/po/vi/hello_tk.po.time_stamp
- samples/po/zh/hello.edit.po
- samples/po/zh/hello.po
- samples/po/zh/hello.po.time_stamp
- samples/po/zh/hello2.edit.po
- samples/po/zh/hello2.po
- samples/po/zh/hello2.po.time_stamp
- samples/po/zh/hello_glade2.edit.po
- samples/po/zh/hello_glade2.po
- samples/po/zh/hello_glade2.po.time_stamp
- samples/po/zh/hello_gtk2.edit.po
- samples/po/zh/hello_gtk2.po
- samples/po/zh/hello_gtk2.po.time_stamp
- samples/po/zh/hello_gtk_builder.edit.po
- samples/po/zh/hello_gtk_builder.po
- samples/po/zh/hello_gtk_builder.po.time_stamp
- samples/po/zh/hello_noop.edit.po
- samples/po/zh/hello_noop.po
- samples/po/zh/hello_noop.po.time_stamp
- samples/po/zh/hello_plural.edit.po
- samples/po/zh/hello_plural.po
- samples/po/zh/hello_plural.po.time_stamp
- samples/po/zh/hello_tk.edit.po
- samples/po/zh/hello_tk.po
- samples/po/zh/hello_tk.po.time_stamp
- samples/po/zh_TW/hello.edit.po
- samples/po/zh_TW/hello.po
- samples/po/zh_TW/hello.po.time_stamp
- samples/po/zh_TW/hello2.edit.po
- samples/po/zh_TW/hello2.po
- samples/po/zh_TW/hello2.po.time_stamp
- samples/po/zh_TW/hello_glade2.edit.po
- samples/po/zh_TW/hello_glade2.po
- samples/po/zh_TW/hello_glade2.po.time_stamp
- samples/po/zh_TW/hello_gtk2.edit.po
- samples/po/zh_TW/hello_gtk2.po
- samples/po/zh_TW/hello_gtk2.po.time_stamp
- samples/po/zh_TW/hello_gtk_builder.edit.po
- samples/po/zh_TW/hello_gtk_builder.po
- samples/po/zh_TW/hello_gtk_builder.po.time_stamp
- samples/po/zh_TW/hello_noop.edit.po
- samples/po/zh_TW/hello_noop.po
- samples/po/zh_TW/hello_noop.po.time_stamp
- samples/po/zh_TW/hello_plural.edit.po
- samples/po/zh_TW/hello_plural.po
- samples/po/zh_TW/hello_plural.po.time_stamp
- samples/po/zh_TW/hello_tk.edit.po
- samples/po/zh_TW/hello_tk.po
- samples/po/zh_TW/hello_tk.po.time_stamp
- src/po_parser.ry
- test/fixtures/_.rb
- test/fixtures/_/double_quote_in_double_quote.rb
- test/fixtures/_/double_quote_in_single_quote.rb
- test/fixtures/_/literal_concatenation_with_continuation_line.rb
- test/fixtures/_/middle_new_line.rb
- test/fixtures/_/multiple_lines_literal.rb
- test/fixtures/_/multiple_messages_in_same_line.rb
- test/fixtures/_/multiple_same_messages.rb
- test/fixtures/_/one_line.rb
- test/fixtures/_/one_new_line.rb
- test/fixtures/backslash.rb
- test/fixtures/erb/ascii.rhtml
- test/fixtures/erb/ascii.rxml
- test/fixtures/erb/non_ascii.rhtml
- test/fixtures/gladeparser.glade
- test/fixtures/hello.rb
- test/fixtures/lower_n_.rb
- test/fixtures/multi_text_domain.rb
- test/fixtures/non_ascii.rb
- test/fixtures/np_.rb
- test/fixtures/ns_.rb
- test/fixtures/ns_/custom.rb
- test/fixtures/p_.rb
- test/fixtures/s_.rb
- test/fixtures/s_/custom.rb
- test/fixtures/simple.rb
- test/fixtures/untranslated.rb
- test/fixtures/upper_n_.rb
- test/gettext-test-utils.rb
- test/locale/cr/LC_MESSAGES/plural.mo
- test/locale/da/LC_MESSAGES/plural.mo
- test/locale/da/LC_MESSAGES/plural_error.mo
- test/locale/fr/LC_MESSAGES/plural.mo
- test/locale/fr/LC_MESSAGES/plural_error.mo
- test/locale/fr/LC_MESSAGES/test1.mo
- test/locale/fr/LC_MESSAGES/test2.mo
- test/locale/ir/LC_MESSAGES/plural.mo
- test/locale/ja/LC_MESSAGES/_.mo
- test/locale/ja/LC_MESSAGES/backslash.mo
- test/locale/ja/LC_MESSAGES/hello.mo
- test/locale/ja/LC_MESSAGES/non_ascii.mo
- test/locale/ja/LC_MESSAGES/np_.mo
- test/locale/ja/LC_MESSAGES/ns_.mo
- test/locale/ja/LC_MESSAGES/p_.mo
- test/locale/ja/LC_MESSAGES/plural.mo
- test/locale/ja/LC_MESSAGES/plural_error.mo
- test/locale/ja/LC_MESSAGES/rubyparser.mo
- test/locale/ja/LC_MESSAGES/s_.mo
- test/locale/ja/LC_MESSAGES/test1.mo
- test/locale/ja/LC_MESSAGES/test2.mo
- test/locale/ja/LC_MESSAGES/test3.mo
- test/locale/ja/LC_MESSAGES/untranslated.mo
- test/locale/la/LC_MESSAGES/plural.mo
- test/locale/la/LC_MESSAGES/plural_error.mo
- test/locale/li/LC_MESSAGES/plural.mo
- test/locale/li/LC_MESSAGES/plural_error.mo
- test/locale/po/LC_MESSAGES/plural.mo
- test/locale/sl/LC_MESSAGES/plural.mo
- test/locale/zh_Hant/LC_MESSAGES/test1.mo
- test/po/_.pot
- test/po/backslash.pot
- test/po/cr/plural.po
- test/po/da/plural.po
- test/po/da/plural_error.po
- test/po/fr/plural.po
- test/po/fr/plural_error.po
- test/po/fr/test1.po
- test/po/fr/test2.po
- test/po/hello.pot
- test/po/ir/plural.po
- test/po/ja/_.edit.po
- test/po/ja/_.po
- test/po/ja/_.po.time_stamp
- test/po/ja/backslash.edit.po
- test/po/ja/backslash.po
- test/po/ja/backslash.po.time_stamp
- test/po/ja/hello.edit.po
- test/po/ja/hello.po
- test/po/ja/hello.po.time_stamp
- test/po/ja/non_ascii.edit.po
- test/po/ja/non_ascii.po
- test/po/ja/non_ascii.po.time_stamp
- test/po/ja/np_.edit.po
- test/po/ja/np_.po
- test/po/ja/np_.po.time_stamp
- test/po/ja/ns_.edit.po
- test/po/ja/ns_.po
- test/po/ja/ns_.po.time_stamp
- test/po/ja/p_.edit.po
- test/po/ja/p_.po
- test/po/ja/p_.po.time_stamp
- test/po/ja/plural.po
- test/po/ja/plural_error.po
- test/po/ja/rubyparser.po
- test/po/ja/s_.edit.po
- test/po/ja/s_.po
- test/po/ja/s_.po.time_stamp
- test/po/ja/test1.po
- test/po/ja/test2.po
- test/po/ja/test3.po
- test/po/ja/untranslated.edit.po
- test/po/ja/untranslated.po
- test/po/ja/untranslated.po.time_stamp
- test/po/la/plural.po
- test/po/la/plural_error.po
- test/po/li/plural.po
- test/po/li/plural_error.po
- test/po/non_ascii.pot
- test/po/np_.pot
- test/po/ns_.pot
- test/po/p_.pot
- test/po/po/plural.po
- test/po/s_.pot
- test/po/sl/plural.po
- test/po/untranslated.pot
- test/po/zh_Hant/test1.po
- test/run-test.rb
- test/test_class_info.rb
- test/test_gettext.rb
- test/test_locale_path.rb
- test/test_mo.rb
- test/test_parser.rb
- test/test_po.rb
- test/test_po_entry.rb
- test/test_po_parser.rb
- test/test_string.rb
- test/test_text_domain.rb
- test/test_text_domain_bind.rb
- test/test_text_domain_multi.rb
- test/test_text_domain_toplevel.rb
- test/test_thread.rb
- test/tools/files/app.pot
- test/tools/files/de/app.po
- test/tools/files/en/app.po
- test/tools/files/en/test.po
- test/tools/files/simple_1.po
- test/tools/files/simple_2.po
- test/tools/files/simple_translation.rb
- test/tools/files/version.po
- test/tools/parser/test_ruby.rb
- test/tools/test.pot
- test/tools/test_msgcat.rb
- test/tools/test_msginit.rb
- test/tools/test_msgmerge.rb
- test/tools/test_task.rb
- test/tools/test_xgettext.rb
homepage: http://ruby-gettext.github.com/
licenses:
- Ruby or LGPLv3+
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: gettext
rubygems_version: 2.5.2
signing_key: 
specification_version: 4
summary: Gettext is a pure Ruby libary and tools to localize messages.
test_files:
- test/test_locale_path.rb
- test/test_parser.rb
- test/test_class_info.rb
- test/test_text_domain_toplevel.rb
- test/test_po_entry.rb
- test/test_text_domain.rb
- test/test_mo.rb
- test/test_string.rb
- test/test_po.rb
- test/test_gettext.rb
- test/test_text_domain_bind.rb
- test/test_thread.rb
- test/test_text_domain_multi.rb
- test/test_po_parser.rb