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

diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index a422acb..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,
@@ -15,6 +16,7 @@
   "ja-JP": ja,
   "de-DE": de,
   "nl-NL": nl,
+  "nl-BE": nl,
   "ro-RO": ro,
   "ro-MD": ro,
   "es-ES": es,
@@ -39,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