-
**Describe the bug**
```languageAlternates``` does not create canonical pages
**Reproduction**
**On Config**:
```
module.exports = {
i18n: {
locales: ["en", "es"],
defaultLocal…
-
The plugin provides React hook `useLocalization`. It is used like this:
```js
const { locale, defaultLocale, locales, localizedNavigate } = useLocalization()
```
However these values are not rea…
-
I think that it would be good (and coherent with how this plugin works) to have a fallback value for translated attachements, so the default language file is shown if no translations are uploaded.
-
Today we can only download list of all apps or list of installed apps.
But, we can't navigate in it.
Can you add categories or tags;
For example:
* For Children
* Cars and Navigation
* Video &…
-
When we set the locale for `es_CO` with name as `COP` he changes the position of the `$` from left to right.
code examples executed on DartPad:
```
// This shows the $ at left
import 'packag…
-
**Is your feature request related to a problem? Please describe.**
I have a website which has three languages `en.ts`, `zh.ts` and `zh-TW.ts`. When translation is not available in zh-TW, actually the…
-
# 💩 Bug Report
## A summary of the bug
Using i18n internationalization will cause secure headers to disappear
## Current behavior
If you have this in your next.config.js:
``` js
i18n: {
d…
-
**Describe the bug**
Translation doesn't work - e.g. in case of translation `title={t("cards.documentation.title")}` it shows `cards.documentation.title` on the web page. I guess the same issue is …
-
I keep getting this error. In my locales folder I have a file: nl.json wich contains:
```
{
"name": "Naam"
}
```
In the template I do"
```
{{i18n "name" language=language}}
```
In app.js i h…
-
**Which locale is missing?**
yue_Hant_HK
**Which locale have you considered of using instead, but was not sufficient?**
Nothing
Error appears when try calling `NumberFormat.compact()` in iOS 1…