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 +}