This commit is contained in:
lila 2026-07-06 14:41:30 +02:00
parent 2a6c56ed23
commit 1c4dcdd108
4 changed files with 25 additions and 28 deletions

View file

@ -12,3 +12,5 @@ export const POS_MAP: Record<string, string> = {
adverbs: "adverb",
adjectives: "adjective",
};
export const ALL_LANGUAGES = ["en", "de", "it", "es", "fr"];