Skip to content
Snippets Groups Projects
Unverified Commit 4a2ea2e5 authored by taicv's avatar taicv Committed by GitHub
Browse files

Add `vi` to available locales (#13542)


* Enable selecting Vietnamese language in Admin Dashboard

* Update settings_helper.rb

Co-authored-by: default avatarEugen Rochko <eugen@zeonfederated.com>
parent 8be4c2ba
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ module SettingsHelper
tr: 'Türkçe',
uk: 'Українська',
ur: 'اُردُو',
vi: 'Tiếng Việt',
'zh-CN': '简体中文',
'zh-HK': '繁體中文(香港)',
'zh-TW': '繁體中文(臺灣)',
......
......@@ -106,6 +106,7 @@ module Mastodon
:tr,
:uk,
:ur,
:vi,
:'zh-CN',
:'zh-HK',
:'zh-TW',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment