From 9dfa16a2b307b548762f1dd171481f518098fca1 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 4 Jun 2021 22:05:28 +0100 Subject: [PATCH] Use msgctxt in Lexeme docstring --- gramps/gen/utils/grampslocale.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index 73a34a4fd..77c430894 100644 --- a/gramps/gen/utils/grampslocale.py +++ b/gramps/gen/utils/grampslocale.py @@ -1038,10 +1038,12 @@ class Lexeme(str): Translation database (Russian example):: - msgid "lexeme||December" + msgctxt "localized lexeme inflections" + msgid "|December" msgstr "NOMINATIVE=декабрь|GENITIVE=декабря|ABLATIVE=декабрём|LOCATIVE=декабре" - msgid "lexeme||Christmas" + msgctxt "lexeme" + msgid "|Christmas" msgstr "NOMINATIVE=рождество|GENITIVE=рождества|ABLATIVE=рождеством" msgid "{holiday} is celebrated in {month}"