[i18n] Translate node input label (#1880)

This commit is contained in:
Chenlei Hu
2024-12-11 14:57:49 -08:00
committed by GitHub
parent ebbff358a0
commit c60645d9f4
7 changed files with 21257 additions and 1069 deletions

View File

@@ -5,6 +5,7 @@ const { defineConfig } = require('@lobehub/i18n-cli');
module.exports = defineConfig({
modelName: 'gpt-4',
splitToken: 1024,
entry: 'src/locales/en',
entryLocale: 'en',
output: 'src/locales',