ReCoded-Org / lets-share-capstone-project

3 stars 2 forks source link

feat(blogs): blogs routing is done #57

Closed amjadmak closed 2 years ago

amjadmak commented 2 years ago

closes issue #45

The routing to the blogs was done and now it supports blogs in multiple languages.

IMPORTANT NOTE: There is a quick fix that I did, which is renaming "lang.json" and making it "common.json" again as a quick solution since we were having issues using "lang.json".

NOTE: The styling is not a subject to be reviewed in this PR.

I attached images that demonstrate how the routing supports multiple languages:

English Version: image

Arabic Version: image

Related Issue