Skip to content
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

I18n fixes #850

Merged
merged 27 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ chrome-profiler-events*.json

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

# misc
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ the detailed section referring to by linking pull requests or issues.

#### Major

- Internationalize the UI and add a German localization

#### Minor

#### Patch
Expand All @@ -34,6 +32,9 @@ the detailed section referring to by linking pull requests or issues.
- Fixed config not being applied properly after a version upgrade
- Fixed Date to DateTime conversion issues when using operators `LT` and `GT`
([#846](https://github.com/sovity/edc-ui/issues/846))
- Added initial support for UI internationalization
([#680](https://github.com/sovity/edc-ui/issues/680))
- Implemented Data Offer wizard wording change request by MDS

### Deployment Migration Notes

Expand Down
Loading
Loading