wip #313
This commit is contained in:
parent
d2e9628456
commit
34e9a8a77e
4 changed files with 12 additions and 2 deletions
|
@ -19,6 +19,11 @@
|
|||
"hmm": "Hmm...?",
|
||||
"surprise": "Wow",
|
||||
"congrats": "Congrats!"
|
||||
},
|
||||
"tags": {
|
||||
"mk-reaction-picker": {
|
||||
"choose-reaction": "Pick your reaction"
|
||||
}
|
||||
}
|
||||
},
|
||||
"desktop": {
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
"hmm": "ふぅ~む",
|
||||
"surprise": "わお",
|
||||
"congrats": "おめでとう"
|
||||
},
|
||||
"tags": {
|
||||
"mk-reaction-picker": {
|
||||
"choose-reaction": "リアクションを選択"
|
||||
}
|
||||
}
|
||||
},
|
||||
"desktop": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue