From 8437d9da7242543c4903ecd7e4687cb2679af867 Mon Sep 17 00:00:00 2001
From: Emile Bangma <github@emilebangma.com>
Date: Sun, 24 Mar 2024 22:43:36 +0000
Subject: [PATCH] fix(style): LaTex/KaTeX overflow (#1027)

---
 quartz/i18n/index.ts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index 3861bf7..6707ea3 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -11,6 +11,10 @@
 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"
+import pt from "./locales/pt-BR"
+import hu from "./locales/hu-HU"
 
 export const TRANSLATIONS = {
   "en-US": en,
@@ -46,6 +50,10 @@
   "uk-UA": uk,
   "ru-RU": ru,
   "ko-KR": ko,
+  "zh-CN": zh,
+  "vi-VN": vi,
+  "pt-BR": pt,
+  "hu-HU": hu,
 } as const
 
 export const defaultTranslation = "en-US"

--
Gitblit v1.10.0