Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/manual/string_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Command Effect
``{BUS}`` Output a bus symbol
``{PLANE}`` Output an aircraft
``{SHIP}`` Output a ship symbol
``{TOWN_ICON}`` Output a town symbol
``{CITY_ICON}`` Output a city symbol
``{NORMAL_FONT}`` Switch to a normal font
``{TINY_FONT}`` Switch to a small font
``{BIG_FONT}`` Switch to a big font
Expand Down
2 changes: 2 additions & 0 deletions webtranslate/parameter_info_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@
ParameterInfo("BUS", [], None, False, True ),
ParameterInfo("PLANE", [], None, False, True ),
ParameterInfo("SHIP", [], None, False, True ),
ParameterInfo("TOWN_ICON", [], None, False, True ),
ParameterInfo("CITY_ICON", [], None, False, True ),
ParameterInfo("SPACE", [], None, False, False),
ParameterInfo("NBSP", [], None, False, False),
ParameterInfo("COPYRIGHT", [], None, False, True ),
Expand Down