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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index c7d5018..ae5e615 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -26,6 +26,8 @@
 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,
@@ -76,6 +78,8 @@
   "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