Add "Spanish" option
This commit is contained in:
parent
200a5b2352
commit
1fc607a00b
|
|
@ -23,4 +23,8 @@ return [
|
|||
'en_US' => [
|
||||
'alias' => 'en',
|
||||
],
|
||||
'es_ES' => [
|
||||
'name' => 'Español',
|
||||
'short_name' => 'ES'
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
- 支持指定多个插件目录(在 .env 文件中以逗号分隔)
|
||||
- 新增「运行状态」页面
|
||||
- 支持自定义 UI 文本
|
||||
- 西班牙语支持(感谢 [@poopingpenis](https://github.com/poopingpenis))
|
||||
|
||||
## 调整
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user