Skip to content

Commit

Permalink
Add: INR currency (#8136)
Browse files Browse the repository at this point in the history
Co-authored-by: ilayarja97 <ilayarja97@gmail.com>
  • Loading branch information
ilayaraja97 and ilayarja97 committed May 11, 2020
1 parent 39092ee commit 48d2eb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/currency.cpp
Expand Up @@ -65,6 +65,7 @@ static const CurrencySpec origin_currency_specs[CURRENCY_END] = {
{ 40, "", CF_NOEURO, "NTD" NBSP, "", 0, STR_GAME_OPTIONS_CURRENCY_NTD }, ///< new taiwan dollar
{ 8, "", CF_NOEURO, "\xC2\xA5", "", 0, STR_GAME_OPTIONS_CURRENCY_CNY }, ///< chinese renminbi
{ 10, "", CF_NOEURO, "HKD" NBSP, "", 0, STR_GAME_OPTIONS_CURRENCY_HKD }, ///< hong kong dollar
{ 90, "", CF_NOEURO, "\xE2\x82\xB9", "", 0, STR_GAME_OPTIONS_CURRENCY_INR }, ///< Indian Rupee
};

/** Array of currencies used by the system */
Expand Down
1 change: 1 addition & 0 deletions src/currency.h
Expand Up @@ -61,6 +61,7 @@ enum Currencies {
CURRENCY_NTD, ///< New Taiwan Dollar
CURRENCY_CNY, ///< Chinese Renminbi
CURRENCY_HKD, ///< Hong Kong Dollar
CURRENCY_INR, ///< Indian Rupee
CURRENCY_END, ///< always the last item
};

Expand Down
1 change: 1 addition & 0 deletions src/lang/english.txt
Expand Up @@ -935,6 +935,7 @@ STR_GAME_OPTIONS_CURRENCY_MXN :Mexican Peso (M
STR_GAME_OPTIONS_CURRENCY_NTD :New Taiwan Dollar (NTD)
STR_GAME_OPTIONS_CURRENCY_CNY :Chinese Renminbi (CNY)
STR_GAME_OPTIONS_CURRENCY_HKD :Hong Kong Dollar (HKD)
STR_GAME_OPTIONS_CURRENCY_INR :Indian Rupee (INR)
############ end of currency region

STR_GAME_OPTIONS_ROAD_VEHICLES_FRAME :{BLACK}Road vehicles
Expand Down

0 comments on commit 48d2eb7

Please sign in to comment.