[Question] Self-hosted cms #373
-
|
We’ve already implemented all translations and configurations using next-intl. However, we need a CMS for easier management, so we’d like to adopt this library. Additionally, we’d like to know whether it’s possible to remotely push changes back to GitHub when translation values (JSON files) are updated in the CMS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @dgfh0450 We are working on it. There is no clear doc yet. We hope to release it in the next 4 months. If you guys wanna contribute to match your needs, you're welcome
Yes, the v8 (that will be released today) will allow it. You can set up dictionary.location (in each .content or globally in you .config) and set
|
Beta Was this translation helpful? Give feedback.
Hey @dgfh0450
We are working on it. There is no clear doc yet. We hope to release it in the next 4 months.
But you can clone the repo and, add your secrets by reusing .env.template and run the dockerfiles (see root package.json)
If you guys wanna contribute to match your needs, you're welcome
Yes, the v8 (that will be released today) will allow it. You can set up dictionary.location (in each .content or globally in you .config) and set
locationlocation('remote' | 'local' | 'hybrid' | 'plugin')Indicates the location of the dictiona…