From 34e9a8a77e81e069aad6212d0e66895600616cdf Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 25 Mar 2017 21:25:57 +0900 Subject: [PATCH] wip #313 --- locales/en.json | 5 +++++ locales/ja.json | 5 +++++ package.json | 2 +- src/web/app/common/tags/reaction-picker.tag | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/locales/en.json b/locales/en.json index 3f66a3dba..2153daa00 100644 --- a/locales/en.json +++ b/locales/en.json @@ -19,6 +19,11 @@ "hmm": "Hmm...?", "surprise": "Wow", "congrats": "Congrats!" + }, + "tags": { + "mk-reaction-picker": { + "choose-reaction": "Pick your reaction" + } } }, "desktop": { diff --git a/locales/ja.json b/locales/ja.json index 62bd77bc0..4131af960 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -19,6 +19,11 @@ "hmm": "ふぅ~む", "surprise": "わお", "congrats": "おめでとう" + }, + "tags": { + "mk-reaction-picker": { + "choose-reaction": "リアクションを選択" + } } }, "desktop": { diff --git a/package.json b/package.json index 474947809..a9daa29ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo ", - "version": "0.0.1464", + "version": "0.0.1470", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", diff --git a/src/web/app/common/tags/reaction-picker.tag b/src/web/app/common/tags/reaction-picker.tag index 4b965332d..a8d19a181 100644 --- a/src/web/app/common/tags/reaction-picker.tag +++ b/src/web/app/common/tags/reaction-picker.tag @@ -99,7 +99,7 @@ this.post = this.opts.post; this.source = this.opts.source; - const placeholder = 'リアクションを選択'; + const placeholder = '%i18n:common.tags.mk-reaction-picker.choose-reaction%'; this.title = placeholder;