diff --git a/LeCountdown/Views/PresetsView.swift b/LeCountdown/Views/PresetsView.swift index 3701c61..cdbf3e5 100644 --- a/LeCountdown/Views/PresetsView.swift +++ b/LeCountdown/Views/PresetsView.swift @@ -52,7 +52,7 @@ struct PresetsView: View { Button { self.isShowingNewCountdown = true } label: { - Text("Create countdown".uppercased()) + Text(NSLocalizedString("Create countdown", comment: "").uppercased()) .frame(maxWidth: .infinity) .frame(height: 40.0) }.monospaced().buttonStyle(.bordered) diff --git a/LeCountdown/fr.lproj/Localizable.strings b/LeCountdown/fr.lproj/Localizable.strings index b99200c..578b10e 100644 --- a/LeCountdown/fr.lproj/Localizable.strings +++ b/LeCountdown/fr.lproj/Localizable.strings @@ -92,7 +92,7 @@ "Hard boiled eggs" = "Oeufs dur"; /* No comment provided by engineer. */ -"Home" = "Home"; +"Home" = "Accueil"; /* No comment provided by engineer. */ "It's time!" = "C'est l'heure !"; @@ -249,3 +249,7 @@ "In-app purchase disabled" = "Les achats in-app sont désactivés. Veuillez les activer si vous souhaitez vous abonner"; "You'll find your timers here. Start by creating them on the left screen" = "Vous retrouverez vos minuteurs ici.\nCommencez par en créer dans l'écran de gauche"; "Settings" = "Réglages"; +"Pasta" = "Pasta"; +"Rice" = "Riz"; +"Play confirmation sound" = "Jouer son de confirmation"; +"Contact us" = "Contactez-nous";