diff --git a/authentic/identities.py b/authentic/identities.py index 7bc8e4e..fa1b4bc 100644 --- a/authentic/identities.py +++ b/authentic/identities.py @@ -217,6 +217,8 @@ class Field: value = keywords.pop('value', None) if identity: value = getattr(identity, self.key, value) + if 'hint' in keywords: + keywords['hint'] = _(keywords['hint']) if 'options' in keywords: # translate caption new_options = []