[PATCH 3 of 7] i18n: fr: fix duplicate message definition

Thomas De Schampheleire patrickdepinguin at gmail.com
Sun Mar 10 21:19:23 UTC 2019


# HG changeset patch
# User Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
# Date 1552250923 -3600
#      Sun Mar 10 21:48:43 2019 +0100
# Node ID 9326edf6bcf04b633231c7fdb6b34963b0f46c28
# Parent  cd3684d086d0594335d1ad2629262edaa6842807
i18n: fr: fix duplicate message definition

Weblate reports:

    msgmerge --no-wrap --backup=none --previous --update /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/fr/LC_MESSAGES/kallithea.po /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/kallithea.pot

    /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/fr/LC_MESSAGES/kallithea.po:6252: duplicate message definition...
    /home/www-data/weblate-hosted/vcs/kallithea/kallithea/kallithea/i18n/fr/LC_MESSAGES/kallithea.po:7: ...this is the location of the first definition
    msgmerge: found 1 fatal error


Problem introduced in commit f865477ae91970d1660b664cfc4705ba2ea41ae4.

diff --git a/kallithea/i18n/fr/LC_MESSAGES/kallithea.po b/kallithea/i18n/fr/LC_MESSAGES/kallithea.po
--- a/kallithea/i18n/fr/LC_MESSAGES/kallithea.po
+++ b/kallithea/i18n/fr/LC_MESSAGES/kallithea.po
@@ -6249,9 +6249,6 @@ msgstr "Comparer les tags"
 #~ msgid "No Files"
 #~ msgstr "Aucun fichier"
 
-#~ msgid ""
-#~ msgstr ""
-
 #~ msgid "Username \"%(username)s\" is forbidden"
 #~ msgstr "Le nom d’utilisateur « %(username)s » n’est pas autorisé"
 


More information about the kallithea-general mailing list