From 7f263d3306de1976be668a3f582931db78aaf9ce Mon Sep 17 00:00:00 2001 From: Arild Matsson Date: Mon, 27 May 2024 17:00:00 +0200 Subject: [PATCH] fix(local): Restore "of" --- app/translations/locale-eng.json | 1 + app/translations/locale-swe.json | 1 + 2 files changed, 2 insertions(+) diff --git a/app/translations/locale-eng.json b/app/translations/locale-eng.json index 6e7a2eff8..4e0671c25 100644 --- a/app/translations/locale-eng.json +++ b/app/translations/locale-eng.json @@ -281,6 +281,7 @@ "corpselector_lastupdate": "Last update", "corpselector_supports": "Supports extended context.", "corpselector_limited": "The corpus is protected.", + "corpselector_of": " of ", "corpselector_year": "Tokens in material dated", "corpselector_undated": "Tokens in undated material", "corpselector_all": "Available", diff --git a/app/translations/locale-swe.json b/app/translations/locale-swe.json index ea1ad5e71..1b3704d26 100644 --- a/app/translations/locale-swe.json +++ b/app/translations/locale-swe.json @@ -281,6 +281,7 @@ "corpselector_lastupdate": "Senast uppdaterad", "corpselector_supports": "Stödjer utökad kontextvisning.", "corpselector_limited": "Korpusen är skyddad.", + "corpselector_of": " av ", "corpselector_year": "Antal token i material daterat", "corpselector_undated": "Antal token i odaterat material", "corpselector_all": "Tillgängligt",