hypothesis / wp-hypothesis

Hypothesis WordPress plugin
https://wordpress.org/plugins/hypothesis/
Other
29 stars 14 forks source link

Localize strings #21

Closed greatislander closed 7 years ago

greatislander commented 7 years ago

This pull request wraps all UI strings in localization functions, adds the Grunt i18n task (which generates/updates a .pot file for localization). To update the .pot file (found in /languages/hypothesis.pot), run the following from within the plugin directory:

npm install && grunt i18n
judell commented 7 years ago

Thanks much, @greatislander!

Note to self for the README, also required is:

npm install grunt-wp-i18n