From 561dafce5f3e662d0c9c07fe7a526ed69dd386e0 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 02 Apr 2024 03:32:36 +0000
Subject: [PATCH] chore(deps): bump shiki from 1.2.0 to 1.2.3 (#1048)
---
quartz/i18n/locales/es-ES.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/quartz/i18n/locales/es-ES.ts b/quartz/i18n/locales/es-ES.ts
index f59d201..37a2a79 100644
--- a/quartz/i18n/locales/es-ES.ts
+++ b/quartz/i18n/locales/es-ES.ts
@@ -69,13 +69,13 @@
folderContent: {
folder: "Carpeta",
itemsUnderFolder: ({ count }) =>
- count === 1 ? "1 artículo en esta carpeta" : `${count} artículos en esta carpeta.`,
+ count === 1 ? "1 artículo en esta carpeta." : `${count} artículos en esta carpeta.`,
},
tagContent: {
tag: "Etiqueta",
tagIndex: "Índice de Etiquetas",
itemsUnderTag: ({ count }) =>
- count === 1 ? "1 artículo con esta etiqueta" : `${count} artículos con esta etiqueta.`,
+ count === 1 ? "1 artículo con esta etiqueta." : `${count} artículos con esta etiqueta.`,
showingFirst: ({ count }) => `Mostrando las primeras ${count} etiquetas.`,
totalTags: ({ count }) => `Se encontraron ${count} etiquetas en total.`,
},
--
Gitblit v1.10.0