lotusdocs
lotusdocs copied to clipboard
Feat: Add Dutch Translation (I18N) Support
PR: Add Dutch Language Support and I18N Features
✨ Feature: Dutch Translation & Internationalization (I18N)
This update introduces Dutch language support, enhancing the multilingual capabilities of the platform. It also lays the groundwork for future translations, with a focus on nl/docs.
🔧 Configuration Updates
- Added Dutch language support to
hugo.toml - Introduced Dutch translation file (
nl.toml)
✅ Summary of Changes
- Enabled Dutch language in
hugo.toml - Added Dutch translation file (
nl.toml) - Translated the following content in
nl/docs:quickstart.mdcode.mdmermaid.md- All
index.mdfiles example-doc.md
🔍 Checklist
- [x] Code tested and confirmed to work as expected
- [x] Documentation updates included in this PR
- [x] Verified that all internationalization (I18n) changes are accurate
- [x] No new errors or warnings introduced
🎨 Dark Mode
- [x] The UI has been tested both in dark and light mode
- [x] This PR does not change the UI (by default NO)
Deploy Preview for hugo-lotusdocs ready!
| Name | Link |
|---|---|
| Latest commit | 07b05f737edf20c9273c7833f2d53a13162dd544 |
| Latest deploy log | https://app.netlify.com/projects/hugo-lotusdocs/deploys/683dd7a4773b9500082661b6 |
| Deploy Preview | https://deploy-preview-230--hugo-lotusdocs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
@colinwilson, if you have some time, I would appreciate some feedback on this PR. I also have a question: is it possible to add the landing.yaml in multiple languages to the current project, or does it still need to be added to Lotus Docs?
- Related to #213 ?