The OpenRCT2 Forums have been archived. Registrations and posting has been disabled. Jump to content

BUG money bar czech language


Recommended Posts

Posted (edited)
5 hours ago, Hurec said:

Hi , 

no idea? Thanks

It's an error in the localisation file for the Czech language.  This can be edited yourself to correct the issue without recompiling the game.

Edit the file <Openrct2>/data/language/cs-CZ.txt

Find the line:

STR_5151    :

This is the line that defines the thousands separator in the money.

Notice that there is nothing after the ":", not even a space - the separator is not defined.

Assuming " " (space) is the thousands separator used in Czech (which is what wikipedia says), change this line to:

STR_5151    : 

Note there is now a space after the ":".

Save this change.

Restart openrct2 and money will be displayed properly.

Edit: I've created PR #983 in OpenRCT2/Localisation that fixes this.

Edited by zaxcav
  • Like 1
×
×
  • Create New...