Add Translation to Spanish (#1135)

Add Translation to Spanish +
This commit is contained in:
emirjorge
2023-10-18 03:13:07 -05:00
committed by MHSanaei
parent 7e7d80f8e1
commit b63612ab98
3 changed files with 501 additions and 1 deletions

View File

@@ -24,6 +24,11 @@ const supportLangs = [
value: 'vi-VN',
icon: '🇻🇳',
},
{
name: 'española',
value: 'es-ES',
icon: '🇪🇸',
},
];
function getLang() {