Add vi-VN language support

Resolve #8975
This commit is contained in:
syuilo 2022-07-20 23:12:18 +09:00
parent d1f1430b84
commit 4761ff7444
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ You should also include the user name that made the change.
## 12.x.x (unreleased)
### Improvements
- Client: Add vi-VN language support
### Bugfixes
- Client: 一度作ったwebhookの設定画面を開こうとするとページがフリーズする @syuilo

View file

@ -36,6 +36,7 @@ const languages = [
'sk-SK',
'ug-CN',
'uk-UA',
'vi-VN',
'zh-CN',
'zh-TW',
];