From a1f7ee3026b24968d9c4284b304607b1d94069b5 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 29 Feb 2024 14:52:09 -0300 Subject: [PATCH 1/2] Set text-base on Timer.tsx --- src/js/components/Timer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/components/Timer.tsx b/src/js/components/Timer.tsx index 00e93d2..6a0905d 100644 --- a/src/js/components/Timer.tsx +++ b/src/js/components/Timer.tsx @@ -55,7 +55,7 @@ export function Timer({ }, [soundOn, isStalled, isPaused, ms]); return ( -
+
{ms / 1000 <= 0 ? formatNumber(0, locale) : formatNumber(ms / 1000, locale)} From abf06a13c000fde4395247dd208c7652623ca6ce Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 10 Mar 2024 08:23:08 -0300 Subject: [PATCH 2/2] Rephrase meta descriptions --- src/i18n.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n.json b/src/i18n.json index 314fbdc..9f4ab54 100644 --- a/src/i18n.json +++ b/src/i18n.json @@ -8,8 +8,8 @@ "of": "of", "filter": "Filter", "meta": { - "index": {"description": "Explore the chapters of The Noble Quran. Browse a list of chapters and choose a chapter you can read and listen to."}, - "stream": {"description": "Experience The Noble Quran. Read and listen to %{surah_name}."} + "index": {"description": "Explore the chapters of The Noble Quran."}, + "stream": {"description": "Read and listen to %{surah_name}."} }, "surahs": { "names": [ @@ -140,10 +140,10 @@ "filter": "تصفية", "meta": { "index": { - "description": "استكشاف سور القرآن الكريم. تصفح قائمة السور واختر سورة يمكنك قراءتها والاستماع إليها." + "index": {"description": ".استكشف فصول القرآن الكريم"} }, "stream": { - "description": "تجربة القرآن الكريم. اقرأ واستمع إلى %{surah_name}." + "description": ".%{surah_name} اقرأ واستمع إلى" } }, "surahs": {