Added grammatical inflection support using I18n Inflector with Rails plug-in
parent
641b805d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- Gemfile 3 ajouts, 0 suppressionGemfile
- app/controllers/application_controller.rb 25 ajouts, 0 suppressionapp/controllers/application_controller.rb
- app/controllers/posts_controller.rb 1 ajout, 0 suppressionapp/controllers/posts_controller.rb
- app/controllers/publics_controller.rb 1 ajout, 0 suppressionapp/controllers/publics_controller.rb
- config/locales/inflections/all.yml 44 ajouts, 0 suppressionconfig/locales/inflections/all.yml
- config/locales/inflections/pl.yml 64 ajouts, 0 suppressionconfig/locales/inflections/pl.yml
... | ... | @@ -25,6 +25,9 @@ gem 'bson', '1.1' |
gem 'haml' | ||
gem 'will_paginate', '3.0.pre2' | ||
#Inflected translations | ||
gem 'i18n-inflector-rails', '0.1.0' | ||
#Uncatagorized | ||
gem 'roxml', :git => 'git://github.com/Empact/roxml.git' | ||
gem 'addressable', :require => 'addressable/uri' | ||
... | ... |
config/locales/inflections/all.yml
0 → 100644
config/locales/inflections/pl.yml
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter