From 467896413ffb4dff9630c7d31d6d50c1b8ccd1f7 Mon Sep 17 00:00:00 2001
From: Emile Bangma <github@emilebangma.com>
Date: Fri, 04 Jul 2025 17:37:20 +0000
Subject: [PATCH] fix(emoji): added missing skintone variations to emoji map (#2040)
---
quartz/i18n/locales/hu-HU.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/locales/hu-HU.ts b/quartz/i18n/locales/hu-HU.ts
index 066b777..2a4f077 100644
--- a/quartz/i18n/locales/hu-HU.ts
+++ b/quartz/i18n/locales/hu-HU.ts
@@ -29,6 +29,9 @@
lightMode: "Világos mód",
darkMode: "Sötét mód",
},
+ readerMode: {
+ title: "Olvasó mód",
+ },
explorer: {
title: "Fájlböngésző",
},
--
Gitblit v1.10.0