fixes typo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"photos": "Fotos",
|
||||
"pick-a-trail": "Route auswählen",
|
||||
"polish": "Polnisch",
|
||||
"portugese": "Portugiesisch",
|
||||
"portuguese": "Portugiesisch",
|
||||
"profile": "Profil",
|
||||
"public": "Öffentlich",
|
||||
"radius": "Radius",
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"photos": "Photos",
|
||||
"pick-a-trail": "Pick a trail",
|
||||
"polish": "Polish",
|
||||
"portugese": "Portugese",
|
||||
"portuguese": "Portuguese",
|
||||
"profile": "Profile",
|
||||
"public": "Public",
|
||||
"radius": "Radius",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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ń",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user