mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
Merge pull request #128 from PhuNH/own-lang-name
Add Vietnamese to the list as "Tiếng Việt"
This commit is contained in:
@ -54,6 +54,10 @@ const languages = [
|
|||||||
code: 'es',
|
code: 'es',
|
||||||
name: 'Spanish',
|
name: 'Spanish',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'vi',
|
||||||
|
name: 'Tiếng Việt'
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n
|
i18n
|
||||||
|
|||||||
Reference in New Issue
Block a user