Method: FastGettext::MoFile#plural
- Defined in:
- lib/fast_gettext/mo_file.rb
#plural(*msgids) ⇒ Object
returns the plural forms or all singular translations that where found Car, Cars => [Auto,Autos] or []
24 25 26 |
# File 'lib/fast_gettext/mo_file.rb', line 24 def plural(*msgids) split_plurals(self[msgids * PLURAL_SEPARATOR].to_s) end |