Skip to content

Commit

Permalink
Add Translation to Spanish (#1135)
Browse files Browse the repository at this point in the history
Add Translation to Spanish +
  • Loading branch information
emirjorge authored and MHSanaei committed Oct 18, 2023
1 parent 7e7d80f commit b63612a
Show file tree
Hide file tree
Showing 3 changed files with 501 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,Vietnamese)**
3x-ui panel supporting multi-protocol, **Multi-lang (English,Farsi,Chinese,Russian,Vietnamese,Spanish)**
**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 @@ -24,6 +24,11 @@ const supportLangs = [
value: 'vi-VN',
icon: '🇻🇳',
},
{
name: 'española',
value: 'es-ES',
icon: '🇪🇸',
},
];

function getLang() {
Expand Down

0 comments on commit b63612a

Please sign in to comment.