@shwfed/nuxt 0.1.22 → 0.1.23

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.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
3
  "configKey": "shwfed",
4
- "version": "0.1.22",
4
+ "version": "0.1.23",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -39,7 +39,7 @@ whenever(() => meta_k?.value, () => {
39
39
  class="text-zinc-400 text-2xl!"
40
40
  />
41
41
  <p class="text-zinc-500">
42
- {{ t("command-palette.empty") }}
42
+ {{ t("command-palette-empty") }}
43
43
  </p>
44
44
  </section>
45
45
  </CommandEmpty>
@@ -65,12 +65,9 @@ whenever(() => meta_k?.value, () => {
65
65
 
66
66
  <i18n lang="yaml">
67
67
  zh:
68
- command-palette:
69
- empty: 无搜索结果
68
+ command-palette-empty: 无搜索结果
70
69
  ja:
71
- command-palette:
72
- empty: 結果はありません
70
+ command-palette-empty: 結果はありません
73
71
  en:
74
- command-palette:
75
- empty: No results
72
+ command-palette-empty: No results
76
73
  </i18n>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/nuxt",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "type": "module",