Skip to content

Commit 4347b5d

Browse files
committed
chore(i18n): Comment out Spanish and Chinese language configs
1 parent c8de7b7 commit 4347b5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

site/configs/i18n.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const i18n: NuxtI18nOptions = {
1616
icon: "i-circle-flags:id",
1717
file: "id.yaml"
1818
},
19+
/*
1920
{
2021
code: "sp",
2122
name: "Spanish",
@@ -28,6 +29,7 @@ export const i18n: NuxtI18nOptions = {
2829
icon: "i-icon-park-outline:chinese",
2930
file: "zh-cn.yaml"
3031
}
32+
*/
3133
],
3234
langDir: "i18n",
3335
compilation: {

0 commit comments

Comments
 (0)