Files @ r27636:dd08900a2d5c
Branch filter:

Location: cpp/openttd-patchpack/source/regression/regression.cfg

Peter Nelson
Fix #11054: Prevent translation of currency codes.

Most languages stick with the 3-letter latin currency codes in the name
string, however some translations are... clever... and use the currency
symbol instead. Whilst this may look nice, it can cause issues with fonts
as some scripts have a specific limited set of fonts which do not include
these symbols.

Instead, hard code the currency code list and add it when drawing the
currency name.
[misc]
display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|WAYPOINTS
language = english.lng

[gui]
autosave = off

[game_creation]
town_name = english

[ai_players]
none =
regression =

[vehicle]
road_side = right
plane_speed = 2

[construction]
max_bridge_length = 100