Skip to:
Content

BuddyPress.org

Changeset 8468


Ignore:
Timestamp:
06/01/2014 03:42:07 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Translation Updates:

  • Remove bp-languages directory and buddypress.pot from src directory.
  • Move buddypress.pot into root of build directory.
  • Update Gruntfile.js to only run makepot task when building a new release.
  • We'll need to update GlotPress to point to the plugins.svn.wordpress.org repository later.

Props netweb. See #5621.

Location:
trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r8466 r8468  
    128128            target: {
    129129                options: {
    130                     cwd: SOURCE_DIR,
     130                    cwd: BUILD_DIR,
    131131                    domainPath: '.',
    132132                    mainFile: 'bp-loader.php',
    133                     potFilename: 'bp-languages/buddypress.pot',
     133                    potFilename: 'buddypress.pot',
    134134                    processPot: function( pot ) {
    135135                        pot.headers['report-msgid-bugs-to'] = 'https://buddypress.trac.wordpress.org';
     
    268268
    269269    grunt.registerTask( 'build',         ['jshint', 'cssjanus:core'] );
    270     grunt.registerTask( 'build-commit',  ['build', 'checktextdomain', 'makepot', 'imagemin'] );
     270    grunt.registerTask( 'build-commit',  ['build', 'checktextdomain', 'imagemin'] );
    271271    grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'exec:bbpress', /*'exec:bpdefault',*/ 'test'] );
    272272
Note: See TracChangeset for help on using the changeset viewer.