From 059dd1260e3762659530649972a220c9238bf6ab Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 04 Mar 2024 20:55:02 +0000
Subject: [PATCH] chore(deps): bump preact-render-to-string from 6.3.1 to 6.4.0 (#960)
---
quartz/i18n/locales/ar-SA.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/locales/ar-SA.ts b/quartz/i18n/locales/ar-SA.ts
index d8efeff..f704810 100644
--- a/quartz/i18n/locales/ar-SA.ts
+++ b/quartz/i18n/locales/ar-SA.ts
@@ -53,6 +53,14 @@
tableOfContents: {
title: "فهرس المحتويات",
},
+ contentMeta: {
+ readingTime: ({ minutes }) =>
+ minutes == 1
+ ? `دقيقة أو أقل للقراءة`
+ : minutes == 2
+ ? `دقيقتان للقراءة`
+ : `${minutes} دقائق للقراءة`,
+ },
},
pages: {
rss: {
--
Gitblit v1.10.0