Skip to content

Commit

Permalink
Add release note translations for portuguese, swedish, and danish
Browse files Browse the repository at this point in the history
  • Loading branch information
albullington committed Mar 4, 2021
1 parent ae404d5 commit 00a0fec
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ android {
applicationId "org.inaturalist.seek"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 169
versionCode 170
versionName "2.11.4"
// for creating ic_seek_adaptiveappicon.xml
vectorDrawables.useSupportLibrary = true
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' => "March 2021 monthly challenge",
'cs' => "K dispozici je nová výzva měsíce",
'da' => "March 2021 monthly challenge",
'nl-NL' => "Elke maand is er een nieuwe uitdaging beschikbaar",
'fi' => "March 2021 monthly challenge",
'fr-FR' => "Un nouveau défi mensuel est disponible",
'de-DE' => "Eine neue monatliche Mission ist verfügbar",
'zh-Hant' => "March 2021 monthly challenge",
'it' => "Una nuova sfida mensile è disponibile",
'ja' => "March 2021 monthly challenge",
'no' => "March 2021 monthly challenge",
'pt-BR' => "March 2021 monthly challenge",
'ro' => "Este disponibilă o nouă provocare lunară",
'he' => "קיים אתגר חודשי חדש",
'es-ES' => "Un nuevo desafío está disponible mensualmente",
'sv' => "March 2021 monthly challenge",
'tr' => "March 2021 monthly challenge",
'ca' => "Es proposa un nou repte mensual",
'ru' => "Доступно новое ежемесячное испытание",
'ar-SA' => "يوجد تحدٍّ شهري جديد متاح."
})
# release_notes({
# 'en-US' => "March 2021 monthly challenge",
# 'fi' => "March 2021 monthly challenge",
# 'ja' => "March 2021 monthly challenge",
# 'no' => "March 2021 monthly challenge",
# 'tr' => "March 2021 monthly challenge",
# 'zh-Hant' => "March 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",
# 'ar-SA' => "إصلاح الأخطاء",
# 'zh-Hant' => "Bug fixes",
# 'nl-NL' => "Softwarereparaties",
# 'fi' => "Bug fixes",
# 'fr-FR' => "Réglage de bugs",
# 'cs' => "Opravy chyb",
# 'he' => "תיקוני תקלות",
# 'it' => "Correzioni di bug",
# 'ja' => "Bug fixes",
# 'no' => "Bug fixes",
# 'de-DE' => "Fehlerbehebungen",
# 'ru' => "Исправления ошибок",
# 'ro' => "Corecții de erori",
# 'es-ES' => "Correcciones de errores",
# 'pt-BR' => "Bug fixes",
# 'tr' => "Bug fixes",
# 'da' => "Bug fixes",
# 'ca' => "Errades corregides",
# 'sv' => "Bug fixes"
# })
release_notes({
'en-US' => "Bug fixes and translation updates",
'fi' => "Bug fixes and translation updates",
'ja' => "Bug fixes and translation updates",
'no' => "Bug fixes and translation updates",
'tr' => "Bug fixes and translation updates",
'zh-Hant' => "Bug fixes and translation updates",
'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"
})
2 changes: 1 addition & 1 deletion ios/Seek/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>169</string>
<string>170</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 00a0fec

Please sign in to comment.