fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Primary Language #613

Closed shayanbo closed 8 years ago

shayanbo commented 8 years ago

Could deliver set primary language or add localized languages ? sorry, I can't get it from README and Deliverfile.md

vpolouchkine commented 8 years ago

Sure, take a look at https://github.com/fastlane/deliver/blob/master/README.md#default-values

shayanbo commented 8 years ago

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.

vpolouchkine commented 8 years ago

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).

shayanbo commented 8 years ago

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?

vpolouchkine commented 8 years ago

That should work.

fastlane-bot commented 8 years ago

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: