Ernst
Ernst
php 8.2 deprecates `utf8_encode()/utf8_decode()` (https://kinsta.com/blog/php-8-2/#deprecate-mbstring-functions-for-base64qprintuuencodehtml-entities) I guess this will not be a simple version bump.
is this repo maintained?
for responses where we give names of device states like ` {% if no_match | length > 4 %} Ne, {{ no_match[:3] | join(", ") }} ir {{ (no_match |...
> ~Hey I am a bit confused about why. if we implement this, what will it enable us to do?~ Can't we already do this by using an if statement?...
[There is an article with example for those whose language does not have many plural forms.](https://lingohub.com/blog/2019/02/pluralization) Will tag language leaders whose language have many plural forms @Ahmed-farag36 @LubosKadasi @skynetua @spuljko...
> Specific case does not matter, when we have numbers, word form change depending on the number. It's difficult to explain for people whose language have only 2 forms. FOR...
@tetele Yes, I see your language have different forms as well. Although simple `if` with `>=20` would work for you.
I use this [tool](https://jsfiddle.net/6bpxsgd4) to check on what numbers other languages have different forms. Maybe it's not 100% correct. For you in Romanian `15 of something` and `25 of something`...
I guess for most languages, this is not an issue, but not in our case. I think `Polish`, `Ukrainian` languages have the same issues as well, hopefully I am not...
Yes it's possible, but if we will have more responses with different cases I am not keen on writing `if` everywhere. Rather would have seperate `file` for plural words and...