Changeset 5327
- Timestamp:
- 03/28/2014 05:11:25 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r5326 r5327 199 199 mainFile: 'bbpress.php', 200 200 potFilename: 'bbpress.pot', 201 processPot: function( pot ) { 202 pot.headers['report-msgid-bugs-to'] = 'https://bbpress.trac.wordpress.org'; 203 pot.headers['last-translator'] = 'JOHN JAMES JACOBY <jjj@bbpress.org>'; 204 pot.headers['language-team'] = 'ENGLISH <jjj@bbpress.org>'; 205 return pot; 206 }, 201 207 type: 'wp-plugin' 202 208 } -
trunk/package.json
r5326 r5327 17 17 "grunt-phpunit": "~0.3.3", 18 18 "grunt-jsvalidate": "~0.2.2", 19 "grunt-wp-i18n": "~0.4. 0",19 "grunt-wp-i18n": "~0.4.3", 20 20 "grunt-checktextdomain": "~0.1.1", 21 21 "grunt-patch-wordpress": "~0.2.1",
Note: See TracChangeset
for help on using the changeset viewer.