summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locales/en.json5
-rw-r--r--locales/ja.json5
-rw-r--r--package.json2
-rw-r--r--src/web/app/common/tags/reaction-picker.tag2
4 files changed, 12 insertions, 2 deletions
diff --git a/locales/en.json b/locales/en.json
index 3f66a3dba8..2153daa00a 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 62bd77bc00..4131af9607 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 474947809f..a9daa29eec 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "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 4b965332d7..a8d19a1819 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;