Add vi to available locales (#13542)

* Enable selecting Vietnamese language in Admin Dashboard

* Update settings_helper.rb

Co-authored-by: Eugen Rochko <[email protected]>
This commit is contained in:
taicv
2020-05-10 11:25:35 +02:00
committed by GitHub
co-authored by Eugen Rochko
parent 8be4c2ba21
commit 4a2ea2e51b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ module SettingsHelper
tr: 'Türkçe',
uk: 'Українська',
ur: 'اُردُو',
vi: 'Tiếng Việt',
'zh-CN': '简体中文',
'zh-HK': '繁體中文(香港)',
'zh-TW': '繁體中文(臺灣)',
+1
View File
@@ -106,6 +106,7 @@ module Mastodon
:tr,
:uk,
:ur,
:vi,
:'zh-CN',
:'zh-HK',
:'zh-TW',