🔨 Refactor(custom): use i18next for main process

This commit is contained in:
Kuingsmile
2026-03-26 16:32:34 +08:00
parent 596d7afaaa
commit 888bbbd4d6
35 changed files with 406 additions and 576 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ export default defineConfig(
},
},
{
files: ['src/renderer/i18n/**/*.json'],
files: ['src/renderer/i18n/**/*.json', 'src/main/i18n/locales/**/*.json'],
rules: {
'jsonc/sort-keys': [
'error',