-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EEK removal #110
Comments
I'm thinking we should leave this in for historical calculations. We have a number of requests for those before. |
What about moving it to the |
That would be fine with me if someone would like to submit a patch. |
What this file is used for? Could someone explain more about it? |
It's to signify that the currency isn't valid anymore, but it still needs to be there for legacy reasons. |
I'll do. |
I could do it... |
weppos: OK |
Estonian kron support needs to be removed since it's no longer used in Estonia (http://www.bbc.co.uk/news/world-europe-12098513).
:eek => { :priority => 100, :iso_code => "EEK", :name => "Estonian Kroon", :symbol => "KR", :subunit => "Sent", :subunit_to_unit => 100, :symbol_first => false, :html_entity => "", :decimal_mark => ".", :thousands_separator => ","},
The same is already done in eu_central_bank gem.
The text was updated successfully, but these errors were encountered: