summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/drive.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-08-30 03:56:51 +0900
committerGitHub <noreply@github.com>2018-08-30 03:56:51 +0900
commit4e11da98d90c1c44fce1abaf63c248896feff03a (patch)
treecbe91363f87a3cc29b142433c16e4b16ccf2aa7d /src/server/api/endpoints/drive.ts
parentNew translations ja-JP.yml (French) (diff)
parent:art: (diff)
downloadmisskey-4e11da98d90c1c44fce1abaf63c248896feff03a.tar.gz
misskey-4e11da98d90c1c44fce1abaf63c248896feff03a.tar.bz2
misskey-4e11da98d90c1c44fce1abaf63c248896feff03a.zip
Merge branch 'develop' into l10n_develop
Diffstat (limited to 'src/server/api/endpoints/drive.ts')
-rw-r--r--src/server/api/endpoints/drive.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/drive.ts b/src/server/api/endpoints/drive.ts
index 8ad961494f..063cd475d4 100644
--- a/src/server/api/endpoints/drive.ts
+++ b/src/server/api/endpoints/drive.ts
@@ -4,8 +4,8 @@ import config from '../../../config';
export const meta = {
desc: {
- ja: 'ドライブの情報を取得します。',
- en: 'Get drive information.'
+ 'ja-JP': 'ドライブの情報を取得します。',
+ 'en-US': 'Get drive information.'
},
requireCredential: true,