Skip to content

Commit

Permalink
1.2.4 - Added French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeil committed Aug 21, 2015
1 parent b7e8190 commit cac9a13
Show file tree
Hide file tree
Showing 7 changed files with 2,334 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = function(grunt) {
]
},
options: {
//proxy: "local.demos.upthemes.com",
// proxy: "local.wordpress.dev",
watchTask: true
}
}
Expand Down Expand Up @@ -134,8 +134,8 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-autoprefixer');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-pot');
grunt.registerTask('default',['browserSync', 'watch']);
grunt.registerTask('default',['watch']);
grunt.registerTask('lint',['jshint']);
grunt.registerTask('translate',['pot']);

};
};
2 changes: 1 addition & 1 deletion assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://upthemes.com/themes/uplifted/
Description: Uplifted Theme is a theme for churches and ministries.
Author: UpThemes
Author URI: https://upthemes.com/
Version: 1.2.3
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, responsive-layout, fluid-layout
Expand Down
Binary file added languages/fr_FR.mo
Binary file not shown.
Loading

0 comments on commit cac9a13

Please sign in to comment.