diff --git a/apps/red-ui/src/assets/i18n/redact/de.json b/apps/red-ui/src/assets/i18n/redact/de.json index 6a0bfceb2..bb38c7531 100644 --- a/apps/red-ui/src/assets/i18n/redact/de.json +++ b/apps/red-ui/src/assets/i18n/redact/de.json @@ -1249,9 +1249,6 @@ "text": "Freier Text" }, "file-attribute": { - "actions": { - "edit": "" - }, "update": { "error": "", "success": "" diff --git a/apps/red-ui/src/assets/i18n/redact/en.json b/apps/red-ui/src/assets/i18n/redact/en.json index 893c1decf..4a3bf7b75 100644 --- a/apps/red-ui/src/assets/i18n/redact/en.json +++ b/apps/red-ui/src/assets/i18n/redact/en.json @@ -1249,9 +1249,6 @@ "text": "Free Text" }, "file-attribute": { - "actions": { - "edit": "Edit" - }, "update": { "error": "Failed to update file attribute value!", "success": "File attribute value has been updated successfully!" diff --git a/apps/red-ui/src/assets/i18n/scm/de.json b/apps/red-ui/src/assets/i18n/scm/de.json index d59d6e4b8..274648eb0 100644 --- a/apps/red-ui/src/assets/i18n/scm/de.json +++ b/apps/red-ui/src/assets/i18n/scm/de.json @@ -1249,9 +1249,6 @@ "text": "Freier Text" }, "file-attribute": { - "actions": { - "edit": "" - }, "update": { "error": "", "success": "" diff --git a/apps/red-ui/src/assets/i18n/scm/en.json b/apps/red-ui/src/assets/i18n/scm/en.json index 951f40d13..6bd005af1 100644 --- a/apps/red-ui/src/assets/i18n/scm/en.json +++ b/apps/red-ui/src/assets/i18n/scm/en.json @@ -1249,9 +1249,6 @@ "text": "Free Text" }, "file-attribute": { - "actions": { - "edit": "Edit" - }, "update": { "error": "Failed to update file attribute value!", "success": "File attribute value has been updated successfully!" diff --git a/libs/common-ui b/libs/common-ui index cc90d9a56..7bf0b845f 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit cc90d9a561f4cc1cea277b924775b1b0c62dafa5 +Subproject commit 7bf0b845fcd26470147950c5a9bbf05feeea2027 diff --git a/package.json b/package.json index 737a24bd3..abbe761dc 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "@angular/platform-browser-dynamic": "15.1.2", "@angular/router": "15.1.2", "@angular/service-worker": "15.1.2", - "@biesbjerg/ngx-translate-extract-marker": "^1.0.0", "@materia-ui/ngx-monaco-editor": "^6.0.0", "@messageformat/core": "^3.1.0", "@ngx-translate/core": "^14.0.0", diff --git a/tsconfig.json b/tsconfig.json index 9510f0616..a7c391f9f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,8 @@ "@translations/*": ["apps/red-ui/src/app/translations/*"], "@upload-download/*": ["apps/red-ui/src/app/modules/upload-download/*"], "@users/*": ["apps/red-ui/src/app/users/*"], - "@utils/*": ["apps/red-ui/src/app/utils/*"] + "@utils/*": ["apps/red-ui/src/app/utils/*"], + "@biesbjerg/ngx-translate-extract-marker": ["libs/common-ui/src/lib/translations/ngx-translate-extract-marker"] } }, "exclude": ["node_modules", "tmp"], diff --git a/yarn.lock b/yarn.lock index 50076bc01..3766743e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1594,13 +1594,6 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@biesbjerg/ngx-translate-extract-marker@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@biesbjerg/ngx-translate-extract-marker/-/ngx-translate-extract-marker-1.0.0.tgz#3c50b5305fb2ffe4826c1473e25e6f746bb31916" - integrity sha512-GlCBQKmFE+b+qfIO0aGvuRc4LJVSfK27K2QQFXZLP55/w28iiq/q2CnBS8ya+4l+hapm7U3QPtFoZu9lmbUuew== - dependencies: - tslib "^1.9.0" - "@cspotcode/source-map-support@^0.8.0": version "0.8.1" resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"