The [tutorial](
https://manual.calibre-ebook.com/cre...to-your-plugin) advises developer add `load_translations` this function. However, my linter always complains that this and `_` are undefined names. Maybe I can import it explicitly to solve this issue?