summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-03-17 10:34:15 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-03-17 10:34:15 +0900
commit282cfae1b2b55857df0f3689bdaa634522248e4e (patch)
tree18e482de3d7fdc2b7a6b7354afbf15c5e9ff577d /packages/frontend/src/components
parentrefactor(backend): refactor chart engine (diff)
parentfix(general): `flash/create`でPlayの公開範囲を指定できない問題... (diff)
downloadmisskey-282cfae1b2b55857df0f3689bdaa634522248e4e.tar.gz
misskey-282cfae1b2b55857df0f3689bdaa634522248e4e.tar.bz2
misskey-282cfae1b2b55857df0f3689bdaa634522248e4e.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'packages/frontend/src/components')
-rw-r--r--packages/frontend/src/components/global/I18n.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend/src/components/global/I18n.vue b/packages/frontend/src/components/global/I18n.vue
index 162aa2bcf8..6b7723e6ac 100644
--- a/packages/frontend/src/components/global/I18n.vue
+++ b/packages/frontend/src/components/global/I18n.vue
@@ -1,3 +1,8 @@
+<!--
+SPDX-FileCopyrightText: syuilo and misskey-project
+SPDX-License-Identifier: AGPL-3.0-only
+-->
+
<template>
<render/>
</template>