diff --git a/client/plugins/i18n.js b/client/plugins/i18n.js index 475a6231..6b1d1aee 100644 --- a/client/plugins/i18n.js +++ b/client/plugins/i18n.js @@ -38,7 +38,31 @@ 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 = { + 'bd': { label: 'বাংলাদেশ' }, + 'br': { label: 'Brasil' }, + 'be': { label: 'België / Belgique / Belgien' }, + 'ch': { label: 'Schweiz / Suisse / Svizzera' }, + 'cz': { label: 'Česko' }, + 'dk': { label: 'Danmark' }, + 'de': { label: 'Deutschland' }, + 'ee': { label: 'Eesti' }, + 'es': { label: 'España / Espanya / Espainia' }, + 'fr': { label: 'France' }, + 'hr': { label: 'Hrvatska' }, + 'il': { label: 'ישראל / إسرائيل' }, + 'it': { label: 'Italia' }, + 'hu': { label: 'Magyarország' }, + 'lu': { label: 'Luxembourg / Luxemburg / Lëtezebuerg' }, + 'nl': { label: 'Nederland' }, + 'at': { label: 'Österreich' }, + 'no': { label: 'Norge' }, + 'pl': { label: 'Polska' }, + 'pt': { label: 'Portugal' }, + 'ru': { label: 'Россия' }, + 'se': { label: 'Sverige' }, + 'vn': { label: 'Việt Nam' }, 'ua': { label: 'Україна' }, + 'gb': { label: 'United Kingdom' }, 'us': { label: 'United States' }, 'cn': { label: '中国' } }