Sha256: 464549ecf03a7989432f3d081ae8493557c3843310225db9458ad349dee208f1
Contents?: true
Size: 427 Bytes
Versions: 18
Compression:
Stored size: 427 Bytes
Contents
module FastlaneCore module Languages # These are all the languages which are available to use to upload app metadata and screenshots ALL_LANGUAGES = ["da-DK", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi-FI", "fr-CA", "fr-FR", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "no-NO", "pt-BR", "pt-PT", "ru-RU", "sv-SE", "th-TH", "tr-TR", "vi-VI", "cmn-Hans", "cmn-Hant"] end end
Version data entries
18 entries across 18 versions & 1 rubygems