i18n localization problem test
This commit is contained in:
SDE
2023-09-26 16:33:47 +03:00
parent 01c7b01c55
commit 1794911d27
2 changed files with 3 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ LOCALE_PATHS = (
)
gettext = lambda s: s
LANGUAGES = (
(u'ru', gettext(u'Russian')),