From 748da04b76db077d30da96abeefcae7898043f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 18 Dec 2011 09:23:10 +0000 Subject: [PATCH] 3954: Language list for rel_de not complete (contribution by Reinhard) svn: r18623 --- src/plugins/rel/relplugins.gpr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/rel/relplugins.gpr.py b/src/plugins/rel/relplugins.gpr.py index a6ab27bf2..af5489d5a 100644 --- a/src/plugins/rel/relplugins.gpr.py +++ b/src/plugins/rel/relplugins.gpr.py @@ -81,8 +81,8 @@ plg.ptype = RELCALC plg.relcalcclass = 'RelationshipCalculator' plg.lang_list = ["de", "DE", "de_DE", "deutsch", "Deutsch", "de_DE.UTF8", "de_DE@euro", "de_DE.UTF8@euro", "de_AT.UTF-8", "de_AT.utf-8", - "german","German", "de_DE.UTF-8", "de_DE.utf-8", "de_DE.utf8", - "de_CH.UTF-8", "de_CH.utf-8"] + "de_AT.utf8", "german","German", "de_DE.UTF-8", "de_DE.utf-8", + "de_DE.utf8", "de_CH.UTF-8", "de_CH.utf-8", "de_CH.utf8"] # es plg = newplugin()