From a13d8e84b250a0e0bcb5d34e52f161e796e3a2fb Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 04 Mar 2024 20:54:21 +0000
Subject: [PATCH] chore(deps): bump lightningcss from 1.23.0 to 1.24.0 (#961)

---
 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 38d3562..b97368d 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -12,6 +12,7 @@
 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,
@@ -48,6 +49,7 @@
   "ru-RU": ru,
   "ko-KR": ko,
   "zh-CN": zh,
+  "vi-VN": vi,
 } as const
 
 export const defaultTranslation = "en-US"

--
Gitblit v1.10.0