build(grunt): Build pt_BR .mo files

This commit is contained in:
Pierre Rudloff 2018-01-26 19:59:33 +01:00
parent 176b14d3ae
commit 525fa700c1
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ module.exports = function (grunt) {
files: {
'i18n/fr_FR/LC_MESSAGES/Alltube.mo': 'i18n/fr_FR/LC_MESSAGES/Alltube.po',
'i18n/zh_CN/LC_MESSAGES/Alltube.mo': 'i18n/zh_CN/LC_MESSAGES/Alltube.po',
'i18n/es_ES/LC_MESSAGES/Alltube.mo': 'i18n/es_ES/LC_MESSAGES/Alltube.po'
'i18n/es_ES/LC_MESSAGES/Alltube.mo': 'i18n/es_ES/LC_MESSAGES/Alltube.po',
'i18n/pt_BR/LC_MESSAGES/Alltube.mo': 'i18n/pt_BR/LC_MESSAGES/Alltube.po'
}
}
},