forked from quran/quran.com-frontend-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
i18n.json
68 lines (68 loc) · 2.16 KB
/
i18n.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"locales": [
"en",
"ar",
"bn",
"fa",
"fr",
"id",
"it",
"nl",
"pt",
"ru",
"sq",
"th",
"tr",
"ur",
"zh",
"ms"
],
"defaultLocale": "en",
"pages": {
"*": ["common", "error", "radio", "quick-links", "onboarding"],
"/": ["home", "radio", "collection", "reading-goal", "reciter"],
"/reading-goal": ["reading-goal", "reciter"],
"/my-learning-plans": ["learn"],
"/learning-plans": ["learn"],
"/learning-plans/[slug]": ["learn"],
"/learning-plans/[slug]/lessons/[lessonSlugOrId]": ["learn"],
"/reading-goal/progress": ["reading-goal", "reading-progress"],
"/[chapterId]": [
"quran-reader",
"reading-goal",
"notes",
"chapter",
"surah-info"
],
"/[chapterId]/reflections": ["quran-reader", "reading-goal", "notes"],
"/[chapterId]/[verseId]": ["quran-reader", "reading-goal", "notes"],
"/[chapterId]/[verseId]/tafsirs": ["quran-reader", "reading-goal", "notes"],
"/page/[pageId]": ["quran-reader", "reading-goal", "notes"],
"/juz/[juzId]": ["quran-reader", "reading-goal", "notes"],
"/hizb/[hizbId]": ["quran-reader", "reading-goal", "notes"],
"/surah/[chapterId]/info": ["surah-info"],
"/chapter_info/[chapterId]": ["surah-info"],
"/surah-info/[chapterId]": ["surah-info"],
"/collections/all": ["collection"],
"/collections/[collectionId]": ["collection"],
"/search": ["search"],
"/about-us": ["about"],
"/developers": ["developers"],
"/privacy": ["privacy"],
"/rub/[rubId]": ["quran-reader", "reading-goal", "notes"],
"/support": ["support"],
"/tajweed-colors": ["tajweed"],
"/product-updates": ["product-updates"],
"/product-updates/[id]": ["product-updates"],
"/apps": ["apps"],
"/radio": ["home", "radio"],
"/reciters/[reciterId]": ["home", "radio", "reciter"],
"/reciters/[reciterId]/[chapterId]": ["reciter"],
"/reciters": ["reciter", "home"],
"/profile": ["home", "profile", "collection", "quran-reader"],
"/login": ["login"],
"/about-the-quran": ["about-quran"],
"/notes-and-reflections": ["notes"],
"/ramadan-activities": ["ramadan-activities"]
}
}