You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking a look at get_translations() method, it looks like it will never return None. However, all of the gettext wrapper methods (gettext, ngettext, pgettext, npgettext) seem to first check if t is None where t is the result of get_translations().
The text was updated successfully, but these errors were encountered:
Taking a look at get_translations() method, it looks like it will never return None. However, all of the gettext wrapper methods (gettext, ngettext, pgettext, npgettext) seem to first check
if t is None
where t is the result of get_translations().The text was updated successfully, but these errors were encountered: