mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
16 lines
303 B
JavaScript
16 lines
303 B
JavaScript
module.exports = {
|
|
all: {
|
|
options: {
|
|
format: 'json'
|
|
},
|
|
files: [ {
|
|
expand: true,
|
|
dot: true,
|
|
dest: 'client/languages',
|
|
cwd: 'po',
|
|
ext: '.json',
|
|
src: ['*.po']
|
|
} ]
|
|
}
|
|
};
|