add missing strings
add height back to purchase view button on year and month
This commit is contained in:
Trey t
2023-01-05 13:48:21 -06:00
parent e7e9367896
commit e7efd1ab25
6 changed files with 31 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ enum PersonalityPack: Int, CaseIterable {
}
final class DefaultTitles: PersonalityPackable {
static var title = "Nice"
static var title = String(localized: "nice")
static var notificationTitles: [String] {
[
@@ -79,7 +79,7 @@ final class DefaultTitles: PersonalityPackable {
}
final class RudeTitles: PersonalityPackable {
static var title = "Rude"
static var title = String(localized: "rude")
static var notificationTitles: [String] {
[