From b56590478740b8be8135e4b5612333a194ea7677 Mon Sep 17 00:00:00 2001 From: KurekMartin Date: Fri, 4 Oct 2024 12:09:32 +0200 Subject: [PATCH] fix formatting --- quartz/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts index b3f18cc63..2fba70e16 100644 --- a/quartz/i18n/index.ts +++ b/quartz/i18n/index.ts @@ -63,7 +63,7 @@ export const TRANSLATIONS = { "hu-HU": hu, "fa-IR": fa, "pl-PL": pl, - "cs-CZ": cs + "cs-CZ": cs, } as const export const defaultTranslation = "en-US"