We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7469ef commit fdd0a95Copy full SHA for fdd0a95
1 file changed
Gruntfile.js
@@ -43,6 +43,7 @@ module.exports = function (grunt) {
43
files: {
44
'po/template.pot': [
45
'<%= yeoman.app %>/modules/**/*.js',
46
+ '<%= yeoman.app %>/modules/**/**/*.js',
47
'<%= yeoman.app %>/modules/*/views/*.html',
48
'<%= yeoman.app %>/modules/*/views/**/*.html'
49
]
@@ -651,4 +652,9 @@ module.exports = function (grunt) {
651
652
'docular'
653
]);
654
655
+ grunt.registerTask('gettext', [
656
+ 'nggettext_extract',
657
+ 'nggettext_compile',
658
+ ]);
659
+
660
};
0 commit comments