A few days ago, we realized translations in the Blueprint files weren’t being applied.
I’ve spent some time trying to debug this, but I’m unsure what the problem could be. The strings are marked as translatable, the POTFILES file has been updated, and the po files have been getting updated. But, they’re still not appearing in the UI.
I’m having a hard time thinking of something that would work for XML files but break for Blueprint…
I checked how translations are loaded in curtail.in, and the only difference in my setup is that I run both locale.bindtextdomain and locale.textdomain.