Skip to content

Commit c677510

Browse files
committed
(RV) fix docs
1 parent 10bffbe commit c677510

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/road_vehicle/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: ARV - Ahyangyi's Road Vehicles
3+
title: ACRVS - Ahyangyi's Chinese Road Vehicle Set
44
has_children: True
55
nav_order: 1
66
---

docs/road_vehicle/rosters/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Rosters
4-
parent: ARV - Ahyangyi's Road Vehicles
4+
parent: ACRVS - Ahyangyi's Chinese Road Vehicle Set
55
has_children: True
66
nav_order: 2
77
---

docs/road_vehicle/vehicles/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: Vehicles
4-
parent: ARV - Ahyangyi's Road Vehicles
4+
parent: ACRVS - Ahyangyi's Chinese Road Vehicle Set
55
has_children: True
66
nav_order: 1
77
---

road_vehicle/docgen/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def gen_docs(string_manager, rosters):
2020
layout: default
2121
title: {roster.name}
2222
parent: Rosters
23-
grand_parent: ARV - Ahyangyi's Road Vehicles
23+
grand_parent: ACRVS - Ahyangyi's Chinese Road Vehicle Set
2424
nav_order: {i+1}
2525
---
2626
""",
@@ -65,7 +65,7 @@ def gen_docs(string_manager, rosters):
6565
layout: default
6666
title: {translation}
6767
parent: Vehicles
68-
grand_parent: ARV - Ahyangyi's Road Vehicles
68+
grand_parent: ACRVS - Ahyangyi's Chinese Road Vehicle Set
6969
nav_order: {i+1}
7070
---
7171

road_vehicle/lang/english-uk.lng

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ STR_PARAM_NIGHT_MODE_ENABLED :Enabled
1515

1616
STR_PARAM_ROSTER :Roster
1717
STR_PARAM_ROSTER_DESC :Choose the roster of vehicles
18-
STR_PARAM_ALL :China
19-
STR_PARAM_DOVEMERE :Wuhu
20-
STR_PARAM_NORBURY :Beijing
18+
STR_PARAM_ROSTER_ALL :China
19+
STR_PARAM_ROSTER_DOVEMERE :Wuhu
20+
STR_PARAM_ROSTER_NORBURY :Beijing
2121

2222
STR_PARAM_EARLY_IMPORTED_VEHICLES :Early Imported Vehicles
2323
STR_PARAM_EARLY_IMPORTED_VEHICLES_DESC :Whether to include imported vehicles for the early game.
@@ -26,10 +26,10 @@ STR_PARAM_EARLY_IMPORTED_VEHICLES_ENABLED_CHEAP :Enabled - Cheaper
2626
STR_PARAM_EARLY_IMPORTED_VEHICLES_ENABLED :Enabled
2727
STR_PARAM_EARLY_IMPORTED_VEHICLES_ENABLED_COSTLY:Enabled - Costly
2828

29-
STR_PARAM_EARLY_IMPORTED_FANTASY_FREIGHT_TRAMS :Fantasy - Freighter Trams
30-
STR_PARAM_EARLY_IMPORTED_FANTASY_FREIGHT_TRAMS_DESC :Whether to include freighter variations for passenger-only trams/metros/monorails.
31-
STR_PARAM_EARLY_IMPORTED_FANTASY_DISABLED :Disabled
32-
STR_PARAM_EARLY_IMPORTED_FANTASY_ENABLED :Enabled
29+
STR_PARAM_FANTASY_FREIGHT_TRAMS :Fantasy - Freighter Trams
30+
STR_PARAM_FANTASY_FREIGHT_TRAMS_DESC :Whether to include freighter variations for passenger-only trams/metros/monorails.
31+
STR_PARAM_FANTASY_FREIGHT_TRAMS_DISABLED:Disabled
32+
STR_PARAM_FANTASY_FREIGHT_TRAMS_ENABLED :Enabled
3333

3434
STR_RV_HAPPYONE_BUS_NAME :Ford F-60 Canadian Military Pattern Combination Bus (gasoline)
3535
STR_RV_RIME_NAME :Songhuajiang Type-57 Bus (gasoline)

0 commit comments

Comments
 (0)