Opened 14 years ago
Closed 14 years ago
#18673 closed feature request (wontfix)
POT file generator
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | needs-patch |
Focuses: | Cc: |
Description
POT file for plugins can be downloaded using generator on plugin's admin page. This is a bit inconvenient, because I have to upload new plugin version first, then download .pot file, update Polish translation files and after this continue with plugin version release. I would like to have ability to generate .pot file from WP itself. I know about wordpress-i18n tools, but they are unix-only (they use system()
to call external gettext utilities).
Therefore I ask to integrate .pot file generation functionality into WP core, or (better) create plugin which will do this. Of course it should be platform-independent.
Change History (2)
Note: See
TracTickets for help on using
tickets.
On Windows, POT files can be created using Poedit:
http://codex.wordpress.org/User:Skippy/Creating_POT_Files