Skip to content

Commit

Permalink
add GBP to Money
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimoto committed Jun 7, 2013
1 parent 2bd7944 commit 3745df3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public enum ERXMoneyEnums {
CZK("koruna", "haléř", "Kč", "", ",", ".", 100), /* Czech Republic */
DKK("krone", "øre", "kr", "", ",", ".", 100), /* Denmark */
EUR("euro", "cent", "€", "", ",", ".", 100), /* Europian Union */
GBP("pund", "penny", "£", "", ",", ".", 100), /* Great Britain */
HRK("kuna", "lipa", "kn", "", ",", ".", 100), /* Croatia */
HUF("forint", "fillér", "Ft", "", ",", ".", 100), /* Hungary */
LTL("litas", "centas", "Lt", "", ",", ".", 100), /* Republic of Lithuania */
Expand Down

0 comments on commit 3745df3

Please sign in to comment.