mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
No need to display this message
This commit is contained in:
parent
16c43a67f7
commit
9670357f98
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ class Translator(object):
|
||||||
self.default_locale != self.locale
|
self.default_locale != self.locale
|
||||||
and key in self._translations.get(self.default_locale, {})
|
and key in self._translations.get(self.default_locale, {})
|
||||||
):
|
):
|
||||||
logger.info("untranslated key '%s' for locale '%s'", key, self.locale)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return self._translations[self.default_locale][key].format(
|
return self._translations[self.default_locale][key].format(
|
||||||
|
|
Loading…
Reference in a new issue