Skip to content

Commit 9fc35cc

Browse files
authored
notifications offset options translation, ru translation fix (#148)
1 parent 83fa31e commit 9fc35cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App/Domain/Enums/Types/NotificationOffset.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ enum NotificationOffset: Int, SettingsOption {
1414
case threeHours = 180
1515

1616
var displayName: String {
17-
return String(format: "%d minutes", self.rawValue)
17+
return String(format: "%d %@", self.rawValue, NSLocalizedString("minutes", comment: ""))
1818
}
1919

2020
static var allCases: [NotificationOffset] = [.fifteen, .thirty, .hour, .threeHours]

Assets/ru.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312

313313
"User options"="Параметры пользователя";
314314

315-
"Automatic exam signup"="Автоматический вход";
315+
"Automatic exam signup"="Авто регистрация на экзамены";
316316

317317
"Your bookings"="Ваши бронирования";
318318

0 commit comments

Comments
 (0)