mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 08:43:27 +01:00
[CHANGE] Extracted all strings into the Localizable.strings
This commit is contained in:
committed by
Joe Mattiello
parent
e733601c66
commit
4663c01700
@@ -44,10 +44,10 @@ struct AppPillButton: View {
|
||||
return DateFormatterHelper.string(forExpirationDate: installedApp.expirationDate)
|
||||
}
|
||||
|
||||
return "Open"
|
||||
return L10n.AppPillButton.open
|
||||
}
|
||||
|
||||
return "Free"
|
||||
return L10n.AppPillButton.free
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user