Create separate CurrencyPickerView and tighten up ContentView

This commit is contained in:
2024-11-11 00:42:50 +01:00
parent 9321f920b4
commit 303cad1076
5 changed files with 166 additions and 110 deletions

View File

@@ -13,29 +13,23 @@
}
}
}
},
"%@ has already been added" : {
},
"1 BTC to %@" : {
},
"21000000 BTC is the maximum." : {
},
"2100000000000000 sats is the maximum." : {
},
"Add %@" : {
},
"Add Currency" : {
},
"BTC" : {
},
"Currency" : {
"Change Currencies" : {
},
"Currencies" : {
},
"Current Currency" : {
},
"Last updated: %@" : {
@@ -46,6 +40,9 @@
},
"Sats" : {
},
"Selected Currencies" : {
}
},
"version" : "1.0"