@docusaurus/theme-translations 0.0.0-4666 → 0.0.0-4675

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.
@@ -39,7 +39,7 @@
39
39
  "theme.docs.sidebar.collapseButtonTitle": "收起侧边栏",
40
40
  "theme.docs.sidebar.expandButtonAriaLabel": "展开侧边栏",
41
41
  "theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
42
- "theme.docs.tagDocListPageTitle": "{nDocsTagged} 篇带有标签「{tagName}」",
42
+ "theme.docs.tagDocListPageTitle": "{nDocsTagged}{tagName}」",
43
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签",
44
44
  "theme.docs.versionBadge.label": "版本:{versionLabel}",
45
45
  "theme.docs.versions.latestVersionLinkLabel": "最新版本",
@@ -39,7 +39,7 @@
39
39
  "theme.docs.sidebar.collapseButtonTitle": "收起側邊欄",
40
40
  "theme.docs.sidebar.expandButtonAriaLabel": "展開側邊欄",
41
41
  "theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
42
- "theme.docs.tagDocListPageTitle": "{nDocsTagged} 篇帶有標籤「{tagName}」",
42
+ "theme.docs.tagDocListPageTitle": "{nDocsTagged}{tagName}」",
43
43
  "theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
44
44
  "theme.docs.versionBadge.label": "版本:{versionLabel}",
45
45
  "theme.docs.versions.latestVersionLinkLabel": "最新版本",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-4666",
3
+ "version": "0.0.0-4675",
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.3.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-4666",
27
- "@docusaurus/logger": "0.0.0-4666",
26
+ "@docusaurus/core": "0.0.0-4675",
27
+ "@docusaurus/logger": "0.0.0-4675",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=14"
32
32
  },
33
- "gitHead": "f3854bae75b5cff6c8c454bd395f4fa5356150af"
33
+ "gitHead": "4489445a352d63a0cad904314abb772281d8bc1a"
34
34
  }