Update currencies set with Rubles and Hrywnja

This commit is contained in:
Joshua Ramon Enslin 2022-10-31 21:27:23 +01:00
parent dfd3b5b346
commit c7795fdc56
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 5 additions and 1 deletions

2
l18n

@ -1 +1 @@
Subproject commit 0b7ac0df80591da28be2718b8dad4547c6178827 Subproject commit b99b3ef348e56c1bee459d8b093f3a414bb80acc

View File

@ -13,6 +13,7 @@ final class MDCurrenciesSet extends MDValueSet {
const CURRENCIES = [ const CURRENCIES = [
'', '',
'by-BYN',
'ddr-Mark', 'ddr-Mark',
'ddr-MDN', 'ddr-MDN',
'de-DM', 'de-DM',
@ -26,6 +27,9 @@ final class MDCurrenciesSet extends MDValueSet {
'hu-Pengő', 'hu-Pengő',
'hu-Korona', 'hu-Korona',
'pl-Złoty', 'pl-Złoty',
'ru-RUB',
'su-SUR',
'ua-UAH',
'uk-GBP', 'uk-GBP',
'us-USD', 'us-USD',
]; ];