2008-09-15 20:09:29 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.5 2008/09/15 18:09:29 taca Exp $
|
2007-05-26 08:21:30 +02:00
|
|
|
bin/rgettext
|
|
|
|
bin/rmsgfmt
|
|
|
|
bin/rmsgmerge
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_HOME}/cache/gettext-${PKGVERSION}.gem
|
|
|
|
${GEM_LIBDIR}/COPYING
|
|
|
|
${GEM_LIBDIR}/ChangeLog
|
|
|
|
${GEM_LIBDIR}/NEWS
|
|
|
|
${GEM_LIBDIR}/README
|
|
|
|
${GEM_LIBDIR}/Rakefile
|
|
|
|
${GEM_LIBDIR}/bin/rgettext
|
|
|
|
${GEM_LIBDIR}/bin/rmsgfmt
|
|
|
|
${GEM_LIBDIR}/bin/rmsgmerge
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/bg/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/bg/LC_MESSAGES/rgettext.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/bs/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/bs/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ca/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ca/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/cs/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/cs/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/de/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/de/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/el/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/el/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/eo/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/eo/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/es/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/es/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/et/LC_MESSAGES/rails.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/et/LC_MESSAGES/rgettext.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/fr/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/fr/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/hr/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/hr/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/hu/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/hu/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/it/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/it/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ja/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ja/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ko/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ko/LC_MESSAGES/rgettext.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/lv/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/lv/LC_MESSAGES/rgettext.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/nb/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/nb/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/nl/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/nl/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/rgettext.mo
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/rgettext.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/data/locale/sv/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/vi/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/vi/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/rgettext.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/rails.mo
|
|
|
|
${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/rgettext.mo
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/doc/classes/ActionView/Helpers/FormBuilder.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/ActionView/TemplateFinder.html
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/doc/classes/ActiveRecord/Base.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/ActiveRecord/ConnectionAdapters/Column.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/ActiveRecord/Migration.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/ActiveRecordParser.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/Container.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/ErbContainer.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/ErbParser.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/GladeParser.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/NoboundTextDomainError.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/PoParser.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/Rails.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/RubyParser.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/TextDomain.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/GetText/TextDomainManager.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Iconv.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Iconv/Failure.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Iconv/IllegalSequence.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Iconv/InvalidCharacter.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Iconv/InvalidEncoding.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Locale.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Locale/Object.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Locale/SystemBase.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Locale/SystemCGI.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Locale/SystemJRuby.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Locale/SystemPosix.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Locale/SystemWin32.html
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/doc/classes/Locale/SystemWin32Table.html
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/doc/classes/MOFile.html
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/doc/classes/MOFile/HeaderRev1.html
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/doc/classes/MOFile/InvalidFormat.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/Module.html
|
|
|
|
${GEM_LIBDIR}/doc/classes/String.html
|
|
|
|
${GEM_LIBDIR}/doc/created.rid
|
|
|
|
${GEM_LIBDIR}/doc/files/ChangeLog.html
|
|
|
|
${GEM_LIBDIR}/doc/files/README.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/active_record_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/cgi_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/container_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/erb_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/iconv_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/mo_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/parser/active_record_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/parser/erb_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/parser/glade_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/parser/ruby_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/poparser_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/rails_compat_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/rails_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/rgettext_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/rmsgfmt_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/rmsgmerge_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/string_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/textdomain_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/textdomainmanager_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/utils_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext/version_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/gettext_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale/base_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale/cgi_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale/jruby_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale/object_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale/posix_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale/win32_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale/win32_table_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/files/lib/locale_rb.html
|
|
|
|
${GEM_LIBDIR}/doc/fr_class_index.html
|
|
|
|
${GEM_LIBDIR}/doc/fr_file_index.html
|
|
|
|
${GEM_LIBDIR}/doc/fr_method_index.html
|
|
|
|
${GEM_LIBDIR}/doc/index.html
|
|
|
|
${GEM_LIBDIR}/doc/rdoc-style.css
|
|
|
|
${GEM_LIBDIR}/lib/gettext.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/active_record.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/cgi.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/container.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/erb.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/iconv.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/mo.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/parser/active_record.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/parser/erb.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/parser/glade.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/parser/ruby.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/poparser.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/rails.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/rails_compat.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/rgettext.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/rmsgfmt.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/rmsgmerge.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/string.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/textdomain.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/textdomainmanager.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/utils.rb
|
|
|
|
${GEM_LIBDIR}/lib/gettext/version.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale/base.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale/cgi.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale/jruby.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale/object.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale/posix.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale/win32.rb
|
|
|
|
${GEM_LIBDIR}/lib/locale/win32_table.rb
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/po/bg/rails.po
|
|
|
|
${GEM_LIBDIR}/po/bg/rgettext.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/po/bs/rails.po
|
|
|
|
${GEM_LIBDIR}/po/bs/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/ca/rails.po
|
|
|
|
${GEM_LIBDIR}/po/ca/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/cs/rails.po
|
|
|
|
${GEM_LIBDIR}/po/cs/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/de/rails.po
|
|
|
|
${GEM_LIBDIR}/po/de/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/el/rails.po
|
|
|
|
${GEM_LIBDIR}/po/el/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/eo/rails.po
|
|
|
|
${GEM_LIBDIR}/po/eo/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/es/rails.po
|
|
|
|
${GEM_LIBDIR}/po/es/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/et/rails.po
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/po/et/rgettext.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/po/fr/rails.po
|
|
|
|
${GEM_LIBDIR}/po/fr/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/hr/rails.po
|
|
|
|
${GEM_LIBDIR}/po/hr/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/hu/rails.po
|
|
|
|
${GEM_LIBDIR}/po/hu/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/it/rails.po
|
|
|
|
${GEM_LIBDIR}/po/it/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/ja/rails.po
|
|
|
|
${GEM_LIBDIR}/po/ja/rgettext.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/po/lv/rails.po
|
|
|
|
${GEM_LIBDIR}/po/lv/rgettext.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/po/ko/rails.po
|
|
|
|
${GEM_LIBDIR}/po/ko/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/nb/rails.po
|
|
|
|
${GEM_LIBDIR}/po/nb/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/nl/rails.po
|
|
|
|
${GEM_LIBDIR}/po/nl/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/pt_BR/rails.po
|
|
|
|
${GEM_LIBDIR}/po/pt_BR/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/rails.pot
|
|
|
|
${GEM_LIBDIR}/po/rgettext.pot
|
|
|
|
${GEM_LIBDIR}/po/ru/rails.po
|
|
|
|
${GEM_LIBDIR}/po/ru/rgettext.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/po/sr/rails.po
|
|
|
|
${GEM_LIBDIR}/po/sr/rgettext.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/po/sv/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/ua/rails.po
|
|
|
|
${GEM_LIBDIR}/po/ua/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/vi/rails.po
|
|
|
|
${GEM_LIBDIR}/po/vi/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/zh/rails.po
|
|
|
|
${GEM_LIBDIR}/po/zh/rgettext.po
|
|
|
|
${GEM_LIBDIR}/po/zh_TW/rails.po
|
|
|
|
${GEM_LIBDIR}/po/zh_TW/rgettext.po
|
|
|
|
${GEM_LIBDIR}/post-setup.rb
|
|
|
|
${GEM_LIBDIR}/pre-setup.rb
|
|
|
|
${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
|
|
|
|
${GEM_LIBDIR}/samples/cgi/helloerb1.cgi
|
|
|
|
${GEM_LIBDIR}/samples/cgi/helloerb2.cgi
|
|
|
|
${GEM_LIBDIR}/samples/cgi/hellolib.rb
|
|
|
|
${GEM_LIBDIR}/samples/cgi/http.rb
|
|
|
|
${GEM_LIBDIR}/samples/cgi/index.cgi
|
2008-09-15 20:09:29 +02:00
|
|
|
${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
|
2008-04-04 17:17:08 +02:00
|
|
|
${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
|
2008-09-15 20:09:29 +02:00
|
|
|
${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
|
2008-04-04 17:17:08 +02:00
|
|
|
${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
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${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
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES/helloerb1.mo
|
|
|
|
${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES/helloerb2.mo
|
|
|
|
${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES/hellolib.mo
|
|
|
|
${GEM_LIBDIR}/samples/cgi/locale/ua/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
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bg/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bg/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bg/main.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bs/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bs/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bs/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/bs/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ca/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ca/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ca/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ca/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/cs/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/cs/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/cs/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/cs/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/de/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/de/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/de/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/de/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/el/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/el/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/el/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/el/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/eo/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/eo/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/eo/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/eo/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/es/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/es/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/es/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/es/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/fr/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/fr/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/fr/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/fr/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/helloerb1.pot
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/helloerb2.pot
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hellolib.pot
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hr/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hr/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hr/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hr/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hu/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hu/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hu/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/hu/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/it/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/it/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/it/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/it/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ja/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ja/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ja/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ja/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ko/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ko/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ko/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ko/main.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/cgi/po/lv/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/lv/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/lv/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/lv/main.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/cgi/po/main.pot
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nb/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nb/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nb/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nb/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nl/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nl/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nl/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/nl/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/pt_BR/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/pt_BR/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/pt_BR/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/pt_BR/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ru/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ru/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ru/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ru/main.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/cgi/po/sr/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/sr/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/sr/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/sr/main.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ua/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ua/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ua/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/ua/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/vi/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/vi/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/vi/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/vi/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh/main.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb1.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh_TW/helloerb2.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh_TW/hellolib.po
|
|
|
|
${GEM_LIBDIR}/samples/cgi/po/zh_TW/main.po
|
|
|
|
${GEM_LIBDIR}/samples/hello.rb
|
|
|
|
${GEM_LIBDIR}/samples/hello2.rb
|
|
|
|
${GEM_LIBDIR}/samples/hello_noop.rb
|
|
|
|
${GEM_LIBDIR}/samples/hello_plural.rb
|
|
|
|
${GEM_LIBDIR}/samples/hello_textdomain.rb
|
|
|
|
${GEM_LIBDIR}/samples/helloglade2.glade
|
|
|
|
${GEM_LIBDIR}/samples/helloglade2.rb
|
|
|
|
${GEM_LIBDIR}/samples/hellogtk.rb
|
|
|
|
${GEM_LIBDIR}/samples/hellogtk2.rb
|
|
|
|
${GEM_LIBDIR}/samples/hellotk.rb
|
2008-09-15 20:09:29 +02:00
|
|
|
${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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES/hellotk.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES/hellotk.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES/hellotk.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES/hellotk.mo
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES/hellotk.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES/hellotk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES/hellotk.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_noop.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hello_plural.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/helloglade2.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hellogtk.mo
|
|
|
|
${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES/hellotk.mo
|
|
|
|
${GEM_LIBDIR}/samples/makemo.rb
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/po/bg/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bg/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bg/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bg/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bg/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bg/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bg/hellotk.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/po/bs/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bs/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bs/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bs/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bs/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bs/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/bs/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ca/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ca/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ca/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ca/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ca/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ca/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ca/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/cs/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/cs/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/cs/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/cs/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/cs/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/cs/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/cs/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/de/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/de/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/de/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/de/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/de/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/de/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/de/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/el/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/el/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/el/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/el/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/el/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/el/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/el/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/eo/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/eo/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/eo/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/eo/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/eo/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/eo/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/eo/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/es/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/es/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/es/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/es/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/es/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/es/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/es/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/fr/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/fr/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/fr/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/fr/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/fr/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/fr/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/fr/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hello.pot
|
|
|
|
${GEM_LIBDIR}/samples/po/hello2.pot
|
|
|
|
${GEM_LIBDIR}/samples/po/hello_noop.pot
|
|
|
|
${GEM_LIBDIR}/samples/po/hello_plural.pot
|
|
|
|
${GEM_LIBDIR}/samples/po/helloglade2.pot
|
|
|
|
${GEM_LIBDIR}/samples/po/hellogtk.pot
|
|
|
|
${GEM_LIBDIR}/samples/po/hellotk.pot
|
|
|
|
${GEM_LIBDIR}/samples/po/hr/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hr/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hr/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hr/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hr/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hr/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hr/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hu/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hu/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hu/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hu/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hu/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hu/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/hu/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/it/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/it/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/it/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/it/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/it/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/it/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/it/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ja/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ja/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ja/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ja/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ja/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ja/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ja/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ko/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ko/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ko/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ko/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ko/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ko/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ko/hellotk.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/po/lv/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/lv/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/lv/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/lv/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/lv/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/lv/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/lv/hellotk.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/po/nb/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nb/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nb/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nb/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nb/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nb/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nb/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nl/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nl/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nl/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nl/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nl/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nl/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/nl/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/pt_BR/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/pt_BR/hello2.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/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/pt_BR/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/pt_BR/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ru/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ru/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ru/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ru/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ru/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ru/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ru/hellotk.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/po/sr/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sr/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sr/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sr/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sr/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sr/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sr/hellotk.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/po/sv/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sv/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sv/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sv/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sv/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sv/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/sv/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ua/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ua/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ua/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ua/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ua/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ua/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/ua/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/vi/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/vi/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/vi/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/vi/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/vi/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/vi/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/vi/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh/hello2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh/hello_noop.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh/hello_plural.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh_TW/hello.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh_TW/hello2.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/helloglade2.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh_TW/hellogtk.po
|
|
|
|
${GEM_LIBDIR}/samples/po/zh_TW/hellotk.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/README
|
|
|
|
${GEM_LIBDIR}/samples/rails/Rakefile
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/controllers/application.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/controllers/articles_controller.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/helpers/application_helper.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/helpers/articles_helper.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/models/article.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/views/articles/edit.html.erb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/views/articles/index.html.erb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/views/articles/new.html.erb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/views/articles/show.html.erb
|
|
|
|
${GEM_LIBDIR}/samples/rails/app/views/layouts/articles.html.erb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/boot.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/database.yml
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/environment.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/environments/development.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/environments/production.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/environments/test.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/initializers/inflections.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/initializers/mime_types.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/config/routes.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/db/migrate/001_create_articles.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/db/schema.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/lib/tasks/gettext.rake
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/locale/bg/LC_MESSAGES/blog.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/locale/bs/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/ca/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/cs/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/de/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/el/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/en/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/eo/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/es/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/fr/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/hr/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/hu/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/it/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/ja/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/ko/LC_MESSAGES/blog.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/locale/lv/LC_MESSAGES/blog.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/locale/nb/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/nl/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/pt_BR/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/ru/LC_MESSAGES/blog.mo
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/locale/sr/LC_MESSAGES/blog.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/locale/ua/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/vi/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/zh/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/locale/zh_TW/LC_MESSAGES/blog.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/blog.pot
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/po/bg/blog.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/po/bs/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/ca/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/cs/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/de/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/el/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/en/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/eo/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/es/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/fr/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/hr/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/hu/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/it/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/ja/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/ko/blog.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/po/lv/blog.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/po/nb/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/nl/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/pt_BR/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/ru/blog.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/po/sr/blog.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/po/ua/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/vi/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/zh/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/po/zh_TW/blog.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/404.html
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/422.html
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/500.html
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/dispatch.cgi
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/dispatch.fcgi
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/dispatch.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/favicon.ico
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/images/rails.png
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/index.html
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/javascripts/application.js
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/javascripts/controls.js
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/javascripts/dragdrop.js
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/javascripts/effects.js
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/javascripts/prototype.js
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/robots.txt
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/stylesheets/blog.css
|
|
|
|
${GEM_LIBDIR}/samples/rails/public/stylesheets/scaffold.css
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/about
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/breakpointer
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/console
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/destroy
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/generate
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/performance/benchmarker
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/performance/profiler
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/plugin
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/process/reaper
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/process/spawner
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/process/spinner
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/runner
|
|
|
|
${GEM_LIBDIR}/samples/rails/script/server
|
|
|
|
${GEM_LIBDIR}/samples/rails/test/fixtures/articles.yml
|
|
|
|
${GEM_LIBDIR}/samples/rails/test/functional/articles_controller_test.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/test/test_helper.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/test/unit/article_test.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/README
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/Rakefile
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/init.rb
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/lib/gettext_plugin.rb
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bg/LC_MESSAGES/gettext_plugin.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/eo/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hu/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES/gettext_plugin.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/lv/LC_MESSAGES/gettext_plugin.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES/gettext_plugin.mo
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES/gettext_plugin.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES/gettext_plugin.mo
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES/gettext_plugin.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/bg/gettext_plugin.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/bs/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ca/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/cs/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/de/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/el/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/eo/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/es/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/fr/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/gettext_plugin.pot
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hr/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hu/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/it/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ja/gettext_plugin.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/lv/gettext_plugin.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ko/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nb/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nl/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/pt_BR/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ru/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ua/gettext_plugin.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/sr/gettext_plugin.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/vi/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh_TW/gettext_plugin.po
|
|
|
|
${GEM_LIBDIR}/setup.rb
|
|
|
|
${GEM_LIBDIR}/src/poparser.ry
|
|
|
|
${GEM_LIBDIR}/test/README
|
|
|
|
${GEM_LIBDIR}/test/Rakefile
|
|
|
|
${GEM_LIBDIR}/test/benchmark.rb
|
|
|
|
${GEM_LIBDIR}/test/db/mysql.drop.sql
|
|
|
|
${GEM_LIBDIR}/test/db/mysql.sql
|
|
|
|
${GEM_LIBDIR}/test/fixtures/book.rb
|
|
|
|
${GEM_LIBDIR}/test/fixtures/developer.rb
|
|
|
|
${GEM_LIBDIR}/test/fixtures/developers.yml
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/test/fixtures/inept_wizard.rb
|
|
|
|
${GEM_LIBDIR}/test/fixtures/people.yml
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/fixtures/reply.rb
|
|
|
|
${GEM_LIBDIR}/test/fixtures/topic.rb
|
|
|
|
${GEM_LIBDIR}/test/fixtures/topics.yml
|
|
|
|
${GEM_LIBDIR}/test/fixtures/user.rb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/test/fixtures/wizard.rb
|
2008-04-04 17:17:08 +02:00
|
|
|
${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/fr/LC_MESSAGES/test6.mo
|
|
|
|
${GEM_LIBDIR}/test/locale/ir/LC_MESSAGES/plural.mo
|
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/active_record.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/test1.mo
|
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test2.mo
|
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test6.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_npgettext.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_nsgettext.mo
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_pgettext.mo
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_rubyparser.mo
|
|
|
|
${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/test_sgettext.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/po/LC_MESSAGES/plural.mo
|
|
|
|
${GEM_LIBDIR}/test/locale/sl/LC_MESSAGES/plural.mo
|
|
|
|
${GEM_LIBDIR}/test/po/active_record.pot
|
|
|
|
${GEM_LIBDIR}/test/po/cr/plural.po
|
|
|
|
${GEM_LIBDIR}/test/po/da/plural.po
|
|
|
|
${GEM_LIBDIR}/test/po/da/plural_error.po
|
|
|
|
${GEM_LIBDIR}/test/po/fr/plural.po
|
|
|
|
${GEM_LIBDIR}/test/po/fr/plural_error.po
|
|
|
|
${GEM_LIBDIR}/test/po/fr/test1.po
|
|
|
|
${GEM_LIBDIR}/test/po/fr/test2.po
|
|
|
|
${GEM_LIBDIR}/test/po/fr/test6.po
|
|
|
|
${GEM_LIBDIR}/test/po/ir/plural.po
|
|
|
|
${GEM_LIBDIR}/test/po/ja/active_record.po
|
|
|
|
${GEM_LIBDIR}/test/po/ja/plural.po
|
|
|
|
${GEM_LIBDIR}/test/po/ja/plural_error.po
|
|
|
|
${GEM_LIBDIR}/test/po/ja/test1.po
|
|
|
|
${GEM_LIBDIR}/test/po/ja/test2.po
|
|
|
|
${GEM_LIBDIR}/test/po/ja/test6.po
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/test/po/ja/test_npgettext.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/po/ja/test_nsgettext.po
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/test/po/ja/test_pgettext.po
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/po/ja/test_rubyparser.po
|
|
|
|
${GEM_LIBDIR}/test/po/ja/test_sgettext.po
|
|
|
|
${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/po/plural.po
|
|
|
|
${GEM_LIBDIR}/test/po/sl/plural.po
|
|
|
|
${GEM_LIBDIR}/test/rails/README
|
|
|
|
${GEM_LIBDIR}/test/rails/Rakefile
|
|
|
|
${GEM_LIBDIR}/test/rails/app/controllers/application.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/controllers/articles_controller.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/controllers/mailer_controller.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/controllers/users_controller.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/helpers/application_helper.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/helpers/articles_helper.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/helpers/mailer_helper.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/models/article.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/models/mailer.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/models/user.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/_form.html.erb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/_form_fr.html.erb
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/active_form_error.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/change_title_error_messages_for.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/edit.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/list.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/list_fr.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/multi_error_messages_for.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/new.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/articles/show.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/layouts/application.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/layouts/mailer.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/layouts/users.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/mailer/coverpage.rhtml
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/mailer/coverpage_fr.rhtml
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/mailer/singlepart.rhtml
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/mailer/singlepart_fr.rhtml
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/users/custom_error_message.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/app/views/users/custom_error_message_fr.html.erb
|
|
|
|
${GEM_LIBDIR}/test/rails/config/boot.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/config/database.yml
|
|
|
|
${GEM_LIBDIR}/test/rails/config/environment.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/config/environments/development.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/config/environments/production.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/config/environments/test.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/config/routes.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/db/schema.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/po/ja/rails_test.po
|
|
|
|
${GEM_LIBDIR}/test/rails/po/rails_test.pot
|
|
|
|
${GEM_LIBDIR}/test/rails/public/404.html
|
|
|
|
${GEM_LIBDIR}/test/rails/public/500.html
|
|
|
|
${GEM_LIBDIR}/test/rails/public/dispatch.cgi
|
|
|
|
${GEM_LIBDIR}/test/rails/public/dispatch.fcgi
|
|
|
|
${GEM_LIBDIR}/test/rails/public/dispatch.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/public/favicon.ico
|
|
|
|
${GEM_LIBDIR}/test/rails/public/images/rails.png
|
|
|
|
${GEM_LIBDIR}/test/rails/public/index.html
|
|
|
|
${GEM_LIBDIR}/test/rails/public/javascripts/application.js
|
|
|
|
${GEM_LIBDIR}/test/rails/public/javascripts/controls.js
|
|
|
|
${GEM_LIBDIR}/test/rails/public/javascripts/dragdrop.js
|
|
|
|
${GEM_LIBDIR}/test/rails/public/javascripts/effects.js
|
|
|
|
${GEM_LIBDIR}/test/rails/public/javascripts/prototype.js
|
|
|
|
${GEM_LIBDIR}/test/rails/public/robots.txt
|
|
|
|
${GEM_LIBDIR}/test/rails/public/stylesheets/scaffold.css
|
|
|
|
${GEM_LIBDIR}/test/rails/script/about
|
|
|
|
${GEM_LIBDIR}/test/rails/script/breakpointer
|
|
|
|
${GEM_LIBDIR}/test/rails/script/console
|
|
|
|
${GEM_LIBDIR}/test/rails/script/destroy
|
|
|
|
${GEM_LIBDIR}/test/rails/script/generate
|
|
|
|
${GEM_LIBDIR}/test/rails/script/performance/benchmarker
|
|
|
|
${GEM_LIBDIR}/test/rails/script/performance/profiler
|
|
|
|
${GEM_LIBDIR}/test/rails/script/plugin
|
|
|
|
${GEM_LIBDIR}/test/rails/script/process/inspector
|
|
|
|
${GEM_LIBDIR}/test/rails/script/process/reaper
|
|
|
|
${GEM_LIBDIR}/test/rails/script/process/spawner
|
|
|
|
${GEM_LIBDIR}/test/rails/script/runner
|
|
|
|
${GEM_LIBDIR}/test/rails/script/server
|
|
|
|
${GEM_LIBDIR}/test/rails/test/fixtures/articles.yml
|
|
|
|
${GEM_LIBDIR}/test/rails/test/fixtures/users.yml
|
|
|
|
${GEM_LIBDIR}/test/rails/test/functional/articles_controller_test.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/test/functional/mailer_controller_test.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/test/functional/users_controller_test.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/test/integration/general_stories_test.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/create_error.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/custom_error_message.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/custom_error_message_with_plural.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/list.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/multi_error_messages_for.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/multipart.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/new.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/show.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/en/singlepart.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/fr/custom_error_message.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/fr/custom_error_message_with_plural.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/fr/list.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/fr/multipart.html
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/test/rails/test/result/fr/new.html
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/rails/test/result/fr/singlepart.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/create_error.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/custom_error_message.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/custom_error_message_with_plural.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/list.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/multi_error_messages_for.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/multipart.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/new.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/show.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/result/ja/singlepart.html
|
|
|
|
${GEM_LIBDIR}/test/rails/test/test_helper.rb
|
|
|
|
${GEM_LIBDIR}/test/rails/test/unit/article_test.rb
|
|
|
|
${GEM_LIBDIR}/test/test.bat
|
|
|
|
${GEM_LIBDIR}/test/test.sh
|
|
|
|
${GEM_LIBDIR}/test/test_active_record.rb
|
|
|
|
${GEM_LIBDIR}/test/test_cgi.rb
|
|
|
|
${GEM_LIBDIR}/test/test_erb.rhtml
|
|
|
|
${GEM_LIBDIR}/test/test_erb.rxml
|
|
|
|
${GEM_LIBDIR}/test/test_gettext.rb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/test/test_gettext_toplevel.rb
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/test_gladeparser.glade
|
|
|
|
${GEM_LIBDIR}/test/test_java.sh
|
|
|
|
${GEM_LIBDIR}/test/test_locale.rb
|
|
|
|
${GEM_LIBDIR}/test/test_multi_textdomain.rb
|
|
|
|
${GEM_LIBDIR}/test/test_parser.rb
|
|
|
|
${GEM_LIBDIR}/test/test_rails.rb
|
|
|
|
${GEM_LIBDIR}/test/test_rails_caching.rb
|
|
|
|
${GEM_LIBDIR}/test/test_string.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/N_.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/erb.rhtml
|
|
|
|
${GEM_LIBDIR}/test/testlib/erb.rxml
|
|
|
|
${GEM_LIBDIR}/test/testlib/gettext.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/gladeparser.glade
|
|
|
|
${GEM_LIBDIR}/test/testlib/ngettext.rb
|
2008-09-15 20:09:29 +02:00
|
|
|
${GEM_LIBDIR}/test/testlib/npgettext.rb
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/testlib/nsgettext.rb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
${GEM_LIBDIR}/test/testlib/pgettext.rb
|
2008-04-04 17:17:08 +02:00
|
|
|
${GEM_LIBDIR}/test/testlib/sgettext.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/testlib1.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/testlib2.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/testlib3.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/testlib4.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/testlib5.rb
|
|
|
|
${GEM_LIBDIR}/test/testlib/testlib6.rb
|
|
|
|
${GEM_HOME}/specifications/gettext-${PKGVERSION}.gemspec
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/testlib
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/unit
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/result/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/result/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/result/en
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/result
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/integration
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/functional
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test/fixtures
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/test
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/script/process
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/script/performance
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/script
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/public/stylesheets
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/public/javascripts
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/public/images
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/public
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/po/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/db
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/config/environments
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/config
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/views/users
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/views/mailer
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/views/layouts
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/views/articles
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/views
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/models
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/helpers
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app/controllers
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails/app
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/rails
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/sl
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/li
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/la
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/ir
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/da
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po/cr
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/sl/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/sl
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/po/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/li/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/li
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/la/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/la
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/ir/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/ir
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/fr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/da/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/da
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/cr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale/cr
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/fixtures
|
|
|
|
@dirrm ${GEM_LIBDIR}/test/db
|
|
|
|
@dirrm ${GEM_LIBDIR}/test
|
|
|
|
@dirrm ${GEM_LIBDIR}/src
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ua
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/nb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh_TW/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/vi/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ua/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ua
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/sr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ru/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/pt_BR/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nl/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nb/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/nb
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/lv/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ko/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ja/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/it/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hu/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/fr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/es/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/eo/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/el/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/de/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/cs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ca/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bg/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext/lib
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins/gettext
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor/plugins
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/vendor
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/test/unit
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/test/functional
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/test/fixtures
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/test
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/script/process
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/script/performance
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/script
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/public/stylesheets
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/public/javascripts
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/public/images
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/public
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/ua
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/nb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/en
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/zh_TW/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/zh/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/vi/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ua/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ua
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/sr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ru/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/pt_BR/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/nl/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/nb/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/nb
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/lv/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ko/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ja/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/it/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/hu/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/hr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/fr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/es/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/eo/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/en/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/en
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/el/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/de/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/cs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ca/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/bs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/bg/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/lib/tasks
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/lib
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/db/migrate
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/db
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/config/initializers
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/config/environments
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/config
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/app/views/layouts
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/app/views/articles
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/app/views
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/app/models
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/app/helpers
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/app/controllers
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails/app
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/rails
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/ua
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/sv
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/nb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/zh_TW/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/zh/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/vi/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ua/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ua
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/sr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/sv/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/sv
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ru/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/pt_BR/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/nl/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/nb/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/nb
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/lv/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ko/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ja/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/it/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/hu/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/hr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/fr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/es/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/eo/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/el/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/de/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/cs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ca/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/bs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/bg/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ua
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/nb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/zh_TW/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/zh/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/vi/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ua/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ua
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/sr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ru/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/pt_BR/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/nl/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/nb/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/nb
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/lv/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ko/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ja/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/it/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/hu/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/hr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/fr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/es/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/eo/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/el/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/de/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/cs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ca/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/bs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/bg/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples/cgi
|
|
|
|
@dirrm ${GEM_LIBDIR}/samples
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/ua
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/sv
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/po/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/po/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/nb
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/po/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/po/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/et
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/po/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/po/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/po
|
|
|
|
@dirrm ${GEM_LIBDIR}/lib/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/lib/gettext/parser
|
|
|
|
@dirrm ${GEM_LIBDIR}/lib/gettext
|
|
|
|
@dirrm ${GEM_LIBDIR}/lib
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/files/lib/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/files/lib/gettext/parser
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/files/lib/gettext
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/files/lib
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/files
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/MOFile
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/Locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/Iconv
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/GetText
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/ActiveRecord/ConnectionAdapters
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/ActiveRecord
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/ActionView/Helpers
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes/ActionView
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/doc/classes
|
|
|
|
@dirrm ${GEM_LIBDIR}/doc
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/zh_TW
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/zh
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/vi/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/vi
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ua
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/sv/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/sv
|
Update ruby-gettext package to 1.92.0.
= Ruby-GetText-Package-1.92.0 (2008-08-02)
* Fixed a memory leak(again)
* Fixed bugs.
* Improve to support mo-files.
* Support revision 1 of mo-file format.
* Freeze msgstrs.
* msgctxt - pgettext(msgctxt, msgid) support
(eg)
p_("File", "Open") #=> "Open" is shown in English.
* Update translations
* Catalan, Chinese(Simplified), Chinese(Traditional), (English), Esperanto, German,
Greek, Hungarian, Latvian, Japanese, Norwegian, Portuguese(pt_BR), Russian, Serbian,
Spanish, Ukrainian, Vietnamese,
* Rails Support
* Support rubyonrails-2.1.0 (2.0.0 or later).
* Add new validations for activerecord-2.1.0.
(:greater_than, :greater_than_or_equal_to, :equal_to,
:less_than, :less_than_or_equal_to,:odd, :even)
* validates_(format|inclusion)_of accepts %{val} as the value
(eg)
validates_inclusion_of :name, :in => %w(a, b), :message => N_("%{fn} can't be %{val}")
* Work Fragment caching on rails-2.1.0.
* Support ActiveRecord::Base.abstract_class.
* Work ActiveRecord::Errors#[]
* Work render_partial.
Thanks to:
Translators:
Slobodan Paunovic, Yuri Kozlov, Patrick Lenz, Malte Milatz, Ngoc DAO Thanh, David Espada,
Antonio S. de A. Terceiro, David Espada, Runar Ingebrigtsen, Tamas Tompa, Yang Bob, damphyr,
Ramon Salvado, Alex Rootoff, Aivars Akots
Bug reports, suggestions and patches:
Hans de Graaff, Tatsuki Sugiura, Andreas Neuhaus, Loiseleur Michel
= Ruby-GetText-Package-1.91.0 (2008-05-11)
* Works again on Win32 + JRuby-1.1.1
* Fixed memory leaks.
* Fixed bugs.
* Speed up.
* Support Serbian(sr)
* Rails Support
* rubyonrails-1.2.x isn't supported(2.0.0 or later are supported).
* Localize ActionView::Helpers::FormBuilder#label.
e.g.)
<% form_for(@article) do |f| %>
<p><%= f.label :lastupdate %></p>
<% end %>
=> msgid "Article|Lastupdate" is used as the label string.
Thanks to:
Translators:
Slobodan Paunovic
Bug reports, suggestions and patches:
Paul Clegg, Locomotyphus, Simone Carletti, Dao Ngoc, Karl Palmskog,
Tatsuki Sugiura, Bernd Ahlers, craccho.
2008-09-15 10:52:44 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/sr
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ru
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/pt_BR
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/nl/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/nl
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/nb/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/nb
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/lv/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/lv
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ko/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ko
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ja/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ja
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/it/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/it
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/hu/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/hu
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/hr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/hr
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/fr/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/fr
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/et/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/et
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/es/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/es
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/eo/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/eo
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/el/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/el
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/de/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/de
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/cs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/cs
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ca/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/ca
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/bs/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/bs
|
2008-09-15 20:09:29 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/bg/LC_MESSAGES
|
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale/bg
|
2008-04-04 17:17:08 +02:00
|
|
|
@dirrm ${GEM_LIBDIR}/data/locale
|
|
|
|
@dirrm ${GEM_LIBDIR}/data
|
|
|
|
@dirrm ${GEM_LIBDIR}/bin
|
|
|
|
@dirrm ${GEM_LIBDIR}
|
|
|
|
@exec ${MKDIR} %D/${GEM_DOCDIR}
|