Skip to content

Commit 96c2e92

Browse files
committed
✨ feat: add i18n support for English and Chinese
Add Thunderbird _locales/ based internationalization with en and zh_CN translations. All UI text, provider info, badges, and dynamic status messages are now localized.
1 parent 660d86b commit 96c2e92

8 files changed

Lines changed: 1295 additions & 145 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Choose from **5 leading cloud AI providers** or run a **local Ollama** model:
128128
```bash
129129
git clone https://github.com/Nigel1992/AutoSort-Plus.git
130130
cd AutoSort-Plus
131-
zip -r autosortplus.xpi manifest.json background.js options.js options.html styles.css content.js icons/
131+
zip -r autosortplus.xpi manifest.json background.js options.js options.html styles.css content.js icons/ js/ _locales/
132132
```
133133

134134
<div align="center">

0 commit comments

Comments
 (0)