As of the patch for bug 11939, the default currencies for Russia (ru-RU) and Ukraine (uk-UA) are "GRN". As near as I can tell, nowadays it should be the RUB (ruble) for Russia and the UAH (hryvnia) for Ukraine.
Created attachment 84118 [details] [review] Bug 11996: Made RUB default currency for ru-RU Didn't know how to change the uk-UA default currency.
Hi Ethan. I think the best course of action is to change the 'GRN line to ' UAH' in both files (installer/data/mysql/ru-RU/optional/sample_currency.sql and installer/data/mysql/uk-UA/optional/sample_currency.sql). GRN was the old currency, but is now RUB for Russia and UAH for the Ukraine. The symbol for UAH remains as грн For a list of currency codes see https://en.wikipedia.org/wiki/ISO_4217 and for the Ukraine see https://en.wikipedia.org/wiki/Ukrainian_hryvnia David
(In reply to Ethan from comment #1) > Didn't know how to change the uk-UA default currency. The active column set to 1 in the sql will make it the default currency. For the uk-UA sample_currency.sql you don't need to do anything if you change the 'GRN' entry to 'UAH' as there is a '1' already in the column.
Created attachment 115486 [details] [review] Bug 11996: (follow-up) Updating the uk-UA currency I have changed GRN to UAH in both installer/data/mysql/ru-RU/optional/sample_currency.sql and in installer/data/mysql/uk-UA/optional/sample_currency.sql
Created attachment 115588 [details] [review] Bug 11996: (follow-up) Updating the uk-UA currency I have changed GRN to UAH in both installer/data/mysql/ru-RU/optional/sample_currency.sql and in installer/data/mysql/uk-UA/optional/sample_currency.sql Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Nice one, Ella!
Created attachment 115607 [details] [review] Bug 11996: Made RUB default currency for ru-RU Didn't know how to change the uk-UA default currency. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Created attachment 115608 [details] [review] Bug 11996: (follow-up) Updating the uk-UA currency I have changed GRN to UAH in both installer/data/mysql/ru-RU/optional/sample_currency.sql and in installer/data/mysql/uk-UA/optional/sample_currency.sql Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Pushed to master for 21.05, thanks to everybody involved!
Pushed to 20.11.x for 20.11.03
Pushed to 20.05.x for 20.05.09
Not backported to oldoldstable (19.11.x). Feel free to ask if it's needed.