Overview of Lobe i18n capabilities
masterLobe i18n is a tool designed to automate internationalization (i18n) workflows using ChatGPT. Key features include:
- Automated Translation: Leverages ChatGPT to automate the translation process.
- Large File Support: Automatically splits large files to avoid ChatGPT token limits.
- Incremental Updates: Supports incremental i18n updates by automatically extracting new content based on an
entryfile. - Flexible File Structures: Supports both single-file mode (e.g.,
en.json) and folder mode (e.g.,en/common.json), making it compatible withi18next. - Locale Formats: Supports both
flatandtreelocale file structures. - Customizable AI Configuration: Allows users to specify custom OpenAI models, API proxies, and
temperaturesettings.