diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-12-26 19:24:05 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-12-26 19:24:38 +0900 |
| commit | 09c57e6d03300b614e2f2dbe0c76406188bfdddc (patch) | |
| tree | 034b5c9c4e18e9b5eaebdf32e53a8752f4f6b18b /src/client/app/init.ts | |
| parent | Update gulp-typescript requirement from 4.0.2 to 5.0.0 (#3496) (diff) | |
| download | sharkey-09c57e6d03300b614e2f2dbe0c76406188bfdddc.tar.gz sharkey-09c57e6d03300b614e2f2dbe0c76406188bfdddc.tar.bz2 sharkey-09c57e6d03300b614e2f2dbe0c76406188bfdddc.zip | |
Fix #3345
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 0004b43b47..36a9c7b24c 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -14,7 +14,7 @@ import VueHotkey from './common/hotkey'; import App from './app.vue'; import checkForUpdate from './common/scripts/check-for-update'; import MiOS from './mios'; -import { clientVersion as version, codename, lang } from './config'; +import { clientVersion as version, codename, lang, locale } from './config'; import { builtinThemes, lightTheme, applyTheme } from './theme'; import Dialog from './common/views/components/dialog.vue'; @@ -322,7 +322,7 @@ Vue.mixin({ console.info(`Misskey v${version} (${codename})`); console.info( - '%c%i18n:common.do-not-copy-paste%', + `%c${locale['common']['do-not-copy-paste']}`, 'color: red; background: yellow; font-size: 16px; font-weight: bold;'); // BootTimer解除 |