-
Expected:
gateway-> gateways
Got:
gateway-> gatewaies
Is there any way to affect this mistaken guessing?
-
**URL:**
https://meinberlin-design-dev.liqd.net/mapideas/2024-01128/
**user:**
all users
**expected behaviour:**
When there is only one like or dislike on a comment, the counter reads '1 li…
-
It'd be a nice feature to have
[reference](https://github.com/long1eu/flutter_i18n#3-plurals)
-
Can't find a bug reporting guideline. Not sure if bug or intended pluralization. Taxes (what you pay the government) is translated to Taxis?
Found when using EF Core Scaffolding tools.
Output …
-
Hi,
I'm working on dynamic data, with not-predicable fields which can or cannot have multiple items on the same field.
It's giving me headache to test if values are in with key or key.pluralize, so …
Coren updated
8 years ago
-
Related (RU, may want to use Google Translate): https://github.com/yaroslav/russian/issues/29#issuecomment-2693629
Summary:
pluralize method of Backend::Pluralization relies on resolving pluralize r…
-
On the list page, we use distance in feet + miles or meters + kilometers depending on the setting. But I've learned from Google that French for meters is actually mètres.
While the task is small - …
-
Hello, is it possible to include conditional pluralization feature like in **formatJS** library:
`"items": "{num, plural, =0 {no item} =1 {one item} =2 {two items} =10 {many items} other {# items}}"`…
-
https://developer.mozilla.org/en-US/docs/Localization_and_Plurals
``` javascript
__(count, ["one item", "#1 items"], "nItems").replace("#1", count)
```
``` javascript
{ // German
nItems: ["Ein Ele…
sokra updated
7 years ago
-
I have a `has_many, through:` association called `:items_for_sale` in my application. When I try to update an item I get an error which I've tracked down to these lines in ex_admin:
https://github.co…