feat: expand country list to all 25 countries matching supported languages

This commit is contained in:
2026-02-11 19:21:50 +01:00
parent ae04339ec6
commit eed2feaa29
8 changed files with 156 additions and 8 deletions

View File

@@ -2,7 +2,22 @@ import { t, i18n } from '../i18n.js'
import { escapeHTML } from '../utils/helpers.js'
import { categoriesService } from '../services/categories.js'
const COUNTRIES = ['ch', 'de', 'at', 'fr', 'it', 'li']
const COUNTRIES = [
// German-speaking
'ch', 'de', 'at', 'li', 'lu',
// French-speaking
'fr', 'be',
// English-speaking
'gb', 'us', 'ca', 'au', 'nz', 'ie', 'za',
// Italian
'it',
// Spanish-speaking
'es', 'mx', 'ar', 'co', 'cl',
// Portuguese-speaking
'pt', 'br',
// Russian-speaking
'ru', 'by', 'kz'
]
const RADIUS_OPTIONS = [5, 10, 20, 50, 100, 200]
class SearchBox extends HTMLElement {

View File

@@ -75,9 +75,28 @@
"ch": "Schweiz",
"de": "Deutschland",
"at": "Österreich",
"li": "Liechtenstein",
"lu": "Luxemburg",
"fr": "Frankreich",
"be": "Belgien",
"gb": "Grossbritannien",
"us": "USA",
"ca": "Kanada",
"au": "Australien",
"nz": "Neuseeland",
"ie": "Irland",
"za": "Südafrika",
"it": "Italien",
"li": "Liechtenstein"
"es": "Spanien",
"mx": "Mexiko",
"ar": "Argentinien",
"co": "Kolumbien",
"cl": "Chile",
"pt": "Portugal",
"br": "Brasilien",
"ru": "Russland",
"by": "Belarus",
"kz": "Kasachstan"
},
"listing": {
"notFound": "Diese Anzeige wurde nicht gefunden.",

View File

@@ -75,9 +75,28 @@
"ch": "Switzerland",
"de": "Germany",
"at": "Austria",
"li": "Liechtenstein",
"lu": "Luxembourg",
"fr": "France",
"be": "Belgium",
"gb": "United Kingdom",
"us": "United States",
"ca": "Canada",
"au": "Australia",
"nz": "New Zealand",
"ie": "Ireland",
"za": "South Africa",
"it": "Italy",
"li": "Liechtenstein"
"es": "Spain",
"mx": "Mexico",
"ar": "Argentina",
"co": "Colombia",
"cl": "Chile",
"pt": "Portugal",
"br": "Brazil",
"ru": "Russia",
"by": "Belarus",
"kz": "Kazakhstan"
},
"listing": {
"notFound": "This listing was not found.",

View File

@@ -75,9 +75,28 @@
"ch": "Suiza",
"de": "Alemania",
"at": "Austria",
"li": "Liechtenstein",
"lu": "Luxemburgo",
"fr": "Francia",
"be": "Bélgica",
"gb": "Reino Unido",
"us": "Estados Unidos",
"ca": "Canadá",
"au": "Australia",
"nz": "Nueva Zelanda",
"ie": "Irlanda",
"za": "Sudáfrica",
"it": "Italia",
"li": "Liechtenstein"
"es": "España",
"mx": "México",
"ar": "Argentina",
"co": "Colombia",
"cl": "Chile",
"pt": "Portugal",
"br": "Brasil",
"ru": "Rusia",
"by": "Bielorrusia",
"kz": "Kazajistán"
},
"listing": {
"notFound": "Este anuncio no fue encontrado.",

View File

@@ -75,9 +75,28 @@
"ch": "Suisse",
"de": "Allemagne",
"at": "Autriche",
"li": "Liechtenstein",
"lu": "Luxembourg",
"fr": "France",
"be": "Belgique",
"gb": "Royaume-Uni",
"us": "États-Unis",
"ca": "Canada",
"au": "Australie",
"nz": "Nouvelle-Zélande",
"ie": "Irlande",
"za": "Afrique du Sud",
"it": "Italie",
"li": "Liechtenstein"
"es": "Espagne",
"mx": "Mexique",
"ar": "Argentine",
"co": "Colombie",
"cl": "Chili",
"pt": "Portugal",
"br": "Brésil",
"ru": "Russie",
"by": "Biélorussie",
"kz": "Kazakhstan"
},
"listing": {
"notFound": "Cette annonce n'a pas été trouvée.",

View File

@@ -75,9 +75,28 @@
"ch": "Svizzera",
"de": "Germania",
"at": "Austria",
"li": "Liechtenstein",
"lu": "Lussemburgo",
"fr": "Francia",
"be": "Belgio",
"gb": "Regno Unito",
"us": "Stati Uniti",
"ca": "Canada",
"au": "Australia",
"nz": "Nuova Zelanda",
"ie": "Irlanda",
"za": "Sudafrica",
"it": "Italia",
"li": "Liechtenstein"
"es": "Spagna",
"mx": "Messico",
"ar": "Argentina",
"co": "Colombia",
"cl": "Cile",
"pt": "Portogallo",
"br": "Brasile",
"ru": "Russia",
"by": "Bielorussia",
"kz": "Kazakistan"
},
"listing": {
"notFound": "Questo annuncio non è stato trovato.",

View File

@@ -75,9 +75,28 @@
"ch": "Suíça",
"de": "Alemanha",
"at": "Áustria",
"li": "Liechtenstein",
"lu": "Luxemburgo",
"fr": "França",
"be": "Bélgica",
"gb": "Reino Unido",
"us": "Estados Unidos",
"ca": "Canadá",
"au": "Austrália",
"nz": "Nova Zelândia",
"ie": "Irlanda",
"za": "África do Sul",
"it": "Itália",
"li": "Liechtenstein"
"es": "Espanha",
"mx": "México",
"ar": "Argentina",
"co": "Colômbia",
"cl": "Chile",
"pt": "Portugal",
"br": "Brasil",
"ru": "Rússia",
"by": "Bielorrússia",
"kz": "Cazaquistão"
},
"listing": {
"notFound": "Este anúncio não foi encontrado.",

View File

@@ -75,9 +75,28 @@
"ch": "Швейцария",
"de": "Германия",
"at": "Австрия",
"li": "Лихтенштейн",
"lu": "Люксембург",
"fr": "Франция",
"be": "Бельгия",
"gb": "Великобритания",
"us": "США",
"ca": "Канада",
"au": "Австралия",
"nz": "Новая Зеландия",
"ie": "Ирландия",
"za": "Южная Африка",
"it": "Италия",
"li": "Лихтенштейн"
"es": "Испания",
"mx": "Мексика",
"ar": "Аргентина",
"co": "Колумбия",
"cl": "Чили",
"pt": "Португалия",
"br": "Бразилия",
"ru": "Россия",
"by": "Беларусь",
"kz": "Казахстан"
},
"listing": {
"notFound": "Объявление не найдено.",