mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
Fix Sweden flag
This commit is contained in:
@@ -160,6 +160,7 @@ function flagImageUrl(locale) {
|
||||
if (locale === 'gl_ES') return baseUrl + '/es/galicia.png';
|
||||
if (locale === 'ca') return baseUrl + '/es/catalonia.png';
|
||||
if (locale === 'ko') return baseUrl + '/country-4x3/kr.png';
|
||||
if (locale === 'sv') return baseUrl + '/country-4x3/se.png';
|
||||
return baseUrl + '/country-4x3/' + countryCodeOnly(locale).toLowerCase() + '.png'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user