Fix finding __() and _n() i18n function calls

This commit is contained in:
Tautvidas Sipavičius
2016-12-15 15:55:26 +02:00
parent f4b7acca1e
commit 2be9985d20
2 changed files with 30 additions and 18 deletions

View File

@@ -23,6 +23,7 @@ module.exports = function (grunt) {
cwd: '.', // base path where to look for translatable strings
domainPath: 'lang', // where to save the .pot
exclude: [
'\.mp_svn/.*',
'assets/.*',
'lang/.*',
'node_modules/.*',