-
-
Notifications
You must be signed in to change notification settings - Fork 129
Feat: Add Dutch Translation (I18N) Support #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
homelab-alpha
wants to merge
12
commits into
colinwilson:release
Choose a base branch
from
homelab-alpha:feat-add-dutch-translation-i18n-support
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat: Add Dutch Translation (I18N) Support #230
homelab-alpha
wants to merge
12
commits into
colinwilson:release
from
homelab-alpha:feat-add-dutch-translation-i18n-support
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated `hugo.toml` to include Dutch language configuration. - Added the `nl` language section to support the newly added Dutch translation for Lotus Docs. - Adjusted language weight for proper ordering with the addition of Dutch. modified: exampleSite/hugo.toml
- Added the Dutch translation file (`nl.toml`) for localization in Lotus Docs. - Translations are needed to support the newly added `nl.toml` file, which will provide content in Dutch. - This includes translations for UI elements like language selection, search, and feedback prompts. new file: i18n/nl.toml
- Added Dutch translation to the `quickstart.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/quickstart.md
- Added Dutch translation to the `_index.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/example-content/_index.md
- Added Dutch translation to the `code.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/example-content/code.md
- Added Dutch translation to the `mermaid.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/example-content/mermaid.md
- Added Dutch translation to the `_index.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/section folder/_index.md
- Added Dutch translation to the `_index.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/section folder/section subfolder/_index.md
- Added Dutch translation to the `_index.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/section folder/section subfolder/second section subfolder/_index.md
- Added Dutch translation to the `_index.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/section folder/section subfolder/second section subfolder/third section subfolder/_index.md
- Added Dutch translation to the `example-doc.md` file. - Translation was necessary due to the addition of a new I18N `nl.toml` file to Lotus Docs. - The `nl/docs` section now includes the Dutch version of the content of Lotus Docs. new file: exampleSite/content/nl/docs/section folder/section subfolder/second section subfolder/third section subfolder/example-doc.md
✅ Deploy Preview for hugo-lotusdocs ready!
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
hugo.toml
nl.toml
)✅ Summary of Changes
hugo.toml
nl.toml
)nl/docs
:quickstart.md
code.md
mermaid.md
index.md
filesexample-doc.md
🔍 Checklist
🎨 Dark Mode