From de0b3889ea74c002dbe7ff702c908eb5b3e6778c Mon Sep 17 00:00:00 2001 From: Leonhaeuser Date: Wed, 23 Jun 2021 10:26:29 +0200 Subject: [PATCH] German relation calculator fixed issue if more then 24 generations between the two person --- gramps/plugins/rel/rel_de.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps/plugins/rel/rel_de.py b/gramps/plugins/rel/rel_de.py index fa4f403ac..af2b84338 100644 --- a/gramps/plugins/rel/rel_de.py +++ b/gramps/plugins/rel/rel_de.py @@ -5,6 +5,7 @@ # Copyright (C) 2003-2005 Donald N. Allingham # Copyright (C) 2008 Stefan Siegel # Copyright (C) 2008 Brian G. Matherly +# Copyright (C) 2021 Mirko Leonhaeuser # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -156,7 +157,7 @@ class RelationshipCalculator(gramps.gen.relationship.RelationshipCalculator): if removed < len(_removed): return _removed[removed] else: - return '(%s)' % self._make_roman(removed-2) + return '(%s) Urgroß' % self._make_roman(removed-1) def _degree_text(self, degree, removed): if removed == 0: