more placeholders

This commit is contained in:
nelle 2024-08-05 13:47:04 -06:00
parent 6403f9cdbb
commit 80f3114046
2 changed files with 8 additions and 0 deletions

View file

@ -1742,6 +1742,10 @@ _postForm:
g: "What's the weather like?"
h: "Last sessions W/L Ratio in KillBallad?"
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:
name: "Name"
username: "Username"

View file

@ -384,6 +384,10 @@ const placeholder = $computed((): string => {
i18n.ts._postForm._placeholders.g,
i18n.ts._postForm._placeholders.h,
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)];
}