diff options
author | Takayuki KUSANO <65759+tkusano@users.noreply.github.com> | 2024-06-26 23:41:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 15:41:14 +0100 |
commit | 83745c923fc0d660730f47c81159ce9b6942f616 (patch) | |
tree | 3f005004c52b37352d46811c8059e6290bac9c51 /src/locale/locales/fr/messages.po | |
parent | 8621ecd38a4b912f77602fb99e6d540f99727c9f (diff) | |
download | voidsky-83745c923fc0d660730f47c81159ce9b6942f616.tar.zst |
Fix footer messages in starter pack wizard (#4650)
* Fix footer messages in StarterPack wizard and updates ja messages * Updates to minimize diff * Revert "Updates to minimize diff" This reverts commit 4d1dfe131a5ffc31fc5e6162dbcc90e77e042734. * Revert "Fix footer messages in StarterPack wizard and updates ja messages" This reverts commit 9a90898abc66c281f44696347043ce5da5859d60. * Fix labels for plurals in starter packs * Update translations --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Diffstat (limited to 'src/locale/locales/fr/messages.po')
-rw-r--r-- | src/locale/locales/fr/messages.po | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index a4e6fab24..208128fc1 100644 --- a/src/locale/locales/fr/messages.po +++ b/src/locale/locales/fr/messages.po @@ -189,6 +189,10 @@ msgstr "<0>{0}</0> {1, plural, one {abonné·e} other {abonné·e·s}}" msgid "<0>{0}</0> {1, plural, one {following} other {following}}" msgstr "<0>{0}</0> {1, plural, one {abonnement} other {abonnements}}" +#: src/screens/StarterPack/Wizard/index.tsx:497 +msgid "<0>{0}</0> and<1> </1><2>{1} </2>are included in your starter pack" +msgstr "<0>{0}</0> et<1> </1><2>{1} </2>faites partie de votre pack de démarrage" + #: src/screens/StarterPack/Wizard/index.tsx:478 msgid "<0>{0}</0> is included in your starter pack" msgstr "<0>{0}</0> fait partie de votre kit de démarrage" |