Skip to content

Commit

Permalink
Turkish is added to available currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tahabebek committed Jan 9, 2013
1 parent 246409c commit bd714cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CurrencyManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ - (id)init
@"QAR",
@"RUB",
@"SAR", @"SEK", @"SGD",
@"THB", @"TWD",
@"THB", @"TRY", @"TWD",
@"ZAR", nil];

currencySymbols = [[NSDictionary alloc] initWithObjectsAndKeys:@"", @"EUR", @"$", @"USD", @"¥", @"JPY", @"£", @"GBP", @"", @"ILS", nil];
Expand Down

0 comments on commit bd714cb

Please sign in to comment.