Skip to content

Commit

Permalink
feat: add Vietnamese language (#5343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhymxu authored Jul 13, 2021
1 parent 6f4dab4 commit bf2d570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/lang-detector.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'nl',
'sv',
'tr',
'vi',
'zh',
'zh-TW' => 'zh-TW',
])
Expand Down
1 change: 1 addition & 0 deletions resources/lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
'locale_pt-BR' => 'Portuguese (Brazil)',
'locale_ru' => 'Russian',
'locale_sv' => 'Swedish',
'locale_vi' => 'Vietnamese',
'locale_zh' => 'Chinese Simplified',
'locale_zh-TW' => 'Chinese Traditional',
'locale_tr' => 'Turkish',
Expand Down
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mix.webpackConfig({
'nl',
'sv',
'tr',
'vi',
'zh-CN',
'zh-TW',
],
Expand Down

0 comments on commit bf2d570

Please sign in to comment.