Christopher Dell
Christopher Dell
**TL;DNR** I think this functionality should be extracted to a separate gem. **TL;DR** I'm sort of in two minds about this, but I'm certainly very grateful to @clemens for bringing...
I think you're right, `nil` key should raise an `I18n::ArgumentError`. Pull requests welcome, just sayin' :) On 12 Jun 2013, at 16:24, Pedro Souza [email protected] wrote: > If translate method...
The way we handle this when we export data on Locale is to use the `:other` form. AFAIK, this form is defined by all pluralization rules.
Could it be that there is plural form missing for Polish (eg. :few or :many) ? On 28 May 2014, at 14:11 pm, ekupershtock [email protected] wrote: > I get the...
Pull requests welcome! > On 10 Aug 2015, at 03:43, Tao Wang [email protected] wrote: > > this line: > display_entries: "显示 %{entry_name} %{first} - %{last} 共%{total} 页" > > should...
You may need to remove vendor/plugins from .gitignore
Sure thing, any chance you can make a pull request?
Hi @kikito you raise a good point, and one that I hadn't even considered before. Given how complicated some of these pluralization rules can be, I'd feel uncomfortable just adding...
I was more thinking of resubmitting the rules we know we can fix in `rails-i18n/rails/pluralization`. I'll be more than happy to accept a PR that invokes abs() in the I18n...