Jump to content

BUG money bar czech language


Recommended Posts

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
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...