You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Doc: Use correct flag for Vietnam (#5991)
Use correct Vietnam flag when build translation
This commit is contained in:
		| @@ -347,7 +347,7 @@ function flagImageUrl(locale) { | ||||
| 	if (locale === 'sv') return `${baseUrl}/country-4x3/se.png`; | ||||
| 	if (locale === 'nb_NO') return `${baseUrl}/country-4x3/no.png`; | ||||
| 	if (locale === 'ro') return `${baseUrl}/country-4x3/ro.png`; | ||||
| 	if (locale === 'vi') return `${baseUrl}/country-4x3/vi.png`; | ||||
| 	if (locale === 'vi') return `${baseUrl}/country-4x3/vn.png`; | ||||
| 	if (locale === 'fa') return `${baseUrl}/country-4x3/ir.png`; | ||||
| 	if (locale === 'eo') return `${baseUrl}/esperanto.png`; | ||||
| 	return `${baseUrl}/country-4x3/${countryCodeOnly(locale).toLowerCase()}.png`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user