mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 20:18:12 +00:00
fix(locales): sort casing
This commit is contained in:
+7
-7
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user