Skip to content

Commit

Permalink
fix: externalize all english strings, refactor some key names (WIP, #850
Browse files Browse the repository at this point in the history
)
  • Loading branch information
illfixit authored Sep 26, 2024
1 parent 44aac09 commit 198a388
Show file tree
Hide file tree
Showing 14 changed files with 1,194 additions and 822 deletions.
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

0 comments on commit 198a388

Please sign in to comment.