generated from canisminor1990/canisminor-template
-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7b795b
commit e03229b
Showing
10 changed files
with
87 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/lobe-i18n/examples/locale/tree/locales/zh_CN/common.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"buttons": { | ||
"cancel": "取消", | ||
"ok": "好的" | ||
"ok": "确定" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Lobe i18n | ||
|
||
- [x] 🤖 Automate i18n using ChatGPT | ||
- [x] ✂️ Support automatic splitting of large files to avoid ChatGPT token limitations | ||
- [x] ♻️ Support incremental updates for i18n, automatically extract new content based on `entry` files | ||
- [x] 🗂️ Support both single file mode `en.json` and folder `en/common.json`, works well with `i18next` | ||
- [x] 🌲 Support `flat` and `tree` style locale files | ||
- [x] 🛠️ Customize OpenAI model, API proxy, and temperature support | ||
- [x] 🤖 Automate i18n translation using ChatGPT | ||
- [x] ✂️ Support automatic splitting of large files, eliminating concerns about ChatGPT token limits | ||
- [x] ♻️ Support incremental i18n updates, automatically extracting new content according to the `entry` file | ||
- [x] 🗂️ Support single file mode `en.json` and folder mode `en/common.json`, perfectly compatible with `i18next` | ||
- [x] 🌲 Support for `flat` and `tree` locale files | ||
- [x] 🛠️ Support for custom OpenAI models, API proxies, and temperature settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters