We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed step by step to create a demo project.
After fire checkForUpdate() in AppDelegate, the log says:
OneSkyOTAPlugin - translations are up-to-date.
However, after initial UIViewController was shown, an error log had said something like this:
OneSkyOTAPlugin - localized string not found for key: 6FW-09-jbE.text, locale: en, falling back to mainBundle
I checked the string identifier and the filename in OneSky, both of them are correct.
I also tried to do it programmatically, it worked perfectly:
someLabel.text = OneSkyOTAPlugin.localizedString(forKey: key, value: "Null", table: nil)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed step by step to create a demo project.
After fire checkForUpdate() in AppDelegate, the log says:
OneSkyOTAPlugin - translations are up-to-date.
However, after initial UIViewController was shown, an error log had said something like this:
OneSkyOTAPlugin - localized string not found for key: 6FW-09-jbE.text, locale: en, falling back to mainBundle
I checked the string identifier and the filename in OneSky, both of them are correct.
I also tried to do it programmatically, it worked perfectly:
someLabel.text = OneSkyOTAPlugin.localizedString(forKey: key, value: "Null", table: nil)
The text was updated successfully, but these errors were encountered: