Merge branch 'main' into production

This commit is contained in:
0x1eef 2024-02-26 18:14:50 -03:00
commit 6de0a931ad
3 changed files with 6 additions and 10 deletions

View file

@ -14,7 +14,3 @@
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -5,8 +5,8 @@
<%= inline_css('/css/postman.css') %>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="<%= t(context.locale, 'meta.stream.description') %>">
<%= erb("partials/favicon.html.erb") %>
<meta name="description" content="<%= t(context.locale, 'meta.stream.description', {surah_name: context.surah.name}) %>">
<%= erb("partials/favicon.html.erb") %>m
<link
rel="canonical"
hreflang="<%= context.locale %>"

View file

@ -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. Enhance your understanding of a sacred text."},
"stream": {"description": "Experience The Noble Quran. Read and listen to a single chapter with a verse streamed at regular intervals. Immerse yourself in a sacred text in a unique way."}
"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}."}
},
"surahs": {
"names": [
@ -140,10 +140,10 @@
"filter": "تصفية",
"meta": {
"index": {
"description": "استكشف فصول القرآن الكريم. تصفح قائمة بالفصول واختر فصلاً يمكنك قراءته والاستماع إليه. قم بتعزيز فهمك لنص مقدس."
"description": "استكشاف سور القرآن الكريم. تصفح قائمة السور واختر سورة يمكنك قراءتها والاستماع إليها."
},
"stream": {
"description": "استمتع بالقرآن الكريم الشريف. اقرأ واستمع إلى فصل واحد مع تدفق آية على فترات منتظمة. انغمس في نص مقدس بطريقة فريدة."
"description": "تجربة القرآن الكريم. اقرأ واستمع إلى %{surah_name}."
}
},
"surahs": {