Add lobe-i18n setup and translation scripts and update translation files for consistency (#1751)

* refactor: convert translation files from TS to JSON format

* feat: add lobe-i18n setup and translation scripts

* chore: update translation files for consistency

* chore: refine translations in ja_JP.json for natural phrasing

* refactor: revert locale file names to original simpler format (e.g., en_US → en)
This commit is contained in:
Yuki Shindo
2024-12-02 10:03:17 +09:00
committed by GitHub
parent 5c6eecd660
commit 9ef40189f9
14 changed files with 5155 additions and 725 deletions

View File

@@ -11,6 +11,7 @@
"moduleResolution": "Node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
/* Linting */
"strict": false,