We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8de7b7 commit 4347b5dCopy full SHA for 4347b5d
1 file changed
site/configs/i18n.ts
@@ -16,6 +16,7 @@ export const i18n: NuxtI18nOptions = {
16
icon: "i-circle-flags:id",
17
file: "id.yaml"
18
},
19
+ /*
20
{
21
code: "sp",
22
name: "Spanish",
@@ -28,6 +29,7 @@ export const i18n: NuxtI18nOptions = {
28
29
icon: "i-icon-park-outline:chinese",
30
file: "zh-cn.yaml"
31
}
32
+ */
33
],
34
langDir: "i18n",
35
compilation: {
0 commit comments