adding a note about POEdit and the language files

related #38
This commit is contained in:
Tom McFarlin 2013-05-09 22:07:28 -04:00
parent 791920143e
commit d6d3b1aaa6
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ The WordPress Plugin Boilerplate serves as a foundation and aims to provide a cl
* Uses [PHPDoc](http://en.wikipedia.org/wiki/PHPDoc) conventions for easily following the code
* Liberal use of `TODO` to guide you through what you need to change
* Uses a strict file organization scheme to make sure the assets are easily maintainable
* Note that this boilerplate uses `plugin.po` to provide a translation file. This is compatible with [POEdit](http://www.poedit.net/)
## Contents