Skip to content

Commit

Permalink
How to rebuild the translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Mar 17, 2015
1 parent f34a199 commit 7bc9841
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/developers/fordevelopers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ A few brief technical notes that might be helpful as you get started:

- The rest of the theme files and the folder structure should be familiar to most WordPress developers, but if you have any questions, feel free to `get in touch<mailto:[email protected]>`_.

- To rebuild the translation files, run the following commands: ::

workon largo
grunt pot
msgmerge -o lang/es_ES.po.merged lang/es_ES.po lang/largo.pot
grunt po2mo


Function Reference
------------------
Expand Down

0 comments on commit 7bc9841

Please sign in to comment.