You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Fix Iran flag
This commit is contained in:
@@ -177,6 +177,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 === 'fa') return baseUrl + '/country-4x3/ir.png';
|
||||
return baseUrl + '/country-4x3/' + countryCodeOnly(locale).toLowerCase() + '.png'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user