diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-05 21:28:54 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-05 21:28:54 +0000 |
commit | f22703df595c7641249050e1a902c2718e82e834 (patch) | |
tree | f00559f8caef70c640a16d620cc69b3c53eb2424 | |
parent | 4715b76dbedf01192d3ccb1ee0b8038b1cbeacb0 (diff) |
Fix a translation string and enable translations on CI.
-rw-r--r-- | .github/workflows/ci-linux.yml | 1 | ||||
-rw-r--r-- | language/anope.fr_FR.po | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index ba196936d..a68d75ab5 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -16,6 +16,7 @@ jobs: sudo apt-get install --assume-yes --no-install-recommends \ clang \ g++ \ + gettext \ git \ libgnutls28-dev \ libldap2-dev \ diff --git a/language/anope.fr_FR.po b/language/anope.fr_FR.po index 3b79291b3..4e89b5306 100644 --- a/language/anope.fr_FR.po +++ b/language/anope.fr_FR.po @@ -5439,8 +5439,8 @@ msgid "" "cannot contain the space or tab characters.\n" msgstr "" "Merci de réessayer avec un mot de passe plus difficile à deviner. Les mots de passe\n" -"ne pas être facilement devinables (comme votre nom ou votre pseudo) et ne peuvent " -"pas contenir d'espace ou de tabulation." +"ne pas être facilement devinables (comme votre nom ou votre pseudo) et ne peuvent\n" +"pas contenir d'espace ou de tabulation.\n" msgid "Please use a valid server name when juping." msgstr "Veuillez indiquer un nom de serveur valide pour JUPE." |