forked from quran/quran.com-frontend-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
i18n.json
36 lines (36 loc) · 1.39 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
{
"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"],
"/": ["home", "radio", "collection"],
"/[chapterId]": ["quran-reader", "chapter", "surah-info"],
"/[chapterId]/reflections": ["quran-reader"],
"/[chapterId]/[verseId]": ["quran-reader"],
"/[chapterId]/[verseId]/tafsirs": ["quran-reader"],
"/page/[pageId]": ["quran-reader"],
"/juz/[juzId]": ["quran-reader"],
"/hizb/[hizbId]": ["quran-reader"],
"/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"],
"/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"],
"/login": ["login"]
}
}