Skip to content

Commit

Permalink
Update deliverfile for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
albullington committed May 4, 2021
1 parent 841cd64 commit 8b7e589
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class MainActivity extends ReactActivity {
* (this discards any Activity state persisted during the Activity restart process)
* https://github.com/software-mansion/react-native-screens#android
*/
*/
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(null);
Expand Down
88 changes: 44 additions & 44 deletions fastlane/Deliverfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,49 @@ languages(['en-US', 'ar-SA', 'ca', 'cs', 'da', 'de-DE',
])

# monthly challenge
release_notes({
'en-US' => "May 2021 monthly challenge",
'fi' => "May 2021 monthly challenge",
'ja' => "May 2021 monthly challenge",
'no' => "May 2021 monthly challenge",
'tr' => "May 2021 monthly challenge",
'zh-Hant' => "May 2021 monthly challenge",
'ar-SA' => "يوجد تحدٍّ شهري جديد متاح.",
'ca' => "Es proposa un nou repte mensual",
'cs' => "K dispozici je nová výzva měsíce",
'da' => "En ny månedlig udfordring er tilgængelig",
'de-DE' => "Eine neue monatliche Mission ist verfügbar",
'es-ES' => "Un nuevo desafío está disponible mensualmente",
'fr-FR' => "Un nouveau défi mensuel est disponible",
'he' => "קיים אתגר חודשי חדש",
'it' => "Una nuova sfida mensile è disponibile",
'nl-NL' => "Elke maand is er een nieuwe uitdaging beschikbaar",
'pt-BR' => "Está disponível um novo desafio mensal",
'ro' => "Este disponibilă o nouă provocare lunară",
'ru' => "Доступно новое ежемесячное испытание",
'sv' => "Det finns en ny månadsutmaning"
})
# release_notes({
# 'en-US' => "May 2021 monthly challenge",
# 'fi' => "May 2021 monthly challenge",
# 'ja' => "May 2021 monthly challenge",
# 'no' => "May 2021 monthly challenge",
# 'tr' => "May 2021 monthly challenge",
# 'zh-Hant' => "May 2021 monthly challenge",
# 'ar-SA' => "يوجد تحدٍّ شهري جديد متاح.",
# 'ca' => "Es proposa un nou repte mensual",
# 'cs' => "K dispozici je nová výzva měsíce",
# 'da' => "En ny månedlig udfordring er tilgængelig",
# 'de-DE' => "Eine neue monatliche Mission ist verfügbar",
# 'es-ES' => "Un nuevo desafío está disponible mensualmente",
# 'fr-FR' => "Un nouveau défi mensuel est disponible",
# 'he' => "קיים אתגר חודשי חדש",
# 'it' => "Una nuova sfida mensile è disponibile",
# 'nl-NL' => "Elke maand is er een nieuwe uitdaging beschikbaar",
# 'pt-BR' => "Está disponível um novo desafio mensal",
# 'ro' => "Este disponibilă o nouă provocare lunară",
# 'ru' => "Доступно новое ежемесячное испытание",
# 'sv' => "Det finns en ny månadsutmaning"
# })

# bug fix
# release_notes({
# 'en-US' => "Bug fixes",
# 'fi' => "Bug fixes",
# 'ja' => "Bug fixes",
# 'no' => "Bug fixes",
# 'tr' => "Bug fixes",
# 'zh-Hant' => "Bug fixes",
# 'ar-SA' => "إصلاح الأخطاء",
# 'ca' => "Errades corregides",
# 'cs' => "Opravy chyb",
# 'da' => "Fejlrettelser",
# 'de-DE' => "Fehlerbehebungen",
# 'es-ES' => "Correcciones de errores",
# 'fr-FR' => "Réglage de bugs",
# 'he' => "תיקוני תקלות",
# 'it' => "Correzioni di bug",
# 'nl-NL' => "Softwarereparaties",
# 'pt-BR' => "Correções de erros",
# 'ro' => "Corecții de erori",
# 'ru' => "Исправления ошибок",
# 'sv' => "Buggfixar"
# })
release_notes({
'en-US' => "Bug fixes",
'fi' => "Bug fixes",
'ja' => "Bug fixes",
'no' => "Bug fixes",
'tr' => "Bug fixes",
'zh-Hant' => "Bug fixes",
'ar-SA' => "إصلاح الأخطاء",
'ca' => "Errades corregides",
'cs' => "Opravy chyb",
'da' => "Fejlrettelser",
'de-DE' => "Fehlerbehebungen",
'es-ES' => "Correcciones de errores",
'fr-FR' => "Réglage de bugs",
'he' => "תיקוני תקלות",
'it' => "Correzioni di bug",
'nl-NL' => "Softwarereparaties",
'pt-BR' => "Correções de erros",
'ro' => "Corecții de erori",
'ru' => "Исправления ошибок",
'sv' => "Buggfixar"
})

0 comments on commit 8b7e589

Please sign in to comment.