1
0
mirror of https://github.com/flarum/core.git synced 2025-07-09 11:03:06 +02:00

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

@ -10,7 +10,7 @@ export default class LoadingModal extends Modal {
}
title() {
return 'Please Wait...';
return app.trans('core.admin.extensions_loading_title');
}
content() {