Skip to content

Commit

Permalink
Translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Apr 17, 2015
1 parent e08925f commit 59c76b3
Show file tree
Hide file tree
Showing 76 changed files with 11,714 additions and 9,682 deletions.
37 changes: 0 additions & 37 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,35 +101,6 @@ module.exports = function( grunt ){
}
},

copy: {
deploy: {
src: [
'**',
'!Gruntfile.js',
'!package.json',
'!node_modules/**'
],
dest: 'deploy',
expand: true
},
},

clean: {
deploy: {
src: [ 'deploy' ]
},
},

wp_deploy: {
deploy: {
options: {
plugin_slug: 'wp-job-manager',
svn_user: 'mikejolley',
build_dir: 'deploy'
},
}
},

});

// Load NPM tasks to be used here
Expand All @@ -138,9 +109,6 @@ module.exports = function( grunt ){
grunt.loadNpmTasks( 'grunt-contrib-cssmin' );
grunt.loadNpmTasks( 'grunt-contrib-uglify' );
grunt.loadNpmTasks( 'grunt-contrib-watch' );
grunt.loadNpmTasks( 'grunt-contrib-copy' );
grunt.loadNpmTasks( 'grunt-contrib-clean' );
grunt.loadNpmTasks( 'grunt-wp-deploy' );

// Register tasks
grunt.registerTask( 'default', [
Expand All @@ -164,9 +132,4 @@ module.exports = function( grunt ){
'shell:generatemos'
]);

grunt.registerTask( 'deploy', [
'clean:deploy',
'copy:deploy'
]);

};
Binary file modified languages/wp-job-manager-af.mo
Binary file not shown.
Loading

0 comments on commit 59c76b3

Please sign in to comment.