Skip to content

Commit

Permalink
Merge pull request #3727 from brinlyau/patch-1
Browse files Browse the repository at this point in the history
feat: Added Australia and New Zealand podcast regions
  • Loading branch information
advplyr authored Dec 24, 2024
2 parents 94fdd99 + 91f17ef commit e8505cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/plugins/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map((code) =>

// iTunes search API uses ISO 3166 country codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
const podcastSearchRegionMap = {
au: { label: 'Australia' },
br: { label: 'Brasil' },
be: { label: 'België / Belgique / Belgien' },
cz: { label: 'Česko' },
Expand All @@ -57,6 +58,7 @@ const podcastSearchRegionMap = {
hu: { label: 'Magyarország' },
nl: { label: 'Nederland' },
no: { label: 'Norge' },
nz: { label: 'New Zealand' },
at: { label: 'Österreich' },
pl: { label: 'Polska' },
pt: { label: 'Portugal' },
Expand Down

0 comments on commit e8505cb

Please sign in to comment.