mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
more placeholders
This commit is contained in:
parent
6403f9cdbb
commit
80f3114046
2 changed files with 8 additions and 0 deletions
|
@ -1742,6 +1742,10 @@ _postForm:
|
||||||
g: "What's the weather like?"
|
g: "What's the weather like?"
|
||||||
h: "Last sessions W/L Ratio in KillBallad?"
|
h: "Last sessions W/L Ratio in KillBallad?"
|
||||||
i: "Message to FB"
|
i: "Message to FB"
|
||||||
|
j: "Let your complaints be known to Twipo"
|
||||||
|
k: "What? is an @channel festival happening?"
|
||||||
|
l: "Tell us every thought you think"
|
||||||
|
m: "Nice delusions, you should share them"
|
||||||
_profile:
|
_profile:
|
||||||
name: "Name"
|
name: "Name"
|
||||||
username: "Username"
|
username: "Username"
|
||||||
|
|
|
@ -384,6 +384,10 @@ const placeholder = $computed((): string => {
|
||||||
i18n.ts._postForm._placeholders.g,
|
i18n.ts._postForm._placeholders.g,
|
||||||
i18n.ts._postForm._placeholders.h,
|
i18n.ts._postForm._placeholders.h,
|
||||||
i18n.ts._postForm._placeholders.i,
|
i18n.ts._postForm._placeholders.i,
|
||||||
|
i18n.ts._postForm._placeholders.j,
|
||||||
|
i18n.ts._postForm._placeholders.k,
|
||||||
|
i18n.ts._postForm._placeholders.l,
|
||||||
|
i18n.ts._postForm._placeholders.m,
|
||||||
];
|
];
|
||||||
return xs[Math.floor(Math.random() * xs.length)];
|
return xs[Math.floor(Math.random() * xs.length)];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue