Merge pull request #3207 from mabashian/pull-strings-ejs

Extract translations from ejs files

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-02-11 18:29:55 +00:00 committed by GitHub
commit 570283fba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@ let source = [
'client/lib/**/*.js',
'client/lib/**/*.html',
'client/src/**/*.js',
'client/src/**/*.html'
'client/src/**/*.html',
'client/*.ejs'
];
module.exports = {