Open i99dev opened 1 year ago
We also need content separation what can base on user locale. Any chance to have this in near future?
Hello @jaktestowac, regarding separation based on language, it is available
@i99dev I understand that I can use different languages when I merge your PR https://github.com/morethanmin/morethan-log/pull/87 to my blog codebase?
@jaktestowac Hey, I merged the last commit from the original repository. you can merge and follow up on instructions on Readme file
@i99dev Thanks👏 I will test it for sure!
Problem
Currently, the Next.js application only supports pulling data from one Notion page and only supports one language.
Proposed Solution
Create separate Notion pages for each language and use the Next.js page ID to dynamically render the appropriate page when the user changes their language selection.
Implementation
I plan to implement this on my Page. Any suggestions or idea will be welcome