[ ] Update the en.po file via string extraction so it's automatic
[ ] Add the translation modules to each zip file (since they are tiny)
[ ] Use a relative import in the plugins to access the messages
Things that could be done differently:
Could use gettext everywhere but it's sort of a pain
Could separate per-plugin resources but then we need to setup a resource for each plugin (and adding resources in transifex is annoying because you need a .po file already)
So, I'll add one.
My idea is:
Things that could be done differently: