Export translations

This commit is contained in:
2023-02-07 00:02:26 -05:00
parent ae6608cf7d
commit 4406e44424
5 changed files with 136 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ struct ZapEvent: View {
var body: some View {
VStack(alignment: .leading) {
Text("⚡️ \(format_msats(zap.invoice.amount))")
Text("⚡️ \(format_msats(zap.invoice.amount))", comment: "Text indicating the zap amount. i.e. number of satoshis that were tipped to a user")
.font(.headline)
.padding([.top], 2)