diff --git a/ChangeLog b/ChangeLog index 87c357086..ca02b7215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2003-09-25 Alex Roitman * src/plugins/DetAncestralReport.py: Fix translatable string. + * src/plugins/rel_ru.py: Add more possible language codes. 2003-09-24 Don Allingham * src/plugins/WriteFTree.py: increment the count properly diff --git a/src/plugins/rel_ru.py b/src/plugins/rel_ru.py index 89a11dda1..6481a2560 100644 --- a/src/plugins/rel_ru.py +++ b/src/plugins/rel_ru.py @@ -293,4 +293,4 @@ def get_relationship(orig_person,other_person): from Plugins import register_relcalc register_relcalc(get_relationship, - ["ru","RU","ru_RU","koi8r","ru_koi8r","russian","Russian","ru_RU.koi8r"]) + ["ru","RU","ru_RU","koi8r","ru_koi8r","russian","Russian","ru_RU.koi8r","ru_RU.KOI8-R","ru_RU.utf8"])