-
For example:
english:
```
"app_lowest_price": {
"message": "SteamDB lowest recorded price is $price$",
"placeholders": {
"price": {
"content": "$1",
"example": "1,99€"
}
…
-
# Locale Format
Locale identifier consists of language subtag, script subtag, region subtag, and one or more variant subtags.
For example,
- `zh-CN` and `zh-TW` are language + region. They mean …
-
**Describe the bug**
The cefclient sample application crashes unexpectedly when launched using a custom locales path.
**To Reproduce**
Steps to reproduce the behavior:
1. Change name of locales …
-
**Is your feature request related to a problem? Please describe.**
I'm currently using Schedule-X and am finding it inconvenient to add new locales. As it stands, each new locale requires a pull re…
-
**Describe the bug**
`$defineI18nRoute` doesn't seem to accept anything else than string literals.
**To Reproduce**
In `pages/product/[slug].vue`
```js
// This works as expected
$defineI18nR…
Buzut updated
1 month ago
-
### The improvement
De [bestaande instructies ](https://github.com/MirrorBoys/TheMirror/blob/main/docs/DEVELOPMENT.md#installation) werken niet voor het installeren van locales op de Pi. De documenta…
-
Use `sys_locale::get_locales()` to get all locale available on the system and compare this list with `rust_i18n::available_locales!()` to select the best one.
See also https://lib.rs/crates/locale-…
-
I'm currently testing the latest docker container webreaper/damselfly and am in the first stages of generating thumbnails and identifying objects and faces on a "small-ish" library before moving to my…
-
Node JS tests for plural rules give "unsupported_locale" for legacy locales. The executor gets what locales are supported and adds it to the output, but does not use the actual supported locale in the…
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …