mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 08:13:26 +01:00
[CHANGE] Extracted all strings into the Localizable.strings
This commit is contained in:
@@ -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