mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
chore: update and add new languages
This commit is contained in:
@@ -31,6 +31,7 @@ export function findLanguage(lang?: string): Language {
|
||||
const value = Language[key as keyof typeof Language];
|
||||
|
||||
// Skip alternative/joke languages
|
||||
if (Languages[value].cat === "const") continue;
|
||||
if (Languages[value].cat === "alt") continue;
|
||||
|
||||
values.push(value);
|
||||
|
||||
Reference in New Issue
Block a user