From d6d3b1aaa6659a2ed33e4cb94e25439d3fb0a402 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Thu, 9 May 2013 22:07:28 -0400 Subject: [PATCH] adding a note about POEdit and the language files related #38 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da22d23..552c44a 100644 --- a/README.md +++ b/README.md @@ -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