Add meta description to /<locale>/random/
This commit is contained in:
parent
62898d4908
commit
5d203a12eb
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
<html lang="<%= context.locale %>">
|
||||
<head>
|
||||
<title><%= t(context.locale, "TheNobleQuran") %></title>
|
||||
<meta name="description" content="<%= t(locale, 'meta.random.description') %>">
|
||||
<%= erb("_revision.html.erb") %>
|
||||
<link
|
||||
rel="canonical"
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"filter": "Filter",
|
||||
"meta": {
|
||||
"index": {"description": "Explore the chapters of The Noble Quran"},
|
||||
"stream": {"description": "Read and listen to %{surah_name}"}
|
||||
"stream": {"description": "Read and listen to %{surah_name}"},
|
||||
"random": {"description": "Read and listen to a randomly selected chapter"}
|
||||
},
|
||||
"surahs": {
|
||||
"names": [
|
||||
|
@ -146,6 +147,9 @@
|
|||
},
|
||||
"stream": {
|
||||
"description": "%{surah_name} اقرأ واستمع إلى"
|
||||
},
|
||||
"random": {
|
||||
"description": "اقرأ واستمع إلى سورة مختارة عشوائيًا"
|
||||
}
|
||||
},
|
||||
"surahs": {
|
||||
|
@ -282,6 +286,9 @@
|
|||
},
|
||||
"stream": {
|
||||
"description": "خواندن و شنیدن %{surah_name}"
|
||||
},
|
||||
"random": {
|
||||
"description": "یک سوره به صورت تصادفی را بخوانید و گوش کنید"
|
||||
}
|
||||
},
|
||||
"surahs": {
|
||||
|
|
Loading…
Reference in a new issue