From 90cb773ca6ada45c973062730f92f8b2f7683a4d Mon Sep 17 00:00:00 2001 From: Mohammad Foroughi Date: Sat, 29 Oct 2022 23:27:25 +0330 Subject: [PATCH] update: create supoorted lanquage array --- web/assets/langs/langs.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/assets/langs/langs.js diff --git a/web/assets/langs/langs.js b/web/assets/langs/langs.js new file mode 100644 index 00000000..8a186a51 --- /dev/null +++ b/web/assets/langs/langs.js @@ -0,0 +1,12 @@ +supportLangs = [ + { + name : "English", + value : "en_US", + icon : "πŸ‡¨πŸ‡³" + }, + { + name : "汉语", + value : "zh_Hans", + icon : "πŸ‡ΊπŸ‡Έ" + }, +] \ No newline at end of file