Extract admin strings

Adds app.trans calls for strings used by the admin UI.
- Strings for AddExtensionModal.js not included.
- Corresponding YAML will be sent later w/ more extracted strings.
This commit is contained in:
dcsjapan
2015-10-05 19:06:41 +09:00
parent 232f3b6bc6
commit 4725ac4131
11 changed files with 84 additions and 82 deletions

View File

@ -43,7 +43,7 @@ export default class SessionDropdown extends Dropdown {
items.add('logOut',
Button.component({
icon: 'sign-out',
children: app.trans('core.log_out'),
children: app.trans('core.admin.header_log_out_button'),
onclick: app.session.logout.bind(app.session)
}),
-100