You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project we have English as base language. We also have a localisation for Australian English (en-AU) and a few other languages.
If the system locale is set to e.g. en-SV, the OneSkyOTAPlugin uses the en-AU language file.
We would like OneSkyOTAPlugin to work exactly like NSLocalizedString:
The en-AU localisation should be used if the user has English language and Australian region configured. The base language should be used in all other cases when language is set to English.
I've tested with version 0.10.2 of the plugin and still get this issue.
Thanks,
Marcel
The text was updated successfully, but these errors were encountered:
In our project we have English as base language. We also have a localisation for Australian English (en-AU) and a few other languages.
If the system locale is set to e.g. en-SV, the OneSkyOTAPlugin uses the en-AU language file.
We would like OneSkyOTAPlugin to work exactly like NSLocalizedString:
The en-AU localisation should be used if the user has English language and Australian region configured. The base language should be used in all other cases when language is set to English.
I've tested with version 0.10.2 of the plugin and still get this issue.
Thanks,
Marcel
The text was updated successfully, but these errors were encountered: