From dbe12c0d340972ba202bb6a0c723abca02ec7f60 Mon Sep 17 00:00:00 2001
From: L01D <45131480+IL01DI@users.noreply.github.com>
Date: Mon, 01 Jul 2024 04:03:45 +0000
Subject: [PATCH] i18n: Improving Spanish & adding Catalan and British English (#1240)
---
quartz/i18n/index.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index eab1f1a..5ab52b8 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -6,6 +6,7 @@
import de from "./locales/de-DE"
import nl from "./locales/nl-NL"
import ro from "./locales/ro-RO"
+import ca from "./locales/ca-ES"
import es from "./locales/es-ES"
import ar from "./locales/ar-SA"
import uk from "./locales/uk-UA"
@@ -20,6 +21,7 @@
export const TRANSLATIONS = {
"en-US": en,
+ "en-GB": en,
"fr-FR": fr,
"it-IT": it,
"ja-JP": ja,
@@ -28,6 +30,7 @@
"nl-BE": nl,
"ro-RO": ro,
"ro-MD": ro,
+ "ca-ES": ca,
"es-ES": es,
"ar-SA": ar,
"ar-AE": ar,
--
Gitblit v1.10.0