We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35bd14 commit d10df5dCopy full SHA for d10df5d
LTHPasscodeViewController/LTHPasscodeViewController.m
@@ -20,7 +20,7 @@
20
21
#ifndef LTHPasscodeViewControllerStrings
22
#define LTHPasscodeViewControllerStrings(key) [LTHLocalizedString(key) length] == 0 \
23
- ? NSLocalizedString(key, bundle: .module) \
+ ? [SWIFTPM_MODULE_BUNDLE localizedStringForKey:key value:@"" table:_localizationTableName] \
24
: LTHLocalizedString(key)
25
#endif
26
0 commit comments