TheTNB / panel

耗子面板 - 现代化、开源的轻量服务器管理面板
GNU Affero General Public License v3.0
770 stars 84 forks source link

feat: support localization #91

Closed kkumar-gcc closed 2 months ago

kkumar-gcc commented 3 months ago

RelatedTo: #45

Description

This PR adds the ability for users to switch between languages. Currently, the system only supports two languages: English (en) and Chinese (zh_CN). Users can set their preferred language by using the APP_LOCALE environment variable or by modifying the config/app.go file.

kkumar-gcc commented 3 months ago

Translations are organized as

"commands": {
   "command:signature": {
     ...
     "sub_command:signature": {...}
   },
   ...
}