Mark additional strings for translation.

This commit is contained in:
Bill Nottingham
2016-12-06 11:40:21 -05:00
parent d8ee92aefd
commit 832011aa99
18 changed files with 82 additions and 83 deletions

View File

@@ -136,10 +136,10 @@ export default
fields: {
name: {
key: true,
label: 'Name'
label: i18n._('Name')
},
description: {
label: 'Description'
label: i18n._('Description')
}
},
//hideOnSuperuser: true // RBAC defunct
@@ -157,14 +157,14 @@ export default
open: false,
index: false,
actions: {},
emptyListText: 'This user is not a member of any teams',
emptyListText: i18n._('This user is not a member of any teams'),
fields: {
name: {
key: true,
label: 'Name'
label: i18n._('Name')
},
description: {
label: 'Description'
label: i18n._('Description')
}
},
//hideOnSuperuser: true // RBAC defunct