From 07cec1b11648e32bf646d8a4e269181d90c93396 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Fri, 27 Jan 2023 20:20:50 +0100 Subject: [PATCH] Add to french localization --- .../Plurals/fr.lproj/Localizable.stringsdict | 20 +++++++++++++++++-- .../Localization/fr.lproj/Localizable.strings | 4 ++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict index c9bc21f2..243cb5dc 100644 --- a/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict +++ b/IceCubesApp/Resources/Localization/Plurals/fr.lproj/Localizable.stringsdict @@ -13,9 +13,25 @@ NSStringFormatValueTypeKey lld one - %lld new post + %lld nouveau post other - %lld new posts + %lld nouveaux postes + + + notifications-others-count %lld + + NSStringLocalizedFormatKey + %#@noficationsOthersCount@ + noficationsOthersCount + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + lld + one + et %lld autre + other + et %lld autres diff --git a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings index fd7167ea..41b9e4bb 100644 --- a/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/fr.lproj/Localizable.strings @@ -258,8 +258,8 @@ "notifications.empty.title" = "Aucune notification"; "notifications.error.message" = "Une erreur s'est produite lors du chargement de vos notifications, veuillez réessayer."; "notifications.error.title" = "Une erreur s'est produite"; -"notifications.label.favorite" = "favoris"; -"notifications.label.follow" = "vous a suivi"; +"notifications.label.favorite" = "aime"; +"notifications.label.follow" = "vous suive"; "notifications.label.follow-request" = "a demandé à vous suivre"; "notifications.label.mention" = "vous a mentionné"; "notifications.label.poll" = "sondage terminé";