mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
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:
@@ -4,7 +4,8 @@ let source = [
|
|||||||
'client/lib/**/*.js',
|
'client/lib/**/*.js',
|
||||||
'client/lib/**/*.html',
|
'client/lib/**/*.html',
|
||||||
'client/src/**/*.js',
|
'client/src/**/*.js',
|
||||||
'client/src/**/*.html'
|
'client/src/**/*.html',
|
||||||
|
'client/*.ejs'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|||||||
Reference in New Issue
Block a user