@jjlmoya/utils-creative 1.19.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.
- package/package.json +1 -1
- package/src/data.ts +2 -1
- package/src/entries.ts +3 -1
- package/src/index.ts +3 -0
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +2 -14
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/bead-pattern-generator/bibliography.astro +2 -12
- package/src/tool/bead-pattern-generator/bibliography.ts +5 -0
- package/src/tool/bead-pattern-generator/entry.ts +0 -1
- package/src/tool/bead-pattern-generator/i18n/de.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/en.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/es.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/fr.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/id.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/it.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/ja.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/ko.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/nl.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/pl.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/pt.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/ru.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/sv.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/tr.ts +2 -6
- package/src/tool/bead-pattern-generator/i18n/zh.ts +2 -6
- package/src/tool/bead-pattern-generator/seo.astro +10 -5
- package/src/tool/dice-roller/bibliography.astro +3 -12
- package/src/tool/dice-roller/bibliography.ts +5 -0
- package/src/tool/dice-roller/entry.ts +0 -1
- package/src/tool/dice-roller/i18n/de.ts +2 -6
- package/src/tool/dice-roller/i18n/en.ts +2 -6
- package/src/tool/dice-roller/i18n/es.ts +2 -6
- package/src/tool/dice-roller/i18n/fr.ts +2 -6
- package/src/tool/dice-roller/i18n/id.ts +2 -6
- package/src/tool/dice-roller/i18n/it.ts +2 -6
- package/src/tool/dice-roller/i18n/ja.ts +2 -6
- package/src/tool/dice-roller/i18n/ko.ts +2 -6
- package/src/tool/dice-roller/i18n/nl.ts +2 -6
- package/src/tool/dice-roller/i18n/pl.ts +2 -6
- package/src/tool/dice-roller/i18n/pt.ts +2 -6
- package/src/tool/dice-roller/i18n/ru.ts +2 -6
- package/src/tool/dice-roller/i18n/sv.ts +2 -6
- package/src/tool/dice-roller/i18n/tr.ts +2 -6
- package/src/tool/dice-roller/i18n/zh.ts +2 -6
- package/src/tool/dice-roller/seo.astro +2 -1
- package/src/tool/excuse-generator/bibliography.astro +2 -12
- package/src/tool/excuse-generator/bibliography.ts +3 -0
- package/src/tool/excuse-generator/entry.ts +0 -1
- package/src/tool/excuse-generator/i18n/de.ts +2 -4
- package/src/tool/excuse-generator/i18n/en.ts +2 -4
- package/src/tool/excuse-generator/i18n/es.ts +2 -4
- package/src/tool/excuse-generator/i18n/fr.ts +2 -4
- package/src/tool/excuse-generator/i18n/id.ts +2 -4
- package/src/tool/excuse-generator/i18n/it.ts +2 -4
- package/src/tool/excuse-generator/i18n/ja.ts +2 -4
- package/src/tool/excuse-generator/i18n/ko.ts +2 -4
- package/src/tool/excuse-generator/i18n/nl.ts +2 -4
- package/src/tool/excuse-generator/i18n/pl.ts +2 -4
- package/src/tool/excuse-generator/i18n/pt.ts +2 -4
- package/src/tool/excuse-generator/i18n/ru.ts +2 -4
- package/src/tool/excuse-generator/i18n/sv.ts +2 -4
- package/src/tool/excuse-generator/i18n/tr.ts +2 -4
- package/src/tool/excuse-generator/i18n/zh.ts +2 -4
- package/src/tool/excuse-generator/seo.astro +2 -1
- package/src/tool/fortune-cookie/bibliography.astro +2 -12
- package/src/tool/fortune-cookie/bibliography.ts +3 -0
- package/src/tool/fortune-cookie/entry.ts +0 -1
- package/src/tool/fortune-cookie/i18n/de.ts +2 -5
- package/src/tool/fortune-cookie/i18n/en.ts +2 -5
- package/src/tool/fortune-cookie/i18n/es.ts +2 -4
- package/src/tool/fortune-cookie/i18n/fr.ts +2 -5
- package/src/tool/fortune-cookie/i18n/id.ts +2 -5
- package/src/tool/fortune-cookie/i18n/it.ts +2 -5
- package/src/tool/fortune-cookie/i18n/ja.ts +2 -5
- package/src/tool/fortune-cookie/i18n/ko.ts +2 -5
- package/src/tool/fortune-cookie/i18n/nl.ts +2 -5
- package/src/tool/fortune-cookie/i18n/pl.ts +2 -5
- package/src/tool/fortune-cookie/i18n/pt.ts +2 -5
- package/src/tool/fortune-cookie/i18n/ru.ts +2 -5
- package/src/tool/fortune-cookie/i18n/sv.ts +2 -5
- package/src/tool/fortune-cookie/i18n/tr.ts +2 -5
- package/src/tool/fortune-cookie/i18n/zh.ts +2 -5
- package/src/tool/fortune-cookie/seo.astro +2 -1
- package/src/tool/glitch-image-distorter/bibliography.astro +8 -0
- package/src/tool/glitch-image-distorter/bibliography.ts +4 -0
- package/src/tool/glitch-image-distorter/component.astro +393 -0
- package/src/tool/glitch-image-distorter/entry.ts +48 -0
- package/src/tool/glitch-image-distorter/glitch-image-distorter.css +233 -0
- package/src/tool/glitch-image-distorter/i18n/de.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/en.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/es.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/fr.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/id.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/it.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ja.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ko.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/nl.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/pl.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/pt.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/ru.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/sv.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/tr.ts +131 -0
- package/src/tool/glitch-image-distorter/i18n/zh.ts +131 -0
- package/src/tool/glitch-image-distorter/index.ts +9 -0
- package/src/tool/glitch-image-distorter/seo.astro +15 -0
- package/src/tool/synesthesia-painter/bibliography.astro +3 -12
- package/src/tool/synesthesia-painter/bibliography.ts +5 -0
- package/src/tool/synesthesia-painter/entry.ts +0 -1
- package/src/tool/synesthesia-painter/i18n/de.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/en.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/es.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/fr.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/id.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/it.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/ja.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/ko.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/nl.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/pl.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/pt.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/ru.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/sv.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/tr.ts +2 -6
- package/src/tool/synesthesia-painter/i18n/zh.ts +2 -6
- package/src/tool/synesthesia-painter/seo.astro +2 -1
- package/src/tool/zalgo-generator/bibliography.astro +2 -12
- package/src/tool/zalgo-generator/bibliography.ts +5 -0
- package/src/tool/zalgo-generator/entry.ts +0 -1
- package/src/tool/zalgo-generator/i18n/de.ts +2 -6
- package/src/tool/zalgo-generator/i18n/en.ts +2 -6
- package/src/tool/zalgo-generator/i18n/es.ts +2 -6
- package/src/tool/zalgo-generator/i18n/fr.ts +2 -6
- package/src/tool/zalgo-generator/i18n/id.ts +2 -6
- package/src/tool/zalgo-generator/i18n/it.ts +2 -6
- package/src/tool/zalgo-generator/i18n/ja.ts +2 -6
- package/src/tool/zalgo-generator/i18n/ko.ts +2 -6
- package/src/tool/zalgo-generator/i18n/nl.ts +2 -6
- package/src/tool/zalgo-generator/i18n/pl.ts +2 -6
- package/src/tool/zalgo-generator/i18n/pt.ts +2 -6
- package/src/tool/zalgo-generator/i18n/ru.ts +2 -6
- package/src/tool/zalgo-generator/i18n/sv.ts +2 -6
- package/src/tool/zalgo-generator/i18n/tr.ts +2 -6
- package/src/tool/zalgo-generator/i18n/zh.ts +2 -6
- package/src/tool/zalgo-generator/seo.astro +2 -1
- 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 = 'generador-excusas';
|
|
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Preguntas Frecuentes',
|
|
62
|
-
bibliographyTitle: 'Bibliografía del Ocio',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Generador de Excusas Surrealistas',
|
|
65
65
|
description: 'Calculadora de coartadas de última generación.',
|
|
@@ -118,9 +118,7 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
118
118
|
]},
|
|
119
119
|
],
|
|
120
120
|
faq,
|
|
121
|
-
bibliography
|
|
122
|
-
{ name: 'Manifesto del Procrastinador', url: 'https://example.com/manifesto' }
|
|
123
|
-
],
|
|
121
|
+
bibliography,
|
|
124
122
|
howTo,
|
|
125
123
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
126
124
|
};
|
|
@@ -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 = 'generateur-d-excuses';
|
|
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Questions Fréquemment Posées',
|
|
62
|
-
bibliographyTitle: 'Bibliographie du Temps Libre',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Générateur d\'Excuses Surréalistes',
|
|
65
65
|
description: 'Calculateur d\'alibis de nouvelle génération.',
|
|
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
114
114
|
]},
|
|
115
115
|
],
|
|
116
116
|
faq,
|
|
117
|
-
bibliography
|
|
118
|
-
{ name: 'Manifeste du Procrastinateur', 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 = 'pembuat-alasan';
|
|
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
62
|
-
bibliographyTitle: 'Bibliografi Hiburan',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Pembuat Alasan Surealis',
|
|
65
65
|
description: 'Kalkulator alibi generasi berikutnya.',
|
|
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
114
114
|
]},
|
|
115
115
|
],
|
|
116
116
|
faq,
|
|
117
|
-
bibliography
|
|
118
|
-
{ name: 'Manifesto Penunda', 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 = 'generatore-di-scuse';
|
|
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Domande Frequenti',
|
|
62
|
-
bibliographyTitle: 'Bibliografia del Tempo Libero',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Generatore di Scuse Surreali',
|
|
65
65
|
description: 'Calcolatore di alibi di nuova generazione.',
|
|
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
114
114
|
]},
|
|
115
115
|
],
|
|
116
116
|
faq,
|
|
117
|
-
bibliography
|
|
118
|
-
{ name: 'Manifesto del Procrastinatore', 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,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,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 = 'smoezen-generator';
|
|
@@ -59,7 +60,6 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
59
60
|
title,
|
|
60
61
|
description,
|
|
61
62
|
faqTitle: 'Veelgestelde Vragen',
|
|
62
|
-
bibliographyTitle: 'Vrijetijdsbibliografie',
|
|
63
63
|
ui: {
|
|
64
64
|
title: 'Surreële Smoezen Generator',
|
|
65
65
|
description: 'De alibi-calculator van de volgende generatie.',
|
|
@@ -114,9 +114,7 @@ export const content: ExcuseGeneratorLocaleContent = {
|
|
|
114
114
|
]},
|
|
115
115
|
],
|
|
116
116
|
faq,
|
|
117
|
-
bibliography
|
|
118
|
-
{ name: 'Manifest van de Uitsteller', 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-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
|
};
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await excuseGenerator.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,18 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
5
4
|
|
|
6
|
-
|
|
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} />
|
|
@@ -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
|
};
|