Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IDN support warning message #255

Merged
2 commits merged into from May 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down
10 changes: 5 additions & 5 deletions share/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n"
"Language-Team: Zonemaster Team\n"
Expand Down Expand Up @@ -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"
Expand Down