From 37897c0bfce72a8c093f857d147295c2f08f2e65 Mon Sep 17 00:00:00 2001 From: Ko Ko Zin Date: Tue, 10 Oct 2023 16:56:37 +0630 Subject: [PATCH] feat(plugin-locale): add Burmese to language selector Add Burmese language to the language selector when Burmese localization is available. --- packages/plugin-locale/src/templates/SelectLang.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/plugin-locale/src/templates/SelectLang.tpl b/packages/plugin-locale/src/templates/SelectLang.tpl index c47c2ef3..88dfc408 100644 --- a/packages/plugin-locale/src/templates/SelectLang.tpl +++ b/packages/plugin-locale/src/templates/SelectLang.tpl @@ -251,6 +251,12 @@ const defaultLangUConfigMap = { icon: '🇲🇰', title: 'Јазик' }, + 'mm-MM': { + lang: 'mm-MM', + label: 'မြန်မာ', + icon: '🇲🇲', + title: 'ဘာသာစကား' + }, 'mn-MN': { lang: 'mn-MN', label: 'Монгол хэл',