Skip to content

Commit 6eb6e54

Browse files
committed
Update metadata and improve Persian text in components
Added project metadata to package.json, including description, author, repository, and publishConfig. Improved Persian wording in AnnouncementModule and CalendarEventCreator components for better clarity and consistency.
1 parent f3f7cc1 commit 6eb6e54

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

cs-queue-calendar/package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
"name": "cs-queue-calendar",
44
"version": "0.1.0",
55
"private": true,
6+
"description": "CS Queue Calendar — React calendar for displaying CS Internship queue meetings with Persian/Gregorian support.",
7+
"main": "src/index.js",
8+
"keywords": [
9+
"calendar",
10+
"react",
11+
"jalali",
12+
"persian",
13+
"cs-internship",
14+
"queue",
15+
"schedule"
16+
],
17+
"author": "Ali Sadeghi",
18+
"contributors": [
19+
"Ali Sadeghi"
20+
],
21+
"license": "MIT",
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/cs-internship/CS-Queue-Calendar.git"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/cs-internship/CS-Queue-Calendar/issues"
28+
},
29+
"files": [
30+
"build",
31+
"public",
32+
"src",
33+
"README.md"
34+
],
35+
"engines": {
36+
"node": ">=18",
37+
"npm": ">=9"
38+
},
639
"dependencies": {
740
"antd": "^5.23.0",
841
"caniuse-lite": "^1.0.30001741",
@@ -58,5 +91,8 @@
5891
"eslint-plugin-react-hooks": "^5.2.0",
5992
"eslint-plugin-react-refresh": "^0.4.20",
6093
"globals": "^16.4.0"
94+
},
95+
"publishConfig": {
96+
"branch": "gh-pages"
6197
}
6298
}

cs-queue-calendar/src/components/AnnouncementModule.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const AnnouncementModule = ({
4444
)}** فرصت دارند به همین پیام ریپلای زده و مشخص کنند در کدام جلسه شرکت خواهند کرد.
4545
جلساتی که تا تاریخ **${formatPersianDate(
4646
announcementData.startWeekDate
47-
)}** ریپلای دریافت کرده باشند، در هفته بعد برگزار خواهند شد.
47+
)}** ریپلای دریافت کرده باشند، در هفته آینده برگزار خواهند شد.
4848
4949
**قوانین شرکت در جلسات**:
5050
https://t.me/c/1191433472/3801

cs-queue-calendar/src/components/CalendarEventCreator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ https://t.me/c/1191433472/3801`;
3636
window.open(createGoogleCalendarLink(), "_blank")
3737
}
3838
>
39-
اضافه کردن ایونت به گوگل کلندر
39+
اضافه کردن رویداد به گوگل کلندر
4040
</Button>
4141
</div>
4242
);

0 commit comments

Comments
 (0)