Skip to content

Commit

Permalink
Fixed localization issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jan 26, 2021
1 parent ab84274 commit 1cb4865
Show file tree
Hide file tree
Showing 82 changed files with 855 additions and 609 deletions.
3 changes: 3 additions & 0 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ label.restore-version=Restore Version ({ date })
label.saved=Saved
label.by=By

label.source=Metadata Source
label.provider=Metadata Provider

message.delete-user-title=Delete User?
message.delete-user-body=You are requesting to delete a user. If you complete this process the user will be removed. This cannot be undone. Do you wish to continue?

Expand Down
3 changes: 3 additions & 0 deletions backend/src/main/resources/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ label.enable=Enable
label.disable=Disable
label.enable-metadata-sources=Enable Metadata Sources

label.source=Metadata Source
label.provider=Metadata Provider

message.delete-user-title=Delete User?
message.delete-user-body=You are requesting to delete a user. If you complete this process the user will be removed. This cannot be undone. Do you wish to continue?

Expand Down
3 changes: 2 additions & 1 deletion ui/.browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
> 0.5%
last 2 versions
Firefox ESR
IE 11
IE 11
not IE 9-10
8 changes: 7 additions & 1 deletion ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
"src/styles.scss"
],
"scripts": [],
"aot": true
"aot": true,
"allowedCommonJsDependencies": [
"deep-object-diff",
"file-saver",
"jexl",
"z-schema"
]
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit 1cb4865

Please sign in to comment.