Add "Spanish" option

This commit is contained in:
Pig Fang 2019-11-13 14:51:10 +08:00
parent 200a5b2352
commit 1fc607a00b
3 changed files with 6 additions and 0 deletions

View File

@ -23,4 +23,8 @@ return [
'en_US' => [
'alias' => 'en',
],
'es_ES' => [
'name' => 'Español',
'short_name' => 'ES'
],
];

View File

@ -9,6 +9,7 @@
- Support multiple plugins directories. (Splited by comma in ".env" file.)
- Added "Status" page.
- Added support of customizing UI text.
- Spanish support (Greatly thanks [@poopingpenis](https://github.com/poopingpenis))
## Tweaked

View File

@ -9,6 +9,7 @@
- 支持指定多个插件目录(在 .env 文件中以逗号分隔)
- 新增「运行状态」页面
- 支持自定义 UI 文本
- 西班牙语支持(感谢 [@poopingpenis](https://github.com/poopingpenis)
## 调整