public
Rubygem
Fork of mattetti/globalite
Description: Globalite is meant to be a breed of the best i18n /l10n plugins available for Rails.
Homepage: http://code.google.com/p/globalite/
Clone URL: git://github.com/pnowak2/globalite.git
updated gemspec file for 4 new langs.
Piotr Nowak (author)
Tue Jun 03 12:11:45 -0700 2008
commit  3bf80106d51d445d5b27a37c2dc277e1c8e6117e
tree    b9358cfceaa71e044ada00971d95f25b1ad442a6
parent  3f918d2d5ccb5d346eb286d14d06aec49d603782
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
0
   s.description = "Easy UI localization, Rails localization. (Localization of the core functions from rails), Simple yet powerful solution for user content availability in multiple languages."
0
   s.has_rdoc = true
0
   s.authors = ["Tom Preston-Werner"]
0
- s.files = ['lang/rails/de-DE.yml', 'lang/rails/en-UK.yml', 'lang/rails/en-US.yml', 'lang/rails/es-AR.yml', 'lang/rails/es-ES.yml', 'lang/rails/fr-FR.yml', 'lang/rails/hu-HU.yml', 'lang/rails/it.yml', 'lang/rails/nl-NL.yml', 'lang/rails/pl-PL.yml', 'lang/rails/pt-BR.yml', 'lang/rails/pt-PT.yml', 'lang/rails/ru-RU.yml', 'lang/rails/zh-CN.yml', 'lang/rails/zh-HK.yml', 'lang/rails/zh-TW.yml', 'lib/globalite/l10n.rb', 'lib/globalite/locale.rb', 'lib/rails/core_ext.rb', 'lib/rails/localization.rb', 'lib/rails/localized_action_view.rb', 'lib/rails/localized_active_record.rb', 'lib/globalite.rb', ]
0
+ s.files = ['lang/rails/de-DE.yml', 'lang/rails/en-UK.yml', 'lang/rails/en-US.yml', 'lang/rails/es-AR.yml', 'lang/rails/es-ES.yml', 'lang/rails/fi-FI.yml', 'lang/rails/fr-FR.yml', 'lang/rails/hu-HU.yml', 'lang/rails/it.yml', 'lang/rails/nl-NL.yml', 'lang/rails/pl-PL.yml', 'lang/rails/pt-BR.yml', 'lang/rails/pt-PT.yml', 'lang/rails/ru-RU.yml', 'lang/rails/zh-CN.yml', 'lang/rails/sr-CP.yml', 'lang/rails/sr-SR.yml', 'lang/rails/tr.yml', 'lang/rails/zh-HK.yml', 'lang/rails/zh-TW.yml', 'lang/rails/zh-CN.yml', 'lib/globalite/l10n.rb', 'lib/globalite/locale.rb', 'lib/rails/core_ext.rb', 'lib/rails/localization.rb', 'lib/rails/localized_action_view.rb', 'lib/rails/localized_active_record.rb', 'lib/globalite.rb', ]
0
   s.test_files = ["spec/helpers/spec_helper.rb", "spec/lang/rails/zz.yml", "spec/lang/ui/es.yml", "spec/lang/ui/en-UK.yml", "spec/lang/ui/en-US.yml", "spec/lang/ui/fr-FR.yml", "spec/core_localization_spec.rb", "spec/l10n_spec.rb" ]
0
   s.extra_rdoc_files = ["README"]
0
 end

Comments

    No one has commented yet.