Mercurial > public > simoleon
comparison Simoleon/Favourites.swift @ 30:f76d0e26c178
Add localisation
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Fri, 23 Jul 2021 13:19:28 +0100 |
parents | c52966834f83 |
children | 41a905e591e4 |
comparison
equal
deleted
inserted
replaced
29:c52966834f83 | 30:f76d0e26c178 |
---|---|
30 CurrencyRow(currencyPair: favourite.currencyPair) | 30 CurrencyRow(currencyPair: favourite.currencyPair) |
31 } | 31 } |
32 } | 32 } |
33 .onDelete(perform: removeFromFavourites) | 33 .onDelete(perform: removeFromFavourites) |
34 } | 34 } |
35 .listStyle(PlainListStyle()) | |
35 } | 36 } |
36 } | 37 } |
37 .navigationTitle(Text("Favourites", comment: "Navigation title")) | 38 .navigationTitle(Text("Favourites", comment: "Navigation title")) |
38 .toolbar { | 39 .toolbar { |
39 #if os(iOS) | 40 #if os(iOS) |