-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
I mean, i want to have Armenian and Georgian translations in my app, but neither of them are in Languages enumerator, so I think instead of adding these languages by yourself and make update, just create custom variable thing to add other languages via string just like Languages.custom("ka") for example and it will load correct language file because we have created it via xcode localization.
CallumNZ