Closed nomadbitcoin closed 4 months ago
This issue tracks the tasks needed to enhance multi-language support and functionality in our application.
Get lessons markdown inside lessons page:
Implement GetPage inside getServerSideProps instead of getLessons:
GetPage
getServerSideProps
Fix lesson submission validation:
Make repository language dynamic based on locale:
Update page path url to include Section number.
Ensure content is correctly localized and validated, enhancing the user experience across different languages.
Issue: Multi-language Fixes and Improvements
Description:
This issue tracks the tasks needed to enhance multi-language support and functionality in our application.
Tasks:
Get lessons markdown inside lessons page:
Implement GetPage inside getServerSideProps instead of getLessons:
GetPage
withingetServerSideProps
for better performance.Fix lesson submission validation:
Make repository language dynamic based on locale:
Update page path url to include Section number.
Goal:
Ensure content is correctly localized and validated, enhancing the user experience across different languages.