This repository was archived by the owner on Mar 26, 2021. It is now read-only.
This repository was archived by the owner on Mar 26, 2021. It is now read-only.
Make all strings translatable, generate translation files. #26
Open
Description
Probably not super urgent, but if we're going to support internationalization there's still a bit of work to do, specifically:
- add a text domain
- update all of the translatable strings to use that text domain
- add translation to the build process
see: https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/