Added Vietnamese Language (#939)

This commit is contained in:
quydang
2023-08-21 14:50:20 +07:00
committed by MHSanaei
parent edfc2d8d93
commit d2c75b94cf
3 changed files with 498 additions and 1 deletions

View File

@@ -19,6 +19,11 @@ const supportLangs = [
value: 'ru-RU',
icon: '🇷🇺',
},
{
name: 'Tiếng Việt',
value: 'vi-VN',
icon: '🇻🇳',
},
];
function getLang() {