From 8c5c5f9130c65fcc48412a24b0a6c98b254f1934 Mon Sep 17 00:00:00 2001
From: makondratev <69584771+makondratev@users.noreply.github.com>
Date: Sun, 18 Feb 2024 18:54:37 +0000
Subject: [PATCH] feat(i18n): add Russian (#886)

---
 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 c4fa425..1e4853f 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -8,6 +8,7 @@
 import es from "./locales/es-ES"
 import ar from "./locales/ar-SA"
 import uk from "./locales/uk-UA"
+import ru from "./locales/ru-RU"
 
 export const TRANSLATIONS = {
   "en-US": en,
@@ -40,6 +41,7 @@
   "ar-DZ": ar,
   "ar-MR": ar,
   "uk-UA": uk,
+  "ru-RU": ru,
 } as const
 
 export const defaultTranslation = "en-US"

--
Gitblit v1.10.0