feat: i18n for choice prompt via promptKey, with fallback
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"choice": {
|
||||
"handshake": "見知らぬ人と握手する",
|
||||
"reject": "握手を断り、警戒を続ける"
|
||||
},
|
||||
"prompt": {
|
||||
"handshake": "見知らぬ人はあなたの優しさを覚えている"
|
||||
}
|
||||
},
|
||||
"right_door": {
|
||||
@@ -26,6 +29,9 @@
|
||||
"choice": {
|
||||
"journey": "信頼の旅に出る(trust >= 80 が必要)",
|
||||
"leave": "ここを去る"
|
||||
},
|
||||
"prompt": {
|
||||
"journey": "あなたの絆が全てを変える"
|
||||
}
|
||||
},
|
||||
"investigation_site": {
|
||||
|
||||
Reference in New Issue
Block a user