[+] Add wacca to frontend

This commit is contained in:
Azalea
2024-03-29 08:20:37 -04:00
parent 341be8bdc1
commit cd972b5c61
4 changed files with 19 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ export function t(key: keyof LocalizedMessages, variables?: { [index: string]: a
Object.assign(window, { t })
export const GAME_TITLE: { [key in GameName]: string } =
{chu3: t("game.chu3"), mai2: t("game.mai2"), ongeki: t("game.ongeki")}
{chu3: t("game.chu3"), mai2: t("game.mai2"), ongeki: t("game.ongeki"), wacca: t("game.wacca")}