From 8007ec0f82b11d07c7e49175e5a866fe31fc12df Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 19 Mar 2024 01:53:19 +0000
Subject: [PATCH] chore(deps): bump lightningcss from 1.24.0 to 1.24.1 (#1012)
---
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 3861bf7..b97368d 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -11,6 +11,8 @@
import uk from "./locales/uk-UA"
import ru from "./locales/ru-RU"
import ko from "./locales/ko-KR"
+import zh from "./locales/zh-CN"
+import vi from "./locales/vi-VN"
export const TRANSLATIONS = {
"en-US": en,
@@ -46,6 +48,8 @@
"uk-UA": uk,
"ru-RU": ru,
"ko-KR": ko,
+ "zh-CN": zh,
+ "vi-VN": vi,
} as const
export const defaultTranslation = "en-US"
--
Gitblit v1.10.0