🐛 fix: Fix locale typo

This commit is contained in:
canisminor1990
2023-12-13 18:30:09 +08:00
parent cb91985c02
commit f44b41e05c
2 changed files with 76 additions and 78 deletions
-2
View File
@@ -1,8 +1,6 @@
const { description } = require('./package.json');
const { defineConfig } = require('@lobehub/i18n-cli');
module.exports = defineConfig({
reference: description,
entry: 'locales/zh_CN',
entryLocale: 'zh_CN',
output: 'locales',