i18n and UI fix

This commit is contained in:
2026-03-14 23:16:15 +08:00
parent 43289845fc
commit f7ad51b9ec
69 changed files with 5970 additions and 286 deletions

8
.i18nrc.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
entry: ['src/renderer/src/locales/default/*.json'],
output: 'src/renderer/src/locales',
entryLocale: 'zh-CN',
outputLocales: ['en-US', 'ja-JP'],
apiKey: process.env.OPENAI_API_KEY || '',
apiModel: 'gpt-4o-mini',
};