fix sorting

This commit is contained in:
v3DJG6GL 2024-04-24 13:57:51 +02:00 committed by GitHub
parent babfb6978a
commit 0302ed986e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,6 @@ const podcastSearchRegionMap = {
'bd': { label: 'বাংলাদেশ' }, 'bd': { label: 'বাংলাদেশ' },
'br': { label: 'Brasil' }, 'br': { label: 'Brasil' },
'be': { label: 'België / Belgique / Belgien' }, 'be': { label: 'België / Belgique / Belgien' },
'ch': { label: 'Schweiz / Suisse / Svizzera' },
'cz': { label: 'Česko' }, 'cz': { label: 'Česko' },
'dk': { label: 'Danmark' }, 'dk': { label: 'Danmark' },
'de': { label: 'Deutschland' }, 'de': { label: 'Deutschland' },
@ -51,14 +50,15 @@ const podcastSearchRegionMap = {
'hr': { label: 'Hrvatska' }, 'hr': { label: 'Hrvatska' },
'il': { label: 'ישראל / إسرائيل' }, 'il': { label: 'ישראל / إسرائيل' },
'it': { label: 'Italia' }, 'it': { label: 'Italia' },
'hu': { label: 'Magyarország' },
'lu': { label: 'Luxembourg / Luxemburg / Lëtezebuerg' }, 'lu': { label: 'Luxembourg / Luxemburg / Lëtezebuerg' },
'hu': { label: 'Magyarország' },
'nl': { label: 'Nederland' }, 'nl': { label: 'Nederland' },
'at': { label: 'Österreich' },
'no': { label: 'Norge' }, 'no': { label: 'Norge' },
'at': { label: 'Österreich' },
'pl': { label: 'Polska' }, 'pl': { label: 'Polska' },
'pt': { label: 'Portugal' }, 'pt': { label: 'Portugal' },
'ru': { label: 'Россия' }, 'ru': { label: 'Россия' },
'ch': { label: 'Schweiz / Suisse / Svizzera' },
'se': { label: 'Sverige' }, 'se': { label: 'Sverige' },
'vn': { label: 'Việt Nam' }, 'vn': { label: 'Việt Nam' },
'ua': { label: 'Україна' }, 'ua': { label: 'Україна' },