From 732bd19f3ae3c7b92adf7c5882a8e1ac6c46f6df Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:21:11 +0700 Subject: [PATCH] Add Catalan --- src/utils/translation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/translation.ts b/src/utils/translation.ts index 8b6aa39..5995b96 100644 --- a/src/utils/translation.ts +++ b/src/utils/translation.ts @@ -3,6 +3,7 @@ import { NATIVE_FETCH } from "./bx-flags"; export const SUPPORTED_LANGUAGES = { 'en-US': 'English (United States)', + 'ca-CA': 'Català', 'en-ID': 'Bahasa Indonesia', 'de-DE': 'Deutsch', 'es-ES': 'español (España)',