From 222b9734caba389604fd81caa068e815bdb16dcb Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 5 Feb 2024 12:43:18 +0330 Subject: Lang - Indonesian #1710 Co-Authored-By: Muhamad Solihin <85750131+lihin929@users.noreply.github.com> --- web/assets/js/langs.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/assets') diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js index 59f0696f..42fa49ff 100644 --- a/web/assets/js/langs.js +++ b/web/assets/js/langs.js @@ -29,6 +29,11 @@ const supportLangs = [ value: 'es-ES', icon: '🇪🇸', }, + { + name: 'Indonesian', + value: 'id-ID', + icon: '🇮🇩', + }, ]; function getLang() { -- cgit v1.2.3