This commit is contained in:
syuilo 2017-03-25 21:25:57 +09:00
parent d2e9628456
commit 34e9a8a77e
4 changed files with 12 additions and 2 deletions

View File

@ -19,6 +19,11 @@
"hmm": "Hmm...?",
"surprise": "Wow",
"congrats": "Congrats!"
},
"tags": {
"mk-reaction-picker": {
"choose-reaction": "Pick your reaction"
}
}
},
"desktop": {

View File

@ -19,6 +19,11 @@
"hmm": "ふぅ~む",
"surprise": "わお",
"congrats": "おめでとう"
},
"tags": {
"mk-reaction-picker": {
"choose-reaction": "リアクションを選択"
}
}
},
"desktop": {

View File

@ -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",

View File

@ -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;