From 8fb6057e31460b6b46bd8931443aebdb916e864b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20Ton=C3=A9r?= Date: Tue, 30 May 2023 17:15:22 +0200 Subject: [PATCH] fix(theme-transalations): fix Swedish translation of "last updated" (#9021) --- .../docusaurus-theme-translations/locales/sv/theme-common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus-theme-translations/locales/sv/theme-common.json b/packages/docusaurus-theme-translations/locales/sv/theme-common.json index b93fcb3c92..cf30e188d9 100644 --- a/packages/docusaurus-theme-translations/locales/sv/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/sv/theme-common.json @@ -60,7 +60,7 @@ "theme.docs.versions.unreleasedVersionLabel": "Detta är ej utgiven dokumentation för {siteTitle} {versionLabel} version.", "theme.lastUpdated.atDate": " den {date}", "theme.lastUpdated.byUser": " av {user}", - "theme.lastUpdated.lastUpdatedAtBy": "Senast updatera{atDate}{byUser}", + "theme.lastUpdated.lastUpdatedAtBy": "Senast uppdaterad{atDate}{byUser}", "theme.navbar.mobileLanguageDropdown.label": "Språk", "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tillbaka till huvudmeny", "theme.navbar.mobileVersionsDropdown.label": "Versioner",