Translation issue with global variables
Translation works with global variables, you just need to wait until the proper hook to call the translation functions. I haven’t looked at the code or documentation, but just by experimenting, the translations are loaded sometime before the after_setup_theme hook, but after the other hooks that fire before that. That means that if you try … Read more