-
I am using the ICU library which happens to include also a `MessageFormat` class. Since I am using this library the content assist always suggests this class first. But in most cases you want the buil…
jubax updated
4 months ago
-
### Current behavior:
Currently if a test runs the same actions repetitively over a long period of time, the memory of the cypress process increases until it crashes. (headless mode, video off, n…
-
Currently it is not possible to easily implement correct pluralization using existing i18n apis.
There is Intl.PluralRules, and a proposal for Intl.MessageFormat here: https://github.com/tc39/propo…
-
I very often see clients who want to use ICU as a default behavior, but fall back to custom logic if ICU does not support a given locale.
The main problem, of course, is that the locale fallback ch…
-
Considering most web pages now are consumed all around the world, it would make sense to have an HTML-only solution to display some globally specific point in time (relativity jokes aside) to the user…
-
### Steps to reproduce the problem
I tried to install mastodon using this guide: https://docs.joinmastodon.org/admin/install/ on a fresh debian11 install.
Everything seems fine utile the setup phase…
-
Thousands of children have been given Raspberry Pies, so it makes sense to try to get ScratchJr running on it.
Here's an example of a RPi user asking if there is any way to install ScratchJR on his 6…
-
We've somewhat glossed over the problem of internationalisation up till now. Frankly this is something SvelteKit isn't currently very good at. I'm starting to think about how to internationalise/local…
-
### Context
Users are asking for inlang to support messages with variant for gender and plurals.
### Proposal
Introduce new types which are aligned with ICU Message Format 2 messages and a new mess…
jldec updated
3 months ago
-
Please add better documentation about i18n of the `toText()` method.
1. What's the meaning of the `today` parameter?
2. Which values are passed to `gettext`?
3. How do I actually translate stuff? I'm …