Extended Language Packs DPanel Version >= 1.9.1
Built-in Language Files
DPanel includes Chinese, Japanese, and English by default. The language pack files are located in the asset/static/i18n directory.
Extended Language Files
You need to recompile the source code after extending or modifying the language pack files.
In addition to the built-in language packs, DPanel supports custom extensions of the following languages. To customize a language pack, create a corresponding language pack JSON file and complete its content.
| Name | Code | Filename |
|---|---|---|
| Arabic | ar-EG | /asset/static/i18n/ar-EG.json |
| Spanish | es-ES | /asset/static/i18n/es-ES.json |
| French | fr-FR | /asset/static/i18n/fr-FR.json |
| Korean | ko-KR | /asset/static/i18n/ko-KR.json |
| Malay | ms-MY | /asset/static/i18n/ms-MY.json |
| Portuguese | pt-BR | /asset/static/i18n/pt-BR.json |
| Russian | ru-RU | /asset/static/i18n/ru-RU.json |
| Turkish | tr-TR | /asset/static/i18n/tr-TR.json |
| Traditional Chinese | zh-TW | /asset/static/i18n/zh-TW.json |
