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 | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index 975326d..ae5e615 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -27,6 +27,7 @@
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,
@@ -78,6 +79,7 @@
"fi-FI": fi,
"nb-NO": no,
"id-ID": id,
+ "kk-KZ": kk,
} as const
export const defaultTranslation = "en-US"
--
Gitblit v1.10.0