From 3963ed8ff7488a0e2f7f3876461f909e6be08e25 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 23 May 2020 13:19:31 +0900 Subject: feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wip * tabun ok * better msg * oops * fix lint * Update gulpfile.ts Co-authored-by: Acid Chicken (硫酸鶏) * Update src/client/scripts/set-i18n-contexts.ts Co-authored-by: Acid Chicken (硫酸鶏) * refactor Co-authored-by: acid-chicken * ✨ * wip * fix lint * たぶんおk * fix flush * Translate Notification * remove console.log * fix * add notifications * remove san * wip * ok * :v: * Update src/prelude/array.ts Co-authored-by: Acid Chicken (硫酸鶏) * wip * i18n refactor * Update init.ts * :v: Co-authored-by: Acid Chicken (硫酸鶏) Co-authored-by: syuilo --- src/client/pages/instance/queue.vue | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client/pages/instance/queue.vue') diff --git a/src/client/pages/instance/queue.vue b/src/client/pages/instance/queue.vue index c4892e88db..7a2204e519 100644 --- a/src/client/pages/instance/queue.vue +++ b/src/client/pages/instance/queue.vue @@ -21,13 +21,10 @@ import Vue from 'vue'; import { faExchangeAlt } from '@fortawesome/free-solid-svg-icons'; import { faTrashAlt } from '@fortawesome/free-regular-svg-icons'; -import i18n from '../../i18n'; import MkButton from '../../components/ui/button.vue'; import XQueue from './queue.queue.vue'; export default Vue.extend({ - i18n, - metaInfo() { return { title: `${this.$t('jobQueue')} | ${this.$t('instance')}` -- cgit v1.2.3-freya