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" "vehicles-wagon": "wagons"
}, },
"sort-by": { "sort-by": {
"type": "Name", "type": "name",
"group": "Type group", "group": "type group",
"length": "Length", "length": "length",
"weight": "Mass", "weight": "mass",
"maxSpeed": "Speed", "maxSpeed": "speed",
"coldStart": "Cold start", "coldStart": "cold start",
"cargoCount": "Cargo count" "cargoCount": "cargo count"
}, },
"sort-direction": { "sort-direction": {
"asc": "ascending", "asc": "ascending",
+7 -7
View File
@@ -175,13 +175,13 @@
"vehicles-wagon": "wagony" "vehicles-wagon": "wagony"
}, },
"sort-by": { "sort-by": {
"type": "Nazwa", "type": "nazwa",
"group": "Rodzaj", "group": "rodzaj",
"length": "Długość", "length": "długość",
"weight": "Masa", "weight": "masa",
"maxSpeed": "Prędkość", "maxSpeed": "prędkość",
"coldStart": "Zimny start", "coldStart": "zimny start",
"cargoCount": "Ładunki" "cargoCount": "ładunki"
}, },
"sort-direction": { "sort-direction": {
"asc": "rosnąco", "asc": "rosnąco",