diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2020-02-12 06:27:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-12 06:27:11 +0900 |
| commit | c2d5a96bb6f3524c573e980c467482b20436f971 (patch) | |
| tree | 42179bf6cbb20538cde354e8750340ff2d240b56 /src/client/scripts | |
| parent | Fix #5919 (diff) | |
| download | sharkey-c2d5a96bb6f3524c573e980c467482b20436f971.tar.gz sharkey-c2d5a96bb6f3524c573e980c467482b20436f971.tar.bz2 sharkey-c2d5a96bb6f3524c573e980c467482b20436f971.zip | |
翻訳の抜けを修正その2 (#5893)
* Missing translation
* use npx
* :v:
* Update ja-JP.yml
* Update signup.vue
* Update ja-JP.yml
* Update messaging-room.vue
* Update ja-JP.yml
* Update signup.vue
* Update ja-JP.yml
* Update signin.vue
* Update ja-JP.yml
* Update index.vue
* Update ja-JP.yml
* Update signup.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'src/client/scripts')
| -rw-r--r-- | src/client/scripts/please-login.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/scripts/please-login.ts b/src/client/scripts/please-login.ts index 7125541bb1..ebd7dd82ab 100644 --- a/src/client/scripts/please-login.ts +++ b/src/client/scripts/please-login.ts @@ -2,7 +2,7 @@ export default ($root: any) => { if ($root.$store.getters.isSignedIn) return; $root.dialog({ - title: $root.$t('@.signin-required'), + title: $root.$t('signinRequired'), text: null }); |