Sha256: 4119b08f6d7118acedf8f785e903c753140fc85bc5a945470b591fcab189cb1b
Contents?: true
Size: 792 Bytes
Versions: 789
Compression:
Stored size: 792 Bytes
Contents
module FastlaneCore module Languages # These are all the languages which are available to use to upload app metadata and screenshots # The old format which was used until August 2015 (good old times) ALL_LANGUAGES_LEGACY = ["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"] # The new format used from September 2015 on ALL_LANGUAGES = ["da", "de-DE", "el", "en-AU", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi", "fr-CA", "fr-FR", "id", "it", "ja", "ko", "ms", "nl-NL", "no", "pt-BR", "pt-PT", "ru", "sv", "th", "tr", "vi", "zh-Hans", "zh-Hant"] end end
Version data entries
789 entries across 789 versions & 2 rubygems