From 2a90233961e1eb75439494af1cd03ce8dae93c2c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 8 May 2024 01:38:40 +0200 Subject: [PATCH] i18n: accept U+202F as an okay char --- locales/fr.json | 2 +- maintenance/autofix_locale_format.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/fr.json b/locales/fr.json index 8cd70af81..0599c5319 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -782,4 +782,4 @@ "dyndns_too_many_requests": "Le service dyndns de YunoHost a reçu trop de requêtes/demandes de votre part, attendez environ 1 heure avant de réessayer.", "ask_dyndns_recovery_password_explain_unavailable": "Ce domaine DynDNS est déjà enregistré. Si vous êtes la personne qui a enregistré ce domaine lors de sa création, vous pouvez entrer le mot de passe de récupération pour récupérer ce domaine.", "global_settings_setting_ssh_port_help": "Il est préférable d'utiliser un port inférieur à 1024 pour éviter les tentatives d'usurpation par des services non administrateurs sur la machine distante. Vous devez également éviter d'utiliser un port déjà utilisé tel que le 80 ou le 443." -} +} \ No newline at end of file diff --git a/maintenance/autofix_locale_format.py b/maintenance/autofix_locale_format.py index 445287a34..1e444eb11 100644 --- a/maintenance/autofix_locale_format.py +++ b/maintenance/autofix_locale_format.py @@ -109,8 +109,8 @@ def autofix_orthotypography_and_standardized_words(): "\u2008", "\u2009", "\u200A", - "\u202f", - "\u202F", + #"\u202f", + #"\u202F", "\u3000", ]