Lang - Indonesian #1710

Co-Authored-By: Muhamad Solihin <85750131+lihin929@users.noreply.github.com>
This commit is contained in:
MHSanaei
2024-02-05 12:43:18 +03:30
parent c9ba393ce7
commit 222b9734ca
2 changed files with 585 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ const supportLangs = [
value: 'es-ES',
icon: '🇪🇸',
},
{
name: 'Indonesian',
value: 'id-ID',
icon: '🇮🇩',
},
];
function getLang() {