diff --git a/config/locales.php b/config/locales.php index 75f34f28..30066cc9 100644 --- a/config/locales.php +++ b/config/locales.php @@ -23,4 +23,8 @@ return [ 'en_US' => [ 'alias' => 'en', ], + 'es_ES' => [ + 'name' => 'Español', + 'short_name' => 'ES' + ], ]; diff --git a/resources/misc/changelogs/en/5.0.0.md b/resources/misc/changelogs/en/5.0.0.md index 7e970512..1471d404 100644 --- a/resources/misc/changelogs/en/5.0.0.md +++ b/resources/misc/changelogs/en/5.0.0.md @@ -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 diff --git a/resources/misc/changelogs/zh_CN/5.0.0.md b/resources/misc/changelogs/zh_CN/5.0.0.md index b0877c1d..63e3f75d 100644 --- a/resources/misc/changelogs/zh_CN/5.0.0.md +++ b/resources/misc/changelogs/zh_CN/5.0.0.md @@ -9,6 +9,7 @@ - 支持指定多个插件目录(在 .env 文件中以逗号分隔) - 新增「运行状态」页面 - 支持自定义 UI 文本 +- 西班牙语支持(感谢 [@poopingpenis](https://github.com/poopingpenis)) ## 调整