From e3cfe1f22fb5054c09f845bc3317b85eb4b0e426 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 May 2024 06:21:01 +0000
Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.3 to 5.4.5 (#1092)

---
 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 6707ea3..9a86d61 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -15,6 +15,7 @@
 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,
@@ -54,6 +55,7 @@
   "vi-VN": vi,
   "pt-BR": pt,
   "hu-HU": hu,
+  "fa-IR": fa,
 } as const
 
 export const defaultTranslation = "en-US"

--
Gitblit v1.10.0