Merge pull request #128 from PhuNH/own-lang-name

Add Vietnamese to the list as "Tiếng Việt"
This commit is contained in:
Amruth Pillai
2020-04-22 09:59:27 +05:30
committed by GitHub

View File

@ -54,6 +54,10 @@ const languages = [
code: 'es',
name: 'Spanish',
},
{
code: 'vi',
name: 'Tiếng Việt'
}
];
i18n