@jjlmoya/utils-creative 1.20.0 → 1.21.0

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.
Files changed (137) hide show
  1. package/package.json +1 -1
  2. package/src/data.ts +2 -1
  3. package/src/entries.ts +3 -1
  4. package/src/index.ts +3 -0
  5. package/src/tests/locale_completeness.test.ts +2 -14
  6. package/src/tests/tool_validation.test.ts +2 -2
  7. package/src/tool/bead-pattern-generator/bibliography.astro +2 -12
  8. package/src/tool/bead-pattern-generator/bibliography.ts +5 -0
  9. package/src/tool/bead-pattern-generator/entry.ts +0 -1
  10. package/src/tool/bead-pattern-generator/i18n/de.ts +2 -6
  11. package/src/tool/bead-pattern-generator/i18n/en.ts +2 -6
  12. package/src/tool/bead-pattern-generator/i18n/es.ts +2 -6
  13. package/src/tool/bead-pattern-generator/i18n/fr.ts +2 -6
  14. package/src/tool/bead-pattern-generator/i18n/id.ts +2 -6
  15. package/src/tool/bead-pattern-generator/i18n/it.ts +2 -6
  16. package/src/tool/bead-pattern-generator/i18n/ja.ts +2 -6
  17. package/src/tool/bead-pattern-generator/i18n/ko.ts +2 -6
  18. package/src/tool/bead-pattern-generator/i18n/nl.ts +2 -6
  19. package/src/tool/bead-pattern-generator/i18n/pl.ts +2 -6
  20. package/src/tool/bead-pattern-generator/i18n/pt.ts +2 -6
  21. package/src/tool/bead-pattern-generator/i18n/ru.ts +2 -6
  22. package/src/tool/bead-pattern-generator/i18n/sv.ts +2 -6
  23. package/src/tool/bead-pattern-generator/i18n/tr.ts +2 -6
  24. package/src/tool/bead-pattern-generator/i18n/zh.ts +2 -6
  25. package/src/tool/dice-roller/bibliography.astro +3 -12
  26. package/src/tool/dice-roller/bibliography.ts +5 -0
  27. package/src/tool/dice-roller/entry.ts +0 -1
  28. package/src/tool/dice-roller/i18n/de.ts +2 -6
  29. package/src/tool/dice-roller/i18n/en.ts +2 -6
  30. package/src/tool/dice-roller/i18n/es.ts +2 -6
  31. package/src/tool/dice-roller/i18n/fr.ts +2 -6
  32. package/src/tool/dice-roller/i18n/id.ts +2 -6
  33. package/src/tool/dice-roller/i18n/it.ts +2 -6
  34. package/src/tool/dice-roller/i18n/ja.ts +2 -6
  35. package/src/tool/dice-roller/i18n/ko.ts +2 -6
  36. package/src/tool/dice-roller/i18n/nl.ts +2 -6
  37. package/src/tool/dice-roller/i18n/pl.ts +2 -6
  38. package/src/tool/dice-roller/i18n/pt.ts +2 -6
  39. package/src/tool/dice-roller/i18n/ru.ts +2 -6
  40. package/src/tool/dice-roller/i18n/sv.ts +2 -6
  41. package/src/tool/dice-roller/i18n/tr.ts +2 -6
  42. package/src/tool/dice-roller/i18n/zh.ts +2 -6
  43. package/src/tool/excuse-generator/bibliography.astro +2 -12
  44. package/src/tool/excuse-generator/bibliography.ts +3 -0
  45. package/src/tool/excuse-generator/entry.ts +0 -1
  46. package/src/tool/excuse-generator/i18n/de.ts +2 -4
  47. package/src/tool/excuse-generator/i18n/en.ts +2 -4
  48. package/src/tool/excuse-generator/i18n/es.ts +2 -4
  49. package/src/tool/excuse-generator/i18n/fr.ts +2 -4
  50. package/src/tool/excuse-generator/i18n/id.ts +2 -4
  51. package/src/tool/excuse-generator/i18n/it.ts +2 -4
  52. package/src/tool/excuse-generator/i18n/ja.ts +2 -4
  53. package/src/tool/excuse-generator/i18n/ko.ts +2 -4
  54. package/src/tool/excuse-generator/i18n/nl.ts +2 -4
  55. package/src/tool/excuse-generator/i18n/pl.ts +2 -4
  56. package/src/tool/excuse-generator/i18n/pt.ts +2 -4
  57. package/src/tool/excuse-generator/i18n/ru.ts +2 -4
  58. package/src/tool/excuse-generator/i18n/sv.ts +2 -4
  59. package/src/tool/excuse-generator/i18n/tr.ts +2 -4
  60. package/src/tool/excuse-generator/i18n/zh.ts +2 -4
  61. package/src/tool/fortune-cookie/bibliography.astro +2 -12
  62. package/src/tool/fortune-cookie/bibliography.ts +3 -0
  63. package/src/tool/fortune-cookie/entry.ts +0 -1
  64. package/src/tool/fortune-cookie/i18n/de.ts +2 -5
  65. package/src/tool/fortune-cookie/i18n/en.ts +2 -5
  66. package/src/tool/fortune-cookie/i18n/es.ts +2 -4
  67. package/src/tool/fortune-cookie/i18n/fr.ts +2 -5
  68. package/src/tool/fortune-cookie/i18n/id.ts +2 -5
  69. package/src/tool/fortune-cookie/i18n/it.ts +2 -5
  70. package/src/tool/fortune-cookie/i18n/ja.ts +2 -5
  71. package/src/tool/fortune-cookie/i18n/ko.ts +2 -5
  72. package/src/tool/fortune-cookie/i18n/nl.ts +2 -5
  73. package/src/tool/fortune-cookie/i18n/pl.ts +2 -5
  74. package/src/tool/fortune-cookie/i18n/pt.ts +2 -5
  75. package/src/tool/fortune-cookie/i18n/ru.ts +2 -5
  76. package/src/tool/fortune-cookie/i18n/sv.ts +2 -5
  77. package/src/tool/fortune-cookie/i18n/tr.ts +2 -5
  78. package/src/tool/fortune-cookie/i18n/zh.ts +2 -5
  79. package/src/tool/glitch-image-distorter/bibliography.astro +8 -0
  80. package/src/tool/glitch-image-distorter/bibliography.ts +4 -0
  81. package/src/tool/glitch-image-distorter/component.astro +393 -0
  82. package/src/tool/glitch-image-distorter/entry.ts +48 -0
  83. package/src/tool/glitch-image-distorter/glitch-image-distorter.css +233 -0
  84. package/src/tool/glitch-image-distorter/i18n/de.ts +131 -0
  85. package/src/tool/glitch-image-distorter/i18n/en.ts +131 -0
  86. package/src/tool/glitch-image-distorter/i18n/es.ts +131 -0
  87. package/src/tool/glitch-image-distorter/i18n/fr.ts +131 -0
  88. package/src/tool/glitch-image-distorter/i18n/id.ts +131 -0
  89. package/src/tool/glitch-image-distorter/i18n/it.ts +131 -0
  90. package/src/tool/glitch-image-distorter/i18n/ja.ts +131 -0
  91. package/src/tool/glitch-image-distorter/i18n/ko.ts +131 -0
  92. package/src/tool/glitch-image-distorter/i18n/nl.ts +131 -0
  93. package/src/tool/glitch-image-distorter/i18n/pl.ts +131 -0
  94. package/src/tool/glitch-image-distorter/i18n/pt.ts +131 -0
  95. package/src/tool/glitch-image-distorter/i18n/ru.ts +131 -0
  96. package/src/tool/glitch-image-distorter/i18n/sv.ts +131 -0
  97. package/src/tool/glitch-image-distorter/i18n/tr.ts +131 -0
  98. package/src/tool/glitch-image-distorter/i18n/zh.ts +131 -0
  99. package/src/tool/glitch-image-distorter/index.ts +9 -0
  100. package/src/tool/glitch-image-distorter/seo.astro +15 -0
  101. package/src/tool/synesthesia-painter/bibliography.astro +3 -12
  102. package/src/tool/synesthesia-painter/bibliography.ts +5 -0
  103. package/src/tool/synesthesia-painter/entry.ts +0 -1
  104. package/src/tool/synesthesia-painter/i18n/de.ts +2 -6
  105. package/src/tool/synesthesia-painter/i18n/en.ts +2 -6
  106. package/src/tool/synesthesia-painter/i18n/es.ts +2 -6
  107. package/src/tool/synesthesia-painter/i18n/fr.ts +2 -6
  108. package/src/tool/synesthesia-painter/i18n/id.ts +2 -6
  109. package/src/tool/synesthesia-painter/i18n/it.ts +2 -6
  110. package/src/tool/synesthesia-painter/i18n/ja.ts +2 -6
  111. package/src/tool/synesthesia-painter/i18n/ko.ts +2 -6
  112. package/src/tool/synesthesia-painter/i18n/nl.ts +2 -6
  113. package/src/tool/synesthesia-painter/i18n/pl.ts +2 -6
  114. package/src/tool/synesthesia-painter/i18n/pt.ts +2 -6
  115. package/src/tool/synesthesia-painter/i18n/ru.ts +2 -6
  116. package/src/tool/synesthesia-painter/i18n/sv.ts +2 -6
  117. package/src/tool/synesthesia-painter/i18n/tr.ts +2 -6
  118. package/src/tool/synesthesia-painter/i18n/zh.ts +2 -6
  119. package/src/tool/zalgo-generator/bibliography.astro +2 -12
  120. package/src/tool/zalgo-generator/bibliography.ts +5 -0
  121. package/src/tool/zalgo-generator/entry.ts +0 -1
  122. package/src/tool/zalgo-generator/i18n/de.ts +2 -6
  123. package/src/tool/zalgo-generator/i18n/en.ts +2 -6
  124. package/src/tool/zalgo-generator/i18n/es.ts +2 -6
  125. package/src/tool/zalgo-generator/i18n/fr.ts +2 -6
  126. package/src/tool/zalgo-generator/i18n/id.ts +2 -6
  127. package/src/tool/zalgo-generator/i18n/it.ts +2 -6
  128. package/src/tool/zalgo-generator/i18n/ja.ts +2 -6
  129. package/src/tool/zalgo-generator/i18n/ko.ts +2 -6
  130. package/src/tool/zalgo-generator/i18n/nl.ts +2 -6
  131. package/src/tool/zalgo-generator/i18n/pl.ts +2 -6
  132. package/src/tool/zalgo-generator/i18n/pt.ts +2 -6
  133. package/src/tool/zalgo-generator/i18n/ru.ts +2 -6
  134. package/src/tool/zalgo-generator/i18n/sv.ts +2 -6
  135. package/src/tool/zalgo-generator/i18n/tr.ts +2 -6
  136. package/src/tool/zalgo-generator/i18n/zh.ts +2 -6
  137. package/src/tools.ts +2 -0
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ExcuseGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'generator-wymowek';
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Najczęściej Zadawane Pytania',
62
- bibliographyTitle: 'Bibliografia Czasu Wolnego',
63
63
  ui: {
64
64
  title: 'Surrealistyczny Generator Wymówek',
65
65
  description: 'Kalkulator alibi nowej generacji.',
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
114
114
  ]},
