From 6a019dae13c8800c36c763f31f716f0aeff7972e Mon Sep 17 00:00:00 2001
From: Lucas-BRT <93885104+Lucas-BRT@users.noreply.github.com>
Date: Wed, 17 Apr 2024 01:02:59 +0000
Subject: [PATCH] fix: unnecessery 'm' letter removed in pt-BR (#1100)

---
 quartz/i18n/locales/pt-BR.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/quartz/i18n/locales/pt-BR.ts b/quartz/i18n/locales/pt-BR.ts
index b59c7b4..489d642 100644
--- a/quartz/i18n/locales/pt-BR.ts
+++ b/quartz/i18n/locales/pt-BR.ts
@@ -69,7 +69,7 @@
     folderContent: {
       folder: "Arquivo",
       itemsUnderFolder: ({ count }) =>
-        count === 1 ? "1 item mneste arquivo." : `${count} items neste arquivo.`,
+        count === 1 ? "1 item neste arquivo." : `${count} items neste arquivo.`,
     },
     tagContent: {
       tag: "Tag",

--
Gitblit v1.10.0