Add: Portuguese Escudo currency (#12108)

This commit is contained in:
jcteotonio
2024-03-08 13:25:01 +00:00
committed by GitHub
parent a9de766fa6
commit 63b9284a7e
4 changed files with 5 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ static const CurrencySpec origin_currency_specs[CURRENCY_END] = {
{ 19, "", CF_NOEURO, "Rp", "", "IDR", 0, STR_GAME_OPTIONS_CURRENCY_IDR }, ///< Indonesian Rupiah
{ 5, "", CF_NOEURO, "RM", "", "MYR", 0, STR_GAME_OPTIONS_CURRENCY_MYR }, ///< Malaysian Ringgit
{ 1, "", 2014, "", NBSP "Ls", "LVL", 1, STR_GAME_OPTIONS_CURRENCY_LVL }, ///< latvian lats
{ 400, "", 2002, "", "$00", "PTE", 1, STR_GAME_OPTIONS_CURRENCY_PTE }, ///< portuguese escudo
};
/** Array of currencies used by the system */