115
115
  ],
116
116
  faq,
117
- bibliography: [
118
- { name: 'Manifest Prokrastynatora', url: 'https://example.com/manifesto' }
119
- ],
117
+ bibliography,
120
118
  howTo,
121
119
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
120
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ExcuseGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'gerador-de-desculpas';
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Perguntas Frequentes',
62
- bibliographyTitle: 'Bibliografia de Lazer',
63
63
  ui: {
64
64
  title: 'Gerador de Desculpas Surreais',
65
65
  description: 'Calculadora de álibis de próxima geração.',
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
114
114
  ]},
115
115
  ],
116
116
  faq,
117
- bibliography: [
118
- { name: 'Manifesto do Procrastinador', url: 'https://example.com/manifesto' }
119
- ],
117
+ bibliography,
120
118
  howTo,
121
119
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
120
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ExcuseGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'generator-otgovorki';
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Часто задаваемые вопросы',
62
- bibliographyTitle: 'Библиография досуга',
63
63
  ui: {
64
64
  title: 'Сюрреалистичный генератор отговорок',
65
65
  description: 'Калькулятор алиби нового поколения.',
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
114
114
  ]},
115
115
  ],
116
116
  faq,
117
- bibliography: [
118
- { name: 'Манифест прокрастинатора', url: 'https://example.com/manifesto' }
119
- ],
117
+ bibliography,
120
118
  howTo,
