fix(locales): sort casing

This commit is contained in:
2024-04-16 00:28:56 +02:00
parent 541572e415
commit 05f8a0ca68
2 changed files with 14 additions and 14 deletions
+7 -7
View File
@@ -175,13 +175,13 @@
"vehicles-wagon": "wagons"
},
"sort-by": {
"type": "Name",
"group": "Type group",
"length": "Length",
"weight": "Mass",
"maxSpeed": "Speed",
"coldStart": "Cold start",
"cargoCount": "Cargo count"
"type": "name",
"group": "type group",
"length": "length",
"weight": "mass",
"maxSpeed": "speed",
"coldStart": "cold start",
"cargoCount": "cargo count"
},
"sort-direction": {
"asc": "ascending",
+7 -7
View File
@@ -175,13 +175,13 @@
"vehicles-wagon": "wagony"
},
"sort-by": {
"type": "Nazwa",
"group": "Rodzaj",
"length": "Długość",
"weight": "Masa",
"maxSpeed": "Prędkość",
"coldStart": "Zimny start",
"cargoCount": "Ładunki"
"type": "nazwa",
"group": "rodzaj",
"length": "długość",
"weight": "masa",
"maxSpeed": "prędkość",
"coldStart": "zimny start",
"cargoCount": "ładunki"
},
"sort-direction": {
"asc": "rosnąco",