From ef9b2ea0536ceab3e7af36152ddb400f8398238a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20W=C3=A5hlin?= <72360110+kwahlin@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:54:53 +0100 Subject: [PATCH 1/2] Update sv.js --- lxl-web/src/lib/i18n/locales/sv.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lxl-web/src/lib/i18n/locales/sv.js b/lxl-web/src/lib/i18n/locales/sv.js index ef9b30677..70ad5edcd 100644 --- a/lxl-web/src/lib/i18n/locales/sv.js +++ b/lxl-web/src/lib/i18n/locales/sv.js @@ -45,8 +45,7 @@ export default { '@reverse': 'Relation', 'meta.encodingLevel': 'Beskrivningsnivå', 'rdf:type': 'Typ', - workType: 'Typ', - instanceType: 'Format', + hasInstanceType: 'Format', genreForm: 'Genre/form', itemHeldBy: 'Bibliotek', bibliography: 'Bibliografi', From cfa5b5535d5641a109b8a86a37ead6d2de13e859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20W=C3=A5hlin?= <72360110+kwahlin@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:57:26 +0100 Subject: [PATCH 2/2] Update en.js --- lxl-web/src/lib/i18n/locales/en.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lxl-web/src/lib/i18n/locales/en.js b/lxl-web/src/lib/i18n/locales/en.js index 43ba4a1d2..d7457381c 100644 --- a/lxl-web/src/lib/i18n/locales/en.js +++ b/lxl-web/src/lib/i18n/locales/en.js @@ -46,8 +46,7 @@ export default { '@reverse': 'Relation', 'meta.encodingLevel': 'Encoding level', 'rdf:type': 'Type', - workType: 'Type', - instanceType: 'Format', + hasInstanceType: 'Format', genreForm: 'Genre/form', itemHeldBy: 'Library', bibliography: 'Bibliography',