admin管理员组文章数量:1336331
When uploading an app to app store connect using Fastlane I have defined function like this:
upload_to_app_store(
skip_screenshots: true,
force: true,
run_precheck_before_submit: false,
ipa: options[:ipa_path],
release_notes: {
'pl-PL' => 'Naprawa drobnych błędów i poprawa działania aplikacji.',
'uk-UK' => 'Ремонт незначних помилок та покращення операції застосування.'
}
)
But console prints the following error:
An attribute value is invalid. - The language specified is not listed for localization - /data/attributes/locale
Where is the list of available languages for localizations here?
When uploading an app to app store connect using Fastlane I have defined function like this:
upload_to_app_store(
skip_screenshots: true,
force: true,
run_precheck_before_submit: false,
ipa: options[:ipa_path],
release_notes: {
'pl-PL' => 'Naprawa drobnych błędów i poprawa działania aplikacji.',
'uk-UK' => 'Ремонт незначних помилок та покращення операції застосування.'
}
)
But console prints the following error:
An attribute value is invalid. - The language specified is not listed for localization - /data/attributes/locale
Where is the list of available languages for localizations here?
Share Improve this question edited Nov 20, 2024 at 19:52 Bartłomiej Semańczyk asked Nov 20, 2024 at 19:45 Bartłomiej SemańczykBartłomiej Semańczyk 61.9k52 gold badges248 silver badges400 bronze badges Recognized by Mobile Development Collective1 Answer
Reset to default 0I have found an answer here:
https://docs.fastlane.tools/actions/upload_to_app_store/
Available language codes
ar-SA, ca, cs, da, de-DE, el, en-AU, en-CA, en-GB, en-US, es-ES, es-MX, fi, fr-CA, fr-FR, he, hi, hr, hu, id, it, ja, ko, ms, nl-NL, no, pl, pt-BR, pt-PT, ro, ru, sk, sv, th, tr, uk, vi, zh-Hans, zh-Hant
本文标签:
版权声明:本文标题:ios - Fastlane release_notes: An attribute value is invalid. - The language specified is not listed for localization - Stack Ove 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742333712a2455203.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论