i18n.json 2.3 KB

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