From 535af55ec8fca7e9138250c6cf33204c8469e613 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 May 2024 21:25:42 +0000
Subject: [PATCH] chore(deps): bump hast-util-to-html from 9.0.0 to 9.0.1 (#1137)
---
quartz/i18n/index.ts | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index b97368d..9a86d61 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -13,6 +13,9 @@
import ko from "./locales/ko-KR"
import zh from "./locales/zh-CN"
import vi from "./locales/vi-VN"
+import pt from "./locales/pt-BR"
+import hu from "./locales/hu-HU"
+import fa from "./locales/fa-IR"
export const TRANSLATIONS = {
"en-US": en,
@@ -50,6 +53,9 @@
"ko-KR": ko,
"zh-CN": zh,
"vi-VN": vi,
+ "pt-BR": pt,
+ "hu-HU": hu,
+ "fa-IR": fa,
} as const
export const defaultTranslation = "en-US"
--
Gitblit v1.10.0