fix: change vietnam flag
This commit is contained in:
parent
4f0f4c27f9
commit
b3d298daff
|
|
@ -30,6 +30,7 @@ const getCountryCodeForFlag = (languageCode: string) => {
|
|||
if (languageCode === 'he') return 'IL';
|
||||
if (languageCode === 'ja') return 'JP';
|
||||
if (languageCode === 'ko') return 'KR';
|
||||
if (languageCode === 'vi') return 'VN';
|
||||
|
||||
// Check if language code itself is a valid country code
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue