mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 22:05:07 -02:30
12 lines
254 B
JavaScript
12 lines
254 B
JavaScript
module.exports = {
|
|
all: {
|
|
options: {
|
|
markerNames: ['_', 'N_']
|
|
},
|
|
files: {
|
|
'po/ansible-tower.pot': ['client/src/**/*.js',
|
|
'client/src/**/*.html']
|
|
}
|
|
},
|
|
};
|