Skip to content

Commit

Permalink
Added Vietnamese Language (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
quydang04 authored and MHSanaei committed Aug 21, 2023
1 parent edfc2d8 commit d2c75b9
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Downloads](https://img.shields.io/github/downloads/mhsanaei/3x-ui/total.svg)](#)
[![License](https://img.shields.io/badge/license-GPL%20V3-blue.svg?longCache=true)](https://www.gnu.org/licenses/gpl-3.0.en.html)

3x-ui panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese,Russian)**
3x-ui panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese,Russian,Vietnamese)**
**If you think this project is helpful to you, you may wish to give a** :star2:

**Buy Me a Coffee :**
Expand Down
5 changes: 5 additions & 0 deletions web/assets/js/langs.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const supportLangs = [
value: 'ru-RU',
icon: '🇷🇺',
},
{
name: 'Tiếng Việt',
value: 'vi-VN',
icon: '🇻🇳',
},
];

function getLang() {
Expand Down

0 comments on commit d2c75b9

Please sign in to comment.