<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Oct 5, 2014 at 1:35 PM, Liane Blanco <span dir="ltr"><<a href="mailto:lianeblanco@gmail.com" target="_blank">lianeblanco@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">It's not a theme that I am reviewing, it's a theme that I uploaded myself that is in the queue. I probably should have addressed the question elsewhere but it would be nice to not waste time including it in future themes, if what I'm doing is a waste of time.<div><br></div><div>For example, in the .pot file for Silver, Blue & Gold I have:</div><div><br></div><div><div>#. readme.txt:17</div><div>msgid "Features:</div><div>msgstr ""</div><div></div></div></div></blockquote></div><br></div><div class="gmail_extra">Yes, that is odd, to say the least. :) How are you creating these POT files?<div><br></div><div>The proper way to create a POT is as follows:</div><div><br></div><div>1. Get a copy of the develop repository somewhere. Just checkout the trunk copy.</div><div><br></div><div>svn co <a href="http://develop.svn.wordpress.org/trunk/">http://develop.svn.wordpress.org/trunk/</a> develop-wp</div><div><br></div><div>2. If you're on Windows, install the gettext package from gnu:</div><div><br></div><div><a href="http://gnuwin32.sourceforge.net/packages/gettext.htm">http://gnuwin32.sourceforge.net/packages/gettext.htm</a><br></div><div><br></div><div>2b. After installing said package, make sure to add the directory of these files to your path. The directory will likely be C:\Program Files (x86)\GnuWin32\bin , and you can adjust your path in Windows 8 by going to the System Control Panel, clicking the "Advanced System Settings" link, then clicking the Environment Variables link. Just add that directory to the PATH setting so that the gettext executables are accessible. You only really need the msguniq one anyway.</div><div><br></div><div>2c. If you're on Linux, use your package manager to install the standard "gettext" package.</div><div><br></div><div>2d. If you're on Mac, then you're on your own buddy. I don't have the first clue how Mac stuff works. You need the gettext package, specifically just to make the "msguniq" command work.</div><div><br></div><div>3. Open a command prompt in the develop-wp directory you got earlier.</div><div>3b. cd tools\i18n</div><div>3c. php makepot.php wp-theme c:\path\to\your\theme\directory themeslug.pot</div><div><br></div><div>The makepot.php code will generate the POT file for you based on your theme, automatically. Script this process, if you like, but note that you do need the entire WordPress develop trunk checkout, not just the PHP file. It makes calls back into the WordPress source itself to do some of the theme parsing and such.</div><div><br></div><div class="gmail_extra">-Otto</div><div class="gmail_extra"><br></div></div></div>