-
### Environment
Classic nuxt 3 project with this as nuxt.config :
```
modules: ["@nuxt/content", "@nuxtjs/i18n", '@nuxt/devtools'],
content: {
locales:[
'en', 'fr'
],
…
-
## Versions
- vue: 2.5.16
- vue-datetime: 1.0.0-beta.3
- luxon: 0.5.8
### How to set the language to Chinese?
` Settings. DefaultLocale = "zh - cn" `
The mobile browser doesn't work.
-
**What version of this package are you using?**
2.0.5
**What problem do you want to solve?**
I have the following folders in my locales folder. My default locale is 'en-gb' and I am just testin…
-
Hi there,
I've recently started using your module and it just worked out of the box, which is amazing!
I just have one basic problem which drives me crazy. The `init` function uses headers as last re…
-
全局配置能降级为局部配置吗,比如放到 ParserConfig 中
全局
JSON.defaultTimeZone
JSON.defaultLocale
局部 ParserConfig
config.defaultTimeZone
config.defaultLocale
很多情况下需要需要配置多个 ParserConfig 。
建议,最好把所有的配置都放到 ParserConf…
-
### Clear and concise description of the problem
- for some projects custom block code is not the right way
- if we want place locale files in separate directory, we need to use "global" access, so …
-
### Module version(s) affected
1.13.7
### Description
Publish recursive performance seems to have some gaps. We started replacing this method with something more performant and also by using …
-
If I visit a `LicensePage` via `showLicensePage` and turn back to my app, then the app switched from the previous set language to english.
According to pull request https://github.com/flutter/websi…
-
# 💩 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**
```languageAlternates``` does not create canonical pages
**Reproduction**
**On Config**:
```
module.exports = {
i18n: {
locales: ["en", "es"],
defaultLocal…