From c2362f6d4ba3ad1f15d57162e862af8b5bb839e0 Mon Sep 17 00:00:00 2001 From: dinhngocson0708 <116275333+dinhngocson0708@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:29:51 +0700 Subject: [PATCH] Update utils.js --- modules/utils.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/utils.js b/modules/utils.js index 4b05151..dbec8c2 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -23,7 +23,8 @@ const // Versions 'ko', // Korean 'pt-BR', // Brazilian Portuguese 'ar', // Arabic - 'tr' // Turkish + 'tr', // Turkish + 'vn' //Vietnamese ]); module.exports = { @@ -43,4 +44,4 @@ module.exports = { isVersionSupported (version) { return SUPPORTED_VERSIONS.has(version); } -} \ No newline at end of file +}