Skip to content

Commit

Permalink
Merge pull request #181 from 202306-NEA-DZ-FEW/174-add-chat-feature
Browse files Browse the repository at this point in the history
feat(page): add chat between users
  • Loading branch information
0m3ga13 authored Nov 27, 2023
2 parents 61908f1 + 8573a2b commit 260f9e6
Show file tree
Hide file tree
Showing 28 changed files with 1,085 additions and 4,580 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ robots.txt
sitemap.xml
sitemap-*.xml
.env*.local


#sw
**/public/workbox-*.js
**/public/sw.js
**/public/worker-*.js
1 change: 1 addition & 0 deletions messages/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"How it Works": "كيفية العمل",
"for sale": "للبيع",
"for buy": "للكراء",
"Log In": "دخول",
"Filter By": "صنف بواسطة",
"Price Filter": "تصفية الأسعار",
"Product Status": "حالة المنتج",
Expand Down
2 changes: 2 additions & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@
"Enjoy!": "Enjoy!",
"How it Works": "How it Works",
"They Said About Us": "They Said About Us",
"for buy": "for buy",
"Log In": "Log In",
"for sale": "Buy",
"for borrow": "Borrow",
"Filter By": "Filter By",
Expand Down
Loading

0 comments on commit 260f9e6

Please sign in to comment.