121
119
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
120
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ExcuseGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'ursaktsgenerator';
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Vanliga frågor',
62
- bibliographyTitle: 'Fritidsbibliografi',
63
63
  ui: {
64
64
  title: 'Surrealistisk Ursaktsgenerator',
65
65
  description: 'Nästa generations alibi-kalkylator.',
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
114
114
  ]},
115
115
  ],
116
116
  faq,
117
- bibliography: [
118
- { name: 'Prokrastinerarens manifest', url: 'https://example.com/manifesto' }
119
- ],
117
+ bibliography,
120
118
  howTo,
121
119
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
120
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ExcuseGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'bahane-ureteci';
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Sıkça Sorulan Sorular',
62
- bibliographyTitle: 'Boş Zaman Kaynakçası',
63
63
  ui: {
64
64
  title: 'Gerçeküstü Bahane Üreteci',
65
65
  description: 'Yeni nesil alibi hesaplayıcı.',
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
114
114
  ]},
115
115
  ],
116
116
  faq,
117
- bibliography: [
118
- { name: 'Erteleyicinin Manifestosu', url: 'https://example.com/manifesto' }
119
- ],
117
+ bibliography,
120
118
  howTo,
121
119
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
120
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ExcuseGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'excuse-generator';
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: '常见问题解答',
62
- bibliographyTitle: '闲暇文献',
63
63
  ui: {
64
64
  title: '荒诞借口生成器',
65
65
  description: '下一代不在场证明计算器。',
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
114
114
  ]},
