Browse Source

fix formatting

pull/1990/head
Bernd Storath 1 month ago
parent
commit
89da48ef87
  1. 2
      src/i18n/i18n.config.ts
  2. 2
      src/i18n/locales/zh-CN.json

2
src/i18n/i18n.config.ts

@ -14,6 +14,6 @@ export default defineI18nConfig(() => ({
fr, fr,
de, de,
'zh-HK': zhhk, 'zh-HK': zhhk,
'zh-CN': zhcn 'zh-CN': zhcn,
}, },
})); }));

2
src/i18n/locales/zh-CN.json

@ -233,4 +233,4 @@
"preDown": "停止前脚本", "preDown": "停止前脚本",
"postDown": "停止后脚本" "postDown": "停止后脚本"
} }
} }

Loading…
Cancel
Save