Skip to content

Commit 9b3e04e

Browse files
authored
Add: Support for TOWN_ICON and CITY_ICON from OpenTTD#14504 (#219)
1 parent 9f1837d commit 9b3e04e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/manual/string_commands.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Command Effect
109109
``{BUS}`` Output a bus symbol
110110
``{PLANE}`` Output an aircraft
111111
``{SHIP}`` Output a ship symbol
112+
``{TOWN_ICON}`` Output a town symbol
113+
``{CITY_ICON}`` Output a city symbol
112114
``{NORMAL_FONT}`` Switch to a normal font
113115
``{TINY_FONT}`` Switch to a small font
114116
``{BIG_FONT}`` Switch to a big font

webtranslate/parameter_info_table.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@
156156
ParameterInfo("BUS", [], None, False, True ),
157157
ParameterInfo("PLANE", [], None, False, True ),
158158
ParameterInfo("SHIP", [], None, False, True ),
159+
ParameterInfo("TOWN_ICON", [], None, False, True ),
160+
ParameterInfo("CITY_ICON", [], None, False, True ),
159161
ParameterInfo("SPACE", [], None, False, False),
160162
ParameterInfo("NBSP", [], None, False, False),
161163
ParameterInfo("COPYRIGHT", [], None, False, True ),

0 commit comments

Comments
 (0)