From 376f2b00100c4c3ff878145f044dd6eaee900a2e Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 21 Dec 2016 15:37:12 -0800 Subject: [PATCH] enable a simple test for translated datestrings --- gramps/gen/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gramps/gen/config.py b/gramps/gen/config.py index 560c27e52..198717968 100644 --- a/gramps/gen/config.py +++ b/gramps/gen/config.py @@ -300,6 +300,9 @@ register('researcher.researcher-state', '') register('plugin.hiddenplugins', []) register('plugin.addonplugins', []) +if __debug__: # enable a simple CLI test to see if the datestrings exist + register('test.january', _("localized lexeme inflections||January")) + #--------------------------------------------------------------- # # Upgrade Conversions go here.