Add support for currency selection

This commit is contained in:
2024-09-07 05:55:34 +03:00
parent cb0397ba98
commit edb10c48e6
11 changed files with 164 additions and 87 deletions

View File

@@ -4,11 +4,24 @@
"" : {
},
"1 BTC to USD" : {
"%@ - %@" : {
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$@ - %2$@"
}
}
}
},
"1 BTC to %@" : {
},
"BTC" : {
},
"Currency" : {
},
"Last updated: %@" : {
@@ -18,9 +31,6 @@
},
"Sats" : {
},
"USD" : {
}
},
"version" : "1.0"