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