115
115
  ],
116
116
  faq,
117
- bibliography: [
118
- { name: '拖延者宣言', url: 'https://example.com/manifesto' }
119
- ],
117
+ bibliography,
120
118
  howTo,
121
119
  schemas: [faqSchema as any, howToSchema as any, appSchema],
122
120
  };
@@ -1,18 +1,8 @@
1
1
  ---
2
2
  import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
3
- import { fortuneCookie, type FortuneCookieLocaleContent } from './index';
4
- import type { KnownLocale } from '../../types';
3
+ import { bibliography } from './bibliography';
5
4
 
6
- interface Props {
7
- locale?: KnownLocale;
8
- }
9
-
10
- const { locale = 'es' } = Astro.props;
11
- const localeContentLoader = (fortuneCookie.i18n as Record<string, () => Promise<FortuneCookieLocaleContent>>)[locale];
12
- const content = localeContentLoader ? await localeContentLoader() : null;
13
- if (!content) return null;
14
-
15
- const { bibliography } = content;
5
+ if (!bibliography || bibliography.length === 0) return null;
16
6
  ---
17
7
 
18
8
  <SharedBibliography links={bibliography} />
@@ -0,0 +1,3 @@
1
+ export const bibliography = [
2
+ { name: 'Historia de la Galleta de la Fortuna', url: 'https://es.wikipedia.org/wiki/Galleta_de_la_fortuna' }
3
+ ];
@@ -12,7 +12,6 @@ export interface FortuneCookieUI {
12
12
  copied: string;
13
13
  fortunes: string;
14
14
  faqTitle: string;
15
- bibliographyTitle: string;
16
15
  }
17
16
 
18
17
  export type FortuneCookieLocaleContent = ToolLocaleContent<FortuneCookieUI>;
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'glueckskeks-online';
5
6
  const title = 'Glückskeks';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Häufig gestellte Fragen',
