From 27cce5d50edb45bbde471d989d4283fbe453ce77 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Fri, 8 Dec 2023 07:13:50 +0100 Subject: [PATCH] Remove feature coverage comment from msgfmt script's docstring msgfmt handles plural forms since cb081b83. The comment was incorrectly applied in 637a33b -- original patch was from before the cb081b83 commit. --- Tools/i18n/msgfmt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/i18n/msgfmt.py b/Tools/i18n/msgfmt.py index 3f731e941eafe7..961916f10ef4c2 100755 --- a/Tools/i18n/msgfmt.py +++ b/Tools/i18n/msgfmt.py @@ -5,8 +5,7 @@ This program converts a textual Uniforum-style message catalog (.po file) into a binary GNU catalog (.mo file). This is essentially the same function as the -GNU msgfmt program, however, it is a simpler implementation. Currently it -does not handle plural forms but it does handle message contexts. +GNU msgfmt program, however, it is a simpler implementation. Usage: msgfmt.py [OPTIONS] filename.po