From 831706fa0b99d5e5e66b433ab9114735e18048c6 Mon Sep 17 00:00:00 2001 From: Jere Ljungberg Date: Thu, 5 Feb 2026 12:34:38 +0200 Subject: [PATCH] Add translation --- package-lock.json | 6 +++--- translations/fi.po | 6 ++++++ translations/sv.po | 6 ++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38812f053..f601348fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3162,9 +3162,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001765", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001765.tgz", - "integrity": "sha512-LWcNtSyZrakjECqmpP4qdg0MMGdN368D7X8XvvAqOcqMv0RxnlqVKZl2V6/mBR68oYMxOZPLw/gO7DuisMHUvQ==", + "version": "1.0.30001768", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001768.tgz", + "integrity": "sha512-qY3aDRZC5nWPgHUgIB84WL+nySuo19wk0VJpp/XI9T34lrvkyhRvNVOFJOp2kxClQhiFBu+TaUSudf6oa3vkSA==", "funding": [ { "type": "opencollective", diff --git a/translations/fi.po b/translations/fi.po index b0ca07a34..8d7e5fa79 100644 --- a/translations/fi.po +++ b/translations/fi.po @@ -1647,3 +1647,9 @@ msgstr "Etäisyys" msgctxt "Search monitor instructions link" msgid "More detailed instructions on how to use saved searches" msgstr "Tarkemmat ohjeet hakuvahdin käyttöön" + +msgctxt "React search: Generic results text" +msgid "1 result" +msgid_plural "@count results" +msgstr[0] "1 hakutulos" +msgstr[1] "@count hakutulosta" diff --git a/translations/sv.po b/translations/sv.po index 09c0d5fd1..1dfcbfb44 100644 --- a/translations/sv.po +++ b/translations/sv.po @@ -1653,3 +1653,9 @@ msgstr "Avstånd" msgctxt "Search monitor instructions link" msgid "More detailed instructions on how to use saved searches" msgstr "Närmare anvisningar för hur du använder sökvakten" + +msgctxt "React search: Generic results text" +msgid "1 result" +msgid_plural "@count results" +msgstr[0] "1 resultat" +msgstr[1] "@count resultat"