Complete missed translations.

This commit is contained in:
Saleem Edah-Tally
2023-11-18 22:59:17 +01:00
parent 45c5877d22
commit 54da5b77aa
2 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-18 21:33+0100\n"
"PO-Revision-Date: 2023-11-18 21:36+0100\n"
"PO-Revision-Date: 2023-11-18 22:55+0100\n"
"Last-Translator: Saleem EDAH-TALLY <set@nmset.info>\n"
"Language-Team: French <>\n"
"Language: fr_FR\n"
@@ -814,5 +814,6 @@ msgstr ""
#: ../../main.cpp:485
msgid "Category: "
msgstr ""
msgstr "Catégorie: "

View File

@@ -623,8 +623,8 @@ int main(int argc, char ** argv)
boundClass[UTF8PROC_BOUNDCLASS_EXTENDED_PICTOGRAPHIC] = _("Extended_Pictographic");
boundClass[UTF8PROC_BOUNDCLASS_E_ZWG] = _("UTF8PROC_BOUNDCLASS_EXTENDED_PICTOGRAPHIC + ZWJ");
const char * modeInfo = "A mode of operation is required: unaccent, normalize, representation, properties, about."
"\nPass '--help' for more information in each mode.";
const char * modeInfo = _("A mode of operation is required: unaccent, normalize, representation, properties, about."
"\nPass '--help' for more information in each mode.");
const int sargc = argc - 1;
if (sargc == 0)
{