mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Update I18N patch under awx/ui to reflect pull request #3363
- Get rid of html tags and codes in translatable strings - Replace i18n.format with i18n.sprintf to treat multiple %s - Add translatable strings for login failures and "SIGN IN". - Rename ansible-tower.pot to ansible-tower-ui.pot for backend pot Signed-off-by: Takao Fujiwara <tfujiwar@redhat.com>
This commit is contained in:
@@ -4,8 +4,8 @@ module.exports = {
|
||||
markerNames: ['_', 'N_']
|
||||
},
|
||||
files: {
|
||||
'po/ansible-tower.pot': ['client/src/**/*.js',
|
||||
'client/src/**/*.html']
|
||||
'po/ansible-tower-ui.pot': ['client/src/**/*.js',
|
||||
'client/src/**/*.html']
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user