There are some texts in the game in which a gold amount is mentioned but it is only written as a raw number without an unit (i.e. the word "Gold").
For example:
The %nation% would like to buy your %goods% for %gold%
(European sale price: %euprice%)
Which is written like "The Sioux would like to buy your furs for 50
(European sale price: 200)".
Although "The Sioux would like to buy your furs for 50 gold
(European sale price: 200 gold)" would be better.
I requests that all gold amounts have that word "Gold" after them, where it makes sense.
List of strings that are (probably) affected:
(Note: I did not test all these strings; ignore it if a particular string already includes the word "gold" within the "%gold%" symbol instead of the raw number. But I know at least a few of them just paste the raw number into the final text.)
Version: 0.13.0+dev, commit 49c2a6282b029e079b84496d44e7aa959a0dbc1c
Created Pull-request: https://github.com/FreeCol/freecol/pull/120