(svn r25076) -Add [FS#5212]: Georgian Lari and Iranian Rial as currencies

This commit is contained in:
planetmaker
2013-03-09 16:31:56 +00:00
parent fae3cbae9f
commit 303ebbb6e4
3 changed files with 6 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ static const CurrencySpec origin_currency_specs[CURRENCY_END] = {
{ 1850, "", CF_NOEURO, "\xE2\x82\xA9", "", 0, STR_GAME_OPTIONS_CURRENCY_KRW }, ///< south korean won
{ 13, "", CF_NOEURO, "R" NBSP, "", 0, STR_GAME_OPTIONS_CURRENCY_ZAR }, ///< south african rand
{ 1, "", CF_NOEURO, "", "", 2, STR_GAME_OPTIONS_CURRENCY_CUSTOM }, ///< custom currency (add further languages below)
{ 3, "", CF_NOEURO, "", NBSP "GEL", 1, STR_GAME_OPTIONS_CURRENCY_GEL }, ///< Georgian Lari
{ 4901, "", CF_NOEURO, "", NBSP "Rls", 1, STR_GAME_OPTIONS_CURRENCY_IRR }, ///< Iranian Rial
};
/** Array of currencies used by the system */