зеркало из https://github.com/nextcloud/talk-ios.git
Add missing localizable string.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
291d001597
Коммит
d9303693f9
|
@ -109,7 +109,7 @@
|
|||
searchTextField.tintColor = [UIColor whiteColor];
|
||||
searchTextField.textColor = [UIColor whiteColor];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"Search"
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:NSLocalizedString(@"Search", nil)
|
||||
attributes:@{NSForegroundColorAttributeName:[UIColor colorWithWhite:1 alpha:0.5]}];
|
||||
});
|
||||
} else if (@available(iOS 11.0, *)) {
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
searchTextField.tintColor = [UIColor whiteColor];
|
||||
searchTextField.textColor = [UIColor whiteColor];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"Search"
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:NSLocalizedString(@"Search", nil)
|
||||
attributes:@{NSForegroundColorAttributeName:[UIColor colorWithWhite:1 alpha:0.5]}];
|
||||
});
|
||||
} else if (@available(iOS 11.0, *)) {
|
||||
|
|
|
@ -75,7 +75,7 @@ NSString * const NCSelectedContactForChatNotification = @"NCSelectedContactForCh
|
|||
searchTextField.tintColor = [UIColor whiteColor];
|
||||
searchTextField.textColor = [UIColor whiteColor];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"Search"
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:NSLocalizedString(@"Search", nil)
|
||||
attributes:@{NSForegroundColorAttributeName:[UIColor colorWithWhite:1 alpha:0.5]}];
|
||||
});
|
||||
} else if (@available(iOS 11.0, *)) {
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
searchTextField.tintColor = [UIColor whiteColor];
|
||||
searchTextField.textColor = [UIColor whiteColor];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"Search"
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:NSLocalizedString(@"Search", nil)
|
||||
attributes:@{NSForegroundColorAttributeName:[UIColor colorWithWhite:1 alpha:0.5]}];
|
||||
});
|
||||
} else if (@available(iOS 11.0, *)) {
|
||||
|
|
|
@ -103,7 +103,7 @@ typedef void (^FetchRoomsCompletionBlock)(BOOL success);
|
|||
searchTextField.tintColor = [UIColor whiteColor];
|
||||
searchTextField.textColor = [UIColor whiteColor];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:@"Search"
|
||||
searchTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:NSLocalizedString(@"Search", nil)
|
||||
attributes:@{NSForegroundColorAttributeName:[UIColor colorWithWhite:1 alpha:0.5]}];
|
||||
});
|
||||
} else if (@available(iOS 11.0, *)) {
|
||||
|
|
Двоичные данные
VideoCalls/en.lproj/Localizable.strings
Двоичные данные
VideoCalls/en.lproj/Localizable.strings
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче