Fix Sweden flag

This commit is contained in:
Laurent Cozic
2018-09-03 12:16:35 +01:00
parent 1d322d8a39
commit 806acad22a
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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'
}