Module: FastlaneCore::Languages

Defined in:
fastlane_core/lib/fastlane_core/languages.rb

Constant Summary collapse

ALL_LANGUAGES_LEGACY =

The old format which was used until August 2015 (good old times)

["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"]
ALL_LANGUAGES =

The new format used from September 2015 on This was generated from ‘Spaceship::Tunes.client.available_languages.sort` Updates should also be made to:

  • produce/lib/produce/available_default_languages.rb

  • spaceship/lib/assets/languageMapping.json

See pull request for example: github.com/fastlane/fastlane/pull/14110

["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"]