Hello
I've tryed to build iOS app with such tag: <supportedLanguages>en ru uk</supportedLanguages>, and got an error 105: "application.supportedLanguages contains an invalid value". The problem is in "uk" tag, which is representing ISO 639-1 code for Ukrainian language. In the official documentation I've founded this text: "Valid language values are ISO 639‑1 values for the languages supported by the AIR runtime: en, de, es, fr, it, ja, ko, pt, ru, cs, nl, pl, sv, tr, zh.". Is there any way to add unsupported localization tag into my build?
P.S. Sorry for my English.