mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Add translation for components and credentials
* Add typeahead feature of the Lookup component
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
let source = [
|
||||
'client/features/**/*.js',
|
||||
'client/features/**/*.html',
|
||||
'client/lib/**/*.js',
|
||||
'client/lib/**/*.html',
|
||||
'client/src/**/*.js',
|
||||
'client/src/**/*.html'
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
all: {
|
||||
options: {
|
||||
markerNames: ['_', 'N_']
|
||||
markerNames: ['_', 'N_', 't']
|
||||
},
|
||||
files: {
|
||||
'po/ansible-tower-ui.pot': ['client/src/**/*.js',
|
||||
'client/src/**/*.html']
|
||||
'po/ansible-tower-ui.pot': source
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user