From 41c2a7c926cf6c9f652186eba97dde5428d99879 Mon Sep 17 00:00:00 2001 From: Alexandre Pion Date: Thu, 28 Apr 2022 16:09:26 +0200 Subject: [PATCH 1/2] Rephrase IDN warning --- lib/Zonemaster/CLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Zonemaster/CLI.pm b/lib/Zonemaster/CLI.pm index 8f5028aa..9a0430f1 100755 --- a/lib/Zonemaster/CLI.pm +++ b/lib/Zonemaster/CLI.pm @@ -669,7 +669,7 @@ sub to_idn { return Zonemaster::LDNS::to_idn( decode( $self->encoding, $str ) ); } else { - say STDERR __( "Warning: Zonemaster::LDNS not compiled with libidn2, cannot handle non-ASCII names correctly." ); + say STDERR __( "Warning: Zonemaster::LDNS not compiled with IDN support, cannot handle non-ASCII names correctly." ); return $str; } } From 3a9c73ffee4e2c011bcf1e6f35c256cca6daf414 Mon Sep 17 00:00:00 2001 From: Alexandre Pion Date: Thu, 28 Apr 2022 16:11:11 +0200 Subject: [PATCH 2/2] Update French translation --- share/fr.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/fr.po b/share/fr.po index ee96deb9..d7b25679 100644 --- a/share/fr.po +++ b/share/fr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-12-07 17:54+0100\n" +"POT-Creation-Date: 2022-04-28 16:09+0200\n" "PO-Revision-Date: 2014-08-28\n" "Last-Translator: pion@afnic.fr\n" "Language-Team: Zonemaster Team\n" @@ -250,11 +250,11 @@ msgid "%8s\t%5d entries.\n" msgstr "%8s\t%5d entrées.\n" msgid "" -"Warning: Zonemaster::LDNS not compiled with libidn2, cannot handle non-ASCII " -"names correctly." +"Warning: Zonemaster::LDNS not compiled with IDN support, cannot handle non-" +"ASCII names correctly." msgstr "" -"Attention: Zonemaster::LDNS n'est pas compilé avec libidn2, impossible de " -"traiter correctement les noms non ASCII." +"Attention: Zonemaster::LDNS n'est pas compilé avec le support IDN, " +"impossible de traiter correctement les noms non ASCII." msgid "DEBUG" msgstr "DEBUG"