@docusaurus/theme-translations 0.0.0-5584 → 0.0.0-5587

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,7 +60,7 @@
60
60
  "theme.docs.versions.unreleasedVersionLabel": "Detta är ej utgiven dokumentation för {siteTitle} {versionLabel} version.",
61
61
  "theme.lastUpdated.atDate": " den {date}",
62
62
  "theme.lastUpdated.byUser": " av {user}",
63
- "theme.lastUpdated.lastUpdatedAtBy": "Senast updatera{atDate}{byUser}",
63
+ "theme.lastUpdated.lastUpdatedAtBy": "Senast uppdaterad{atDate}{byUser}",
64
64
  "theme.navbar.mobileLanguageDropdown.label": "Språk",
65
65
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tillbaka till huvudmeny",
66
66
  "theme.navbar.mobileVersionsDropdown.label": "Versioner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5584",
3
+ "version": "0.0.0-5587",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "tslib": "^2.5.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5584",
27
- "@docusaurus/logger": "0.0.0-5584",
26
+ "@docusaurus/core": "0.0.0-5587",
27
+ "@docusaurus/logger": "0.0.0-5587",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "5ff2655ff9c906719e9c600e7d8106b6291f8439"
33
+ "gitHead": "e4f5a5e86efac10c913412f215bd37723c75a03d"
34
34
  }