-
http://edgeguides.rubyonrails.org/testing.html
Making an article is singular in the examples above, but my countries code appears to error oddly if singular is used & in the rails routes it shows c…
-
I have such keys in my base `en` locale:
```
friends:
one: one friend
other: "${count} friends"
zero: no friends
```
When I translate it to other languages with `transla…
-
Pluralization allows simple shortcut syntax like
```javascript
{
car: 'car | cars'
}
```
Which can be called with
```html
0: {{ $tc('car', 0) }}
1: {{ $tc('car', 1) }}
2: {{ $tc('car…
-
When using the group stash pluralization is added for a lot of items that simply do not need it
suggest removing pluralization to match game state
-
This was brought to our attention by Niki and Oliver of Hungary.
Here's how to translate the following 3 sentences:
"registration ends in 5 days"
> A regisztráció lezárul 5 nap múlva.
"regis…
-
### Version
v5.24.0
### Operating System
all
### Browser
all
### What steps will reproduce the bug?
Set-Up a new Webiny. Choose the locale "de-DE"
Create a model - let's say one called "Art…
-
Hi,
I am using French and English translations, but with French I cannot define a "none" alternative. I read the code [vuex-i18n-plurals.js](https://github.com/dkfbasel/vuex-i18n/blob/master/src/vu…
-
I'm having some hard times trying to handle errors related to missing translations for languages with non 'germanic' pluralization forms (for example Polish, Russian, etc).
## The problem / current be…
-
AMS produces pluralized resource types by default for all serialized types, whereas fast_jsonapi does not. This makes migration from AMS to fast_jsonapi cumbersome, especially if you have a lot of typ…
-
The AI's result is unpredictable, so it's a bit tricky to build unit tests, but what do you think about adding some, based on very basic words to test the most important aspects (preserving pluralizat…