Closed shayanbo closed 8 years ago
Sure, take a look at https://github.com/fastlane/deliver/blob/master/README.md#default-values
Default language in deliver
is primary language in iTunes Connect
? sorry, I do not think so.
In my view, default language is default value for other language (including primary language in iTC)
for example:
default
keywords.txt
marketing_url.txt
name.txt
privacy_url.txt
support_url.txt
release_notes.txt
en-US
description.txt
de-DE
description.txt
el
description.txt
it
description.txt
maybe en-US is primary language
in iTC
, default is only a convient approach to set value for each, it's not a language.
I don't believe you can set the primary language, but you can use the following language codes https://github.com/fastlane/deliver/blob/master/README.md#available-language-codes to localize other metadata (for the full list, run deliver help
).
Thanks @vpolouchkine , so the conclusion is that I can not set one language to primary language in ITC using deliver ? I should login the iTC , set primary language, and add some localized languages, then set values for them locally using deliver?
That should work.
This issue was migrated to https://github.com/fastlane/fastlane/issues/1509. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
Could
deliver
setprimary language
or addlocalized languages
? sorry, I can't get it from README and Deliverfile.md