From 91f17efd5f8f2982d5ee5bc30a116ac0d14b4c09 Mon Sep 17 00:00:00 2001 From: Brinly Date: Tue, 17 Dec 2024 12:42:28 +0100 Subject: [PATCH] feat: Added Australia and New Zealand podcast regions --- client/plugins/i18n.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/plugins/i18n.js b/client/plugins/i18n.js index 12d2b44b..5f6b1508 100644 --- a/client/plugins/i18n.js +++ b/client/plugins/i18n.js @@ -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' }, @@ -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' },