diff --git a/CHANGELOG.md b/CHANGELOG.md index d54554e7..ee947203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - adds Dutch translation (thanks to [yves-bonami](https://github.com/yves-bonami)) - adds Polish translation (thanks to [ludrol](https://github.com/ludrol)) -- adds Portugese translation (thanks to [poVoq](https://github.com/poVoq)) +- adds Portuguese translation (thanks to [poVoq](https://github.com/poVoq)) # v0.2.0 ## Features diff --git a/web/src/lib/i18n/locales/de.json b/web/src/lib/i18n/locales/de.json index d7e64a04..92fede25 100644 --- a/web/src/lib/i18n/locales/de.json +++ b/web/src/lib/i18n/locales/de.json @@ -87,7 +87,7 @@ "photos": "Fotos", "pick-a-trail": "Route auswählen", "polish": "Polnisch", - "portugese": "Portugiesisch", + "portuguese": "Portugiesisch", "profile": "Profil", "public": "Öffentlich", "radius": "Radius", diff --git a/web/src/lib/i18n/locales/en.json b/web/src/lib/i18n/locales/en.json index c753a846..6e3d56af 100644 --- a/web/src/lib/i18n/locales/en.json +++ b/web/src/lib/i18n/locales/en.json @@ -87,7 +87,7 @@ "photos": "Photos", "pick-a-trail": "Pick a trail", "polish": "Polish", - "portugese": "Portugese", + "portuguese": "Portuguese", "profile": "Profile", "public": "Public", "radius": "Radius", diff --git a/web/src/lib/i18n/locales/nl.json b/web/src/lib/i18n/locales/nl.json index 066ed172..81d8f33e 100644 --- a/web/src/lib/i18n/locales/nl.json +++ b/web/src/lib/i18n/locales/nl.json @@ -87,7 +87,7 @@ "photos": "Foto's", "pick-a-trail": "Kies een route", "polish": "Pools", - "portugese": "Portugees", + "portuguese": "Portugees", "profile": "Profiel", "public": "Openbaar", "radius": "Straal", diff --git a/web/src/lib/i18n/locales/pl.json b/web/src/lib/i18n/locales/pl.json index 2837eb57..99b260a0 100644 --- a/web/src/lib/i18n/locales/pl.json +++ b/web/src/lib/i18n/locales/pl.json @@ -87,7 +87,7 @@ "photos": "Zdjęcia", "pick-a-trail": "Wybierz ścieżkę", "polish": "Polski", - "portugese": "Portugalski", + "portuguese": "Portugalski", "profile": "Profil", "public": "Publiczny", "radius": "Promień", diff --git a/web/src/lib/i18n/locales/pt.json b/web/src/lib/i18n/locales/pt.json index b3cc69ad..7f82a8f4 100644 --- a/web/src/lib/i18n/locales/pt.json +++ b/web/src/lib/i18n/locales/pt.json @@ -87,7 +87,7 @@ "photos": "Fotos", "pick-a-trail": "Escolha uma trilha", "polish": "Polonês", - "portugese": "Português", + "portuguese": "Português", "profile": "Perfil", "public": "Público", "radius": "Raio", diff --git a/web/src/routes/profile/+page.svelte b/web/src/routes/profile/+page.svelte index 8e12122c..a5f45522 100644 --- a/web/src/routes/profile/+page.svelte +++ b/web/src/routes/profile/+page.svelte @@ -26,7 +26,7 @@ { text: $_("english"), value: "en" }, { text: $_("dutch"), value: "nl" }, { text: $_("polish"), value: "pl" }, - { text: $_("portugese"), value: "pt" }, + { text: $_("portuguese"), value: "pt" }, ]; const units: RadioItem[] = [