# HG changeset patch
# User Thomas De Schampheleire <[email protected]>
# 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é"
 
_______________________________________________
kallithea-general mailing list
[email protected]
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to