You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance crawler endpoint and email notification localization
- Added optional parameters `email` and `language` to the crawler endpoint for improved user notifications.
- Updated documentation in `crawler_endpoint.md` to reflect new parameters and enhance clarity.
- Improved email notification content in both English and Farsi localization files to include the application name "Hatef" for better branding.
- Enhanced email subject localization to dynamically include the number of pages indexed, improving user engagement.
These changes significantly improve the user experience by providing localized notifications and clearer documentation for the crawler API.
Copy file name to clipboardExpand all lines: locales/en/crawling-notification.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@
22
22
"completed_at": "Completed At",
23
23
"session_id": "Session ID"
24
24
},
25
-
"description": "Your pages are now searchable in our search engine. If you'd like to crawl and index more pages from your site, please visit our crawl request page.",
25
+
"description": "Your pages are now searchable in Hatef search engine. If you'd like to crawl and index more pages from your site, please visit our crawl request page.",
26
26
"cta": {
27
27
"button_text": "Request More Crawling"
28
28
},
29
29
"footer": {
30
-
"thank_you": "Thank you for using our search engine service!",
30
+
"thank_you": "Thank you for using Hatef search engine service!",
31
31
"automated_message": "This is an automated notification from Hatef Search Engine",
32
32
"unsubscribe_text": "Unsubscribe from these notifications",
Copy file name to clipboardExpand all lines: locales/fa/crawling-notification.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@
22
22
"completed_at": "تکمیل شده در",
23
23
"session_id": "شناسه جلسه"
24
24
},
25
-
"description": "صفحات شما اکنون در موتور جستجوی ما قابل جستجو هستند. اگر میخواهید صفحات بیشتری از سایت خود را خزش و نمایهسازی کنید، یا دامنههای اضافی برای افزودن دارید، لطفاً از صفحه درخواست خزش ما استفاده کنید.",
25
+
"description": "صفحات شما اکنون در موتور جستجو هاتف قابل جستجو هستند. اگر میخواهید صفحات بیشتری از سایت خود را خزش و نمایهسازی کنید، یا دامنههای اضافی برای افزودن دارید، لطفاً از صفحه درخواست خزش ما استفاده کنید.",
26
26
"cta": {
27
27
"button_text": "درخواست خزش بیشتر"
28
28
},
29
29
"footer": {
30
-
"thank_you": "از استفاده از خدمات موتور جستجوی ما متشکریم!",
30
+
"thank_you": "از استفاده از خدمات موتور جستجو هاتف متشکریم!",
31
31
"automated_message": "این پیام خودکار از موتور جستجوی هاتف ارسال شده است",
0 commit comments