~ubuntu-branches/ubuntu/vivid/ruby-i18n/vivid

« back to all changes in this revision

Viewing changes to lib/i18n/backend/pluralization.rb

  • Committer: Package Import Robot
  • Author(s): Praveen Arimbrathodiyil
  • Date: 2013-06-03 19:20:31 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20130603192031-qk11as87x3cotd1n
Tags: upstream-0.6.1
ImportĀ upstreamĀ versionĀ 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# I18n locale fallbacks are useful when you want your application to use
2
 
# translations from other locales when translations for the current locale are
3
 
# missing. E.g. you might want to use :en translations when translations in
4
 
# your applications main locale :de are missing.
 
1
# I18n Pluralization are useful when you want your application to
 
2
# customize pluralization rules.
5
3
#
6
4
# To enable locale specific pluralizations you can simply include the
7
5
# Pluralization module to the Simple backend - or whatever other backend you