62
- bibliographyTitle: 'Schicksals-Bibliographie',
63
63
  ui: {
64
64
  title: 'Online Glückskeks',
65
65
  description: 'Dein tägliches digitales Orakel.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Eine unerwartete Reise wird dir große Freude bereiten."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Referenzen'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Das Geheimnis des Glückskekses', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Geschichte des Glückskekses', url: 'https://de.wikipedia.org/wiki/Glückskeks' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'fortune-cookie';
5
6
  const title = 'Fortune Cookie';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Frequently Asked Questions',
62
- bibliographyTitle: 'Destiny Bibliography',
63
63
  ui: {
64
64
  title: 'Online Fortune Cookie',
65
65
  description: 'Your daily digital oracle.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "An unexpected trip will bring you great joys."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'References'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'The Mystery of the Fortune Cookie', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'History of the Fortune Cookie', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'galleta-fortuna';
5
6
  const title = 'Galleta de la Fortuna';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Preguntas Frecuentes',
62
- bibliographyTitle: 'Bibliografía del Destino',
63
63
  ui: {
64
64
  title: 'Galleta de la Fortuna Online',
65
65
  description: 'Tu oráculo digital diario.',
@@ -124,9 +124,7 @@ export const content: FortuneCookieLocaleContent = {
124
124
  ]},
125
125
  ],
126
126
  faq,
127
- bibliography: [
128
- { name: 'Historia de la Galleta de la Fortuna', url: 'https://es.wikipedia.org/wiki/Galleta_de_la_fortuna' }
129
- ],
127
+ bibliography,
130
128
  howTo,
131
129
  schemas: [faqSchema as any, howToSchema as any, appSchema],
132
130
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'biscuit-de-la-fortune';
5
6
  const title = 'Biscuit de la Fortune';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Questions Fréquemment Posées',
62
- bibliographyTitle: 'Bibliographie du Destin',
63
63
  ui: {
64
64
  title: 'Biscuit de la Fortune en Ligne',
65
65
  description: 'Votre oracle numérique quotidien.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Un voyage inattendu vous apportera de grandes joies."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Références'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Le Mystère du Biscuit de la Fortune', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Histoire du Fortune Cookie', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'kue-keberuntungan';
5
6
  const title = 'Kue Keberuntungan';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Pertanyaan yang Sering Diajukan',
62
- bibliographyTitle: 'Bibliografi Nasib',
63
63
  ui: {
64
64
  title: 'Kue Keberuntungan Online',
65
65
  description: 'Peramal digital harian Anda.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Perjalanan tak terduga akan membawakan Anda kegembiraan yang besar."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Referensi'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Misteri Kue Keberuntungan', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Sejarah Kue Keberuntungan', url: 'https://id.wikipedia.org/wiki/Kue_keberuntungan' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'biscotto-della-fortuna-online';
5
6
  const title = 'Biscotto della Fortuna';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Domande Frequenti',
62
- bibliographyTitle: 'Bibliografia del Destino',
63
63
  ui: {
64
64
  title: 'Biscotto della Fortuna Online',
65
65
  description: 'Il tuo oracolo digitale quotidiano.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Un viaggio inaspettato ti porterà grandi gioie."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Riferimenti'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Il Mistero del Biscotto della Fortuna', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Storia del Biscotto della Fortuna', url: 'https://it.wikipedia.org/wiki/Biscotto_della_fortuna' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'fortune-cookie';
5
6
  const title = 'フォーチュンクッキー';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'よくある質問',
62
- bibliographyTitle: '運命の参考文献',
63
63
  ui: {
64
64
  title: 'オンライン・フォーチュンクッキー',
65
65
  description: 'あなたの毎日のデジタル神託。',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "予期せぬ旅があなたに大きな喜びをもたらすでしょう。"
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: '参考文献'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'フォーチュンクッキーの謎', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 }
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'フォーチュンクッキーの歴史(英語)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'fortune-cookie';
5
6
  const title = '포춘 쿠키';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: '자주 묻는 질문',
62
- bibliographyTitle: '운명의 참고 문헌',
63
63
  ui: {
64
64
  title: '온라인 포춘 쿠키',
65
65
  description: '당신을 위한 매일의 디지털 신탁.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "예기치 못한 여행이 당신에게 큰 기쁨을 가져다줄 것입니다."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: '참고 문헌'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: '포춘 쿠키의 미스터리', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: '포춘 쿠키의 역사 (영문)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'gelukskoekje-online';
5
6
  const title = 'Gelukskoekje';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Veelgestelde Vragen',
62
- bibliographyTitle: 'Bestemmingsbibliografie',
63
63
  ui: {
64
64
  title: 'Online Gelukskoekje',
65
65
  description: 'Jouw dagelijkse digitale orakel.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Een onverwachte reis zal je veel plezier brengen."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Referenties'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Het Mysterie van het Gelukskoekje', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Geschiedenis van het Gelukskoekje', url: 'https://nl.wikipedia.org/wiki/Gelukskoekje' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'ciasteczko-z-wrozba-online';
5
6
  const title = 'Ciasteczko z Wróżbą';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Najczęściej Zadawane Pytania',
62
- bibliographyTitle: 'Bibliografia Przeznaczenia',
63
63
  ui: {
64
64
  title: 'Ciasteczko z Wróżbą Online',
65
65
  description: 'Twoja codzienna cyfrowa wyrocznia.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Nieoczekiwana podróż przyniesie Ci wielkie radości."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Źródła'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Tajemnica ciasteczka z wróżbą', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Historia ciasteczka z wróżbą', url: 'https://pl.wikipedia.org/wiki/Ciasteczko_z_wróżbą' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'biscoito-da-sorte-online';
5
6
  const title = 'Biscoito da Sorte';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Perguntas Frequentes',
62
- bibliographyTitle: 'Bibliografia do Destino',
63
63
  ui: {
64
64
  title: 'Biscoito da Sorte Online',
65
65
  description: 'O seu oráculo digital diário.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Uma viagem inesperada trar-lhe-á grandes alegrias."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Referências'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'O Mistério do Biscoito da Sorte', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'História do Biscoito da Sorte', url: 'https://pt.wikipedia.org/wiki/Biscoito_da_sorte' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'pechenie-s-predskazaniem-online';
5
6
  const title = 'Печенье с предсказанием';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Часто задаваемые вопросы',
62
- bibliographyTitle: 'Библиография судьбы',
63
63
  ui: {
64
64
  title: 'Печенье с предсказанием онлайн',
65
65
  description: 'Ваш ежедневный цифровой оракул.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Неожиданное путешествие принесет вам большую радость."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Ссылки'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Тайна печенья с предсказанием', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'История печенья с предсказанием (англ.)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'lyckokaka-online';
5
6
  const title = 'Lyckokaka';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Vanliga frågor',
62
- bibliographyTitle: 'Ödesbibliografi',
63
63
  ui: {
64
64
  title: 'Online Lyckokaka',
65
65
  description: 'Ditt dagliga digitala orakel.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "En oväntad resa kommer att ge dig stor glädje."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Referenser'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Lyckokakans mysterium', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Lyckokakans historia (engelska)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };
@@ -1,5 +1,6 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
2
  import type { FortuneCookieLocaleContent } from '../index';
3
+ import { bibliography } from '../bibliography';
3
4
 
4
5
  const slug = 'sans-kurabiyesi-online';
5
6
  const title = 'Şans Kurabiyesi';
@@ -59,7 +60,6 @@ export const content: FortuneCookieLocaleContent = {
59
60
  title,
60
61
  description,
61
62
  faqTitle: 'Sıkça Sorulan Sorular',
62
- bibliographyTitle: 'Kader Kaynakçası',
63
63
  ui: {
64
64
  title: 'Online Şans Kurabiyesi',
65
65
  description: 'Günlük dijital falınız.',
@@ -97,7 +97,6 @@ export const content: FortuneCookieLocaleContent = {
97
97
  "Beklenmedik bir yolculuk size büyük neşeler getirecek."
98
98
  ]),
99
99
  faqTitle: 'FAQ',
100
- bibliographyTitle: 'Referanslar'
101
100
  },
102
101
  seo: [
103
102
  { type: 'title', text: 'Şans Kurabiyesinin Gizemi', level: 2 },
@@ -119,9 +118,7 @@ export const content: FortuneCookieLocaleContent = {
119
118
  ], columns: 4 },
120
119
  ],
121
120
  faq,
122
- bibliography: [
123
- { name: 'Şans Kurabiyesi Tarihi (İngilizce)', url: 'https://en.wikipedia.org/wiki/Fortune_cookie' }
124
- ],
121
+ bibliography,
125
122
  howTo,
126
123
  schemas: [faqSchema as any, howToSchema as any, appSchema],
127
124
  };