From 0c4386dce1c1a249be15d84319a77227a0999c9e Mon Sep 17 00:00:00 2001
From: Alexei Chernyavsky <pprometey@gmail.com>
Date: Thu, 30 Oct 2025 05:27:51 +0000
Subject: [PATCH] feat(i18n): add Kazakh translations for UI components and pages (#2056)
---
quartz/i18n/index.ts | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index 2f7b9b2..ae5e615 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -25,6 +25,9 @@
import th from "./locales/th-TH"
import lt from "./locales/lt-LT"
import fi from "./locales/fi-FI"
+import no from "./locales/nb-NO"
+import id from "./locales/id-ID"
+import kk from "./locales/kk-KZ"
export const TRANSLATIONS = {
"en-US": enUs,
@@ -74,6 +77,9 @@
"th-TH": th,
"lt-LT": lt,
"fi-FI": fi,
+ "nb-NO": no,
+ "id-ID": id,
+ "kk-KZ": kk,
} as const
export const defaultTranslation = "en-US"
--
Gitblit v1.10.0