Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fi_plurals.rb « cldr « locales « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51a57d48ca0094e1690bd5573e0333ba4994a641 (plain)
1
{ :fi => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } } }