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...?", "hmm": "Hmm...?",
"surprise": "Wow", "surprise": "Wow",
"congrats": "Congrats!" "congrats": "Congrats!"
},
"tags": {
"mk-reaction-picker": {
"choose-reaction": "Pick your reaction"
}
} }
}, },
"desktop": { "desktop": {

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "misskey", "name": "misskey",
"author": "syuilo <i@syuilo.com>", "author": "syuilo <i@syuilo.com>",
"version": "0.0.1464", "version": "0.0.1470",
"license": "MIT", "license": "MIT",
"description": "A miniblog-based SNS", "description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues", "bugs": "https://github.com/syuilo/misskey/issues",

View File

@ -99,7 +99,7 @@
this.post = this.opts.post; this.post = this.opts.post;
this.source = this.opts.source; this.source = this.opts.source;
const placeholder = 'リアクションを選択'; const placeholder = '%i18n:common.tags.mk-reaction-picker.choose-reaction%';
this.title = placeholder; this.title = placeholder;