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
When using the REPL from a different language than "en", the output of a call to help() for a given object is not localized. It threw me off for a moment while testing other localizations I'd contributed.
I checked weblate to make sure that the string wasn't overlooked or left blank in the target language, and it isn't. The text doesn't appear in weblate at all.
I then checked the CircuitPython codebase, and noticed that the static text for the output isn't wrapped in a call to translate() in /py/builtinhelp.c (see lines 155-157).