mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #7369] [MERGED] fix(i18n): Correct capitalization typo in Dutch localization #8842
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/7369
Author: @PieterBecking
Created: 11/26/2024
Status: ✅ Merged
Merged: 11/26/2024
Merged by: @tjbck
Base:
dev← Head:fix/i18n-typo-groepen📝 Commits (1)
2b4e8f6fix(i18n): Correct capitalization typo in Dutch localization (GRoepen -> Groepen)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/lib/i18n/locales/nl-NL/translation.json(+1 -1)📄 Description
Pull Request Title
fix(i18n): Correct capitalization typo in Dutch localizationDescription
This pull request fixes a minor typo in the Dutch localization file. The word "GRoepen" has been corrected to "Groepen" to ensure proper capitalization and adherence to Dutch language standards.
Details of the change:
translation.jsonunder the Dutch localization folder (lib/i18n/locales/nl-NL/translation.json).Changelog
Fixed:
Additional Context
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.