-
At the moment, only `none`, `one` and `many` are available. Are there any plans to allow pluralization for languages such as Czech?
See http://www.unicode.org/cldr/charts/29/supplemental/language_p…
-
I've been using this library to pluralize role titles (nurse => nurses) and it works well.
I've just hit a snag with `Head of Engineering => Head of Engineerings`. Where I believe the correct plura…
-
We should use `__n` for numeric messages to support unlimited, language-specific messages.
More: https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html
-
This issue is a copy of https://github.com/devtools-html/debugger.html/issues/1142.
---
There are strings, which we would like to pluralize in the debugger.
A good place to start is to plural…
-
-
On the events index page: the pluralization of the events count shows 'event' when there are more than one result.
e.g. '10 event found'.
Applies to all index pages
- [ ] events
- [ ] materials
-…
nrmay updated
2 years ago
-
I have a simple pluralization like this:
```
lang/en-US.yml
en-US:
demo:
plural: '{{p "Count" (one "{{.Count}} item") (other "{{.Count}} items")}}'
```
```
main.go
I18n := i18n.…
-
The gem seems to bug with class names such as Person, where it'd have to make conversions from and to people.
The following code works perfectly for Company, but screws up for Person:
http://gist.git…
-
zope.i18n 4.5 added support for pluralization, which introduced new methods and new arguments to IMessageCatalog and ITranslationDomain.
zope.app.i18n has local implementations of these interfaces …
-
Some character classes are singular (digit), some are plural (symbols).
Possibilities:
- make them all plural, and keep singular aliases for the ones that are singular
- vice versa
- recognize plural…