Skip to content
Snippets Groups Projects
user avatar
Wei-Hsiang (Matt) Wang authored
fix(doc-tools): use sphinx.locale._ as gettext() for backward-compatibility in pyspecific.py

[why] spinix 5.3 changed locale.translators from a defaultdict(gettext.NullTranslations) to a dict, which leads to failure of pyspecific.py. Use sphinx.locale._ as gettext to fix the issue.
d26ee8a0
History
Name Last commit Last update