adding labels
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m12s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m12s
This commit is contained in:
parent
1715726ec6
commit
0dba68904e
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ import type { GameRequest } from "@lila/shared";
|
||||||
const LABELS: Record<string, string> = {
|
const LABELS: Record<string, string> = {
|
||||||
en: "English",
|
en: "English",
|
||||||
it: "Italian",
|
it: "Italian",
|
||||||
|
de: "German",
|
||||||
|
fr: "French",
|
||||||
|
es: "Spanish",
|
||||||
noun: "Nouns",
|
noun: "Nouns",
|
||||||
verb: "Verbs",
|
verb: "Verbs",
|
||||||
easy: "Easy",
|
easy: "Easy",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue