@jjlmoya/utils-textiles 1.12.0 → 1.14.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/pages/[locale]/[slug].astro +30 -14
- package/src/tests/locale_completeness.test.ts +0 -33
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/burnTest/bibliography.astro +2 -10
- package/src/tool/burnTest/bibliography.ts +16 -0
- package/src/tool/burnTest/i18n/de.ts +2 -16
- package/src/tool/burnTest/i18n/en.ts +2 -16
- package/src/tool/burnTest/i18n/es.ts +2 -16
- package/src/tool/burnTest/i18n/fr.ts +2 -16
- package/src/tool/burnTest/i18n/id.ts +2 -16
- package/src/tool/burnTest/i18n/it.ts +2 -16
- package/src/tool/burnTest/i18n/ja.ts +2 -16
- package/src/tool/burnTest/i18n/ko.ts +2 -16
- package/src/tool/burnTest/i18n/nl.ts +2 -16
- package/src/tool/burnTest/i18n/pl.ts +2 -16
- package/src/tool/burnTest/i18n/pt.ts +2 -16
- package/src/tool/burnTest/i18n/ru.ts +2 -16
- package/src/tool/burnTest/i18n/sv.ts +2 -16
- package/src/tool/burnTest/i18n/tr.ts +2 -16
- package/src/tool/burnTest/i18n/zh.ts +2 -16
- package/src/tool/burnTest/index.ts +1 -0
- package/src/tool/burnTest/seo.astro +2 -27
- package/src/tool/burnTest/textile-burn-test.css +11 -11
- package/src/tool/clothingSizeConverter/bibliography.astro +2 -10
- package/src/tool/clothingSizeConverter/bibliography.ts +10 -0
- package/src/tool/clothingSizeConverter/clothing-size-converter.css +13 -13
- package/src/tool/clothingSizeConverter/i18n/de.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/en.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/es.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/fr.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/id.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/it.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ja.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ko.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/nl.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/pl.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/pt.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/ru.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/sv.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/tr.ts +2 -10
- package/src/tool/clothingSizeConverter/i18n/zh.ts +2 -10
- package/src/tool/clothingSizeConverter/index.ts +1 -0
- package/src/tool/clothingSizeConverter/seo.astro +2 -27
- package/src/tool/fabricProjectCalculator/bibliography.astro +2 -10
- package/src/tool/fabricProjectCalculator/bibliography.ts +16 -0
- package/src/tool/fabricProjectCalculator/fabric-project-calculator.css +12 -12
- package/src/tool/fabricProjectCalculator/i18n/de.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/en.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/es.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/fr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/id.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/it.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ja.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ko.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/nl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pl.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/pt.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/ru.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/sv.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/tr.ts +2 -16
- package/src/tool/fabricProjectCalculator/i18n/zh.ts +2 -16
- package/src/tool/fabricProjectCalculator/index.ts +1 -0
- package/src/tool/fabricProjectCalculator/seo.astro +2 -27
- package/src/tool/fabricTruth/bibliography.astro +2 -10
- package/src/tool/fabricTruth/bibliography.ts +16 -0
- package/src/tool/fabricTruth/fabric-truthfulness.css +11 -11
- package/src/tool/fabricTruth/i18n/de.ts +2 -16
- package/src/tool/fabricTruth/i18n/en.ts +2 -16
- package/src/tool/fabricTruth/i18n/es.ts +2 -16
- package/src/tool/fabricTruth/i18n/fr.ts +2 -16
- package/src/tool/fabricTruth/i18n/id.ts +2 -16
- package/src/tool/fabricTruth/i18n/it.ts +2 -16
- package/src/tool/fabricTruth/i18n/ja.ts +2 -16
- package/src/tool/fabricTruth/i18n/ko.ts +2 -16
- package/src/tool/fabricTruth/i18n/nl.ts +2 -16
- package/src/tool/fabricTruth/i18n/pl.ts +2 -16
- package/src/tool/fabricTruth/i18n/pt.ts +2 -16
- package/src/tool/fabricTruth/i18n/ru.ts +2 -16
- package/src/tool/fabricTruth/i18n/sv.ts +2 -16
- package/src/tool/fabricTruth/i18n/tr.ts +2 -16
- package/src/tool/fabricTruth/i18n/zh.ts +2 -16
- package/src/tool/fabricTruth/index.ts +1 -0
- package/src/tool/fabricTruth/seo.astro +2 -27
- package/src/tool/fiberPrep/bibliography.astro +2 -10
- package/src/tool/fiberPrep/bibliography.ts +12 -0
- package/src/tool/fiberPrep/i18n/de.ts +2 -12
- package/src/tool/fiberPrep/i18n/en.ts +2 -12
- package/src/tool/fiberPrep/i18n/es.ts +2 -12
- package/src/tool/fiberPrep/i18n/fr.ts +2 -12
- package/src/tool/fiberPrep/i18n/id.ts +2 -12
- package/src/tool/fiberPrep/i18n/it.ts +2 -12
- package/src/tool/fiberPrep/i18n/ja.ts +2 -12
- package/src/tool/fiberPrep/i18n/ko.ts +2 -12
- package/src/tool/fiberPrep/i18n/nl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pl.ts +2 -12
- package/src/tool/fiberPrep/i18n/pt.ts +2 -12
- package/src/tool/fiberPrep/i18n/ru.ts +2 -12
- package/src/tool/fiberPrep/i18n/sv.ts +2 -12
- package/src/tool/fiberPrep/i18n/tr.ts +2 -12
- package/src/tool/fiberPrep/i18n/zh.ts +2 -12
- package/src/tool/fiberPrep/index.ts +1 -0
- package/src/tool/fiberPrep/seo.astro +2 -27
- package/src/tool/knittingGauge/bibliography.astro +2 -10
- package/src/tool/knittingGauge/bibliography.ts +12 -0
- package/src/tool/knittingGauge/i18n/de.ts +2 -12
- package/src/tool/knittingGauge/i18n/en.ts +2 -12
- package/src/tool/knittingGauge/i18n/es.ts +2 -12
- package/src/tool/knittingGauge/i18n/fr.ts +2 -12
- package/src/tool/knittingGauge/i18n/id.ts +2 -12
- package/src/tool/knittingGauge/i18n/it.ts +2 -12
- package/src/tool/knittingGauge/i18n/ja.ts +2 -12
- package/src/tool/knittingGauge/i18n/ko.ts +2 -12
- package/src/tool/knittingGauge/i18n/nl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pl.ts +2 -12
- package/src/tool/knittingGauge/i18n/pt.ts +2 -12
- package/src/tool/knittingGauge/i18n/ru.ts +2 -12
- package/src/tool/knittingGauge/i18n/sv.ts +2 -12
- package/src/tool/knittingGauge/i18n/tr.ts +2 -12
- package/src/tool/knittingGauge/i18n/zh.ts +2 -12
- package/src/tool/knittingGauge/index.ts +1 -0
- package/src/tool/knittingGauge/knitting-gauge-calculator.css +9 -9
- package/src/tool/knittingGauge/seo.astro +2 -27
- package/src/tool/laundryGuide/bibliography.astro +2 -10
- package/src/tool/laundryGuide/bibliography.ts +6 -0
- package/src/tool/laundryGuide/i18n/de.ts +2 -6
- package/src/tool/laundryGuide/i18n/en.ts +2 -6
- package/src/tool/laundryGuide/i18n/es.ts +2 -6
- package/src/tool/laundryGuide/i18n/fr.ts +2 -6
- package/src/tool/laundryGuide/i18n/id.ts +2 -6
- package/src/tool/laundryGuide/i18n/it.ts +2 -6
- package/src/tool/laundryGuide/i18n/ja.ts +2 -6
- package/src/tool/laundryGuide/i18n/ko.ts +2 -6
- package/src/tool/laundryGuide/i18n/nl.ts +2 -6
- package/src/tool/laundryGuide/i18n/pl.ts +2 -6
- package/src/tool/laundryGuide/i18n/pt.ts +2 -6
- package/src/tool/laundryGuide/i18n/ru.ts +2 -6
- package/src/tool/laundryGuide/i18n/sv.ts +2 -6
- package/src/tool/laundryGuide/i18n/tr.ts +2 -6
- package/src/tool/laundryGuide/i18n/zh.ts +2 -6
- package/src/tool/laundryGuide/index.ts +1 -0
- package/src/tool/laundryGuide/seo.astro +2 -27
- package/src/tool/needleConverter/bibliography.astro +2 -10
- package/src/tool/needleConverter/bibliography.ts +12 -0
- package/src/tool/needleConverter/i18n/de.ts +2 -12
- package/src/tool/needleConverter/i18n/en.ts +2 -12
- package/src/tool/needleConverter/i18n/es.ts +2 -12
- package/src/tool/needleConverter/i18n/fr.ts +2 -12
- package/src/tool/needleConverter/i18n/id.ts +2 -12
- package/src/tool/needleConverter/i18n/it.ts +2 -12
- package/src/tool/needleConverter/i18n/ja.ts +2 -12
- package/src/tool/needleConverter/i18n/ko.ts +2 -12
- package/src/tool/needleConverter/i18n/nl.ts +2 -12
- package/src/tool/needleConverter/i18n/pl.ts +2 -12
- package/src/tool/needleConverter/i18n/pt.ts +2 -12
- package/src/tool/needleConverter/i18n/ru.ts +2 -12
- package/src/tool/needleConverter/i18n/sv.ts +2 -12
- package/src/tool/needleConverter/i18n/tr.ts +2 -12
- package/src/tool/needleConverter/i18n/zh.ts +2 -12
- package/src/tool/needleConverter/index.ts +1 -0
- package/src/tool/needleConverter/knitting-needle-converter.css +13 -13
- package/src/tool/needleConverter/seo.astro +1 -1
- package/src/tool/sewingPatternScaler/bibliography.astro +2 -10
- package/src/tool/sewingPatternScaler/bibliography.ts +12 -0
- package/src/tool/sewingPatternScaler/i18n/de.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/en.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/es.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/fr.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/id.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/it.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ja.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ko.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/nl.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/pl.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/pt.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/ru.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/sv.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/tr.ts +2 -12
- package/src/tool/sewingPatternScaler/i18n/zh.ts +2 -12
- package/src/tool/sewingPatternScaler/index.ts +1 -0
- package/src/tool/sewingPatternScaler/seo.astro +2 -36
- package/src/tool/sewingPatternScaler/sewing-pattern-scaler.css +8 -8
- package/src/tool/shoeSizeConverter/bibliography.astro +2 -10
- package/src/tool/shoeSizeConverter/bibliography.ts +7 -0
- package/src/tool/shoeSizeConverter/i18n/de.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/en.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/es.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/fr.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/id.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/it.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ja.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ko.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/nl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pl.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/pt.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/ru.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/sv.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/tr.ts +2 -7
- package/src/tool/shoeSizeConverter/i18n/zh.ts +2 -7
- package/src/tool/shoeSizeConverter/index.ts +1 -0
- package/src/tool/shoeSizeConverter/seo.astro +2 -27
- package/src/tool/shoeSizeConverter/shoe-size-converter.css +3 -3
- package/src/tool/stainChemistry/bibliography.astro +2 -10
- package/src/tool/stainChemistry/bibliography.ts +16 -0
- package/src/tool/stainChemistry/i18n/de.ts +2 -16
- package/src/tool/stainChemistry/i18n/en.ts +2 -16
- package/src/tool/stainChemistry/i18n/es.ts +2 -16
- package/src/tool/stainChemistry/i18n/fr.ts +2 -16
- package/src/tool/stainChemistry/i18n/id.ts +2 -16
- package/src/tool/stainChemistry/i18n/it.ts +2 -16
- package/src/tool/stainChemistry/i18n/ja.ts +2 -16
- package/src/tool/stainChemistry/i18n/ko.ts +2 -16
- package/src/tool/stainChemistry/i18n/nl.ts +2 -16
- package/src/tool/stainChemistry/i18n/pl.ts +2 -16
- package/src/tool/stainChemistry/i18n/pt.ts +2 -16
- package/src/tool/stainChemistry/i18n/ru.ts +2 -16
- package/src/tool/stainChemistry/i18n/sv.ts +2 -16
- package/src/tool/stainChemistry/i18n/tr.ts +2 -16
- package/src/tool/stainChemistry/i18n/zh.ts +2 -16
- package/src/tool/stainChemistry/index.ts +1 -0
- package/src/tool/stainChemistry/seo.astro +2 -27
- package/src/tool/stainChemistry/stain-chemical-protocol.css +3 -3
- package/src/tool/yarnCalculator/bibliography.astro +2 -10
- package/src/tool/yarnCalculator/bibliography.ts +16 -0
- package/src/tool/yarnCalculator/i18n/de.ts +2 -16
- package/src/tool/yarnCalculator/i18n/en.ts +2 -16
- package/src/tool/yarnCalculator/i18n/es.ts +2 -16
- package/src/tool/yarnCalculator/i18n/fr.ts +2 -16
- package/src/tool/yarnCalculator/i18n/id.ts +2 -16
- package/src/tool/yarnCalculator/i18n/it.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ja.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ko.ts +2 -16
- package/src/tool/yarnCalculator/i18n/nl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pl.ts +2 -16
- package/src/tool/yarnCalculator/i18n/pt.ts +2 -16
- package/src/tool/yarnCalculator/i18n/ru.ts +2 -16
- package/src/tool/yarnCalculator/i18n/sv.ts +2 -16
- package/src/tool/yarnCalculator/i18n/tr.ts +2 -16
- package/src/tool/yarnCalculator/i18n/zh.ts +2 -16
- package/src/tool/yarnCalculator/index.ts +1 -0
- package/src/tool/yarnCalculator/seo.astro +2 -1
- package/src/tool/yarnCalculator/yarn-calculator.css +7 -7
- package/src/types.ts +2 -4
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'The Importance of Gauge - Tin Can Knits',
|
|
6
|
+
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
10
|
+
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
11
|
+
},
|
|
12
|
+
];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'strickrechner-maschenprobe-spannung';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Frequently Asked Questions',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-gauge-tension-punto';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculateur-tension-tricot';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Questions Fréquentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-gauge-tegangan-rajut';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calcolatrice-gauge-tensione-maglia';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Domande Frequenti',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'よくある質問',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '자주 묻는 질문',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'breimachine-gauge-spanning-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-gauge-naprezenia-dzianiny';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Najczęściej Zadawane Pytania',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-gauge-tensao-tricot';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Perguntas Frequentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-plotnosti-vyazaniya-gauge';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'stickfasthet-gauge-kalkylator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Vanliga frågor',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'orgu-gauge-ilmek-gerginlik-hesaplayici';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
import type { KnittingGaugeUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'knitting-gauge-calculator';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<KnittingGaugeUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '常见问题',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'The Importance of Gauge - Tin Can Knits',
|
|
95
|
-
url: 'https://blog.tincanknits.com/2013/08/17/gauge/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Knitting Gauge: How to Measure Stitches and Rows',
|
|
99
|
-
url: 'https://elizabethsmithknits.com/2020/10/30/how-to-measure-your-gauge-swatch/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
color: #444;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
.theme-dark .knitting-gauge-card {
|
|
28
28
|
--gauge-primary: #ff7e7e;
|
|
29
29
|
--gauge-secondary: #2d2d30;
|
|
30
30
|
--gauge-accent: #ffa4a4;
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
color: inherit;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
.theme-dark .stepper-btn {
|
|
128
128
|
background: rgba(255, 255, 255, 0.04);
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
justify-content: center;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
|
|
280
|
+
.theme-dark .info-icon {
|
|
281
281
|
background: rgba(255, 255, 255, 0.12);
|
|
282
282
|
}
|
|
283
283
|
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
pointer-events: none;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
|
|
313
|
+
.theme-dark [data-tooltip]::before {
|
|
314
314
|
background: #1f2937;
|
|
315
315
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
316
316
|
}
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
display: none;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
|
|
332
|
+
.theme-dark .yarn-calc-extra {
|
|
333
333
|
background: rgba(255, 126, 126, 0.08);
|
|
334
334
|
border-color: rgba(255, 126, 126, 0.15);
|
|
335
335
|
}
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
border: 1px solid #fde68a;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
|
|
358
|
+
.theme-dark .alert-card-warn {
|
|
359
359
|
background: rgba(245, 158, 11, 0.15);
|
|
360
360
|
color: #fbbf24;
|
|
361
361
|
border-color: rgba(245, 158, 11, 0.3);
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
border: 1px solid #fecaca;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
|
|
370
|
+
.theme-dark .alert-card-err {
|
|
371
371
|
background: rgba(239, 68, 68, 0.15);
|
|
372
372
|
color: #f87171;
|
|
373
373
|
border-color: rgba(239, 68, 68, 0.3);
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
color: inherit;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
|
|
411
|
+
.theme-dark .ui-btn-secondary {
|
|
412
412
|
background: rgba(255, 255, 255, 0.06);
|
|
413
413
|
border-color: rgba(255, 255, 255, 0.15);
|
|
414
414
|
}
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
background: rgba(0, 0, 0, 0.08);
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
-
|
|
420
|
+
.theme-dark .ui-btn-secondary:hover {
|
|
421
421
|
background: rgba(255, 255, 255, 0.12);
|
|
422
422
|
}
|
|
423
423
|
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
SEOTitle,
|
|
4
|
-
SEOCard,
|
|
5
|
-
SEOTip,
|
|
6
|
-
SEOList,
|
|
7
|
-
SEOArticle
|
|
8
|
-
} from '@jjlmoya/utils-shared';
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
9
3
|
import { knittingGauge } from './index';
|
|
10
4
|
import type { KnownLocale } from '../../types';
|
|
11
5
|
|
|
@@ -16,25 +10,6 @@ interface Props {
|
|
|
16
10
|
const { locale = 'es' } = Astro.props;
|
|
17
11
|
const content = await knittingGauge.i18n[locale]?.();
|
|
18
12
|
if (!content) return null;
|
|
19
|
-
|
|
20
|
-
const { seo } = content;
|
|
21
13
|
---
|
|
22
14
|
|
|
23
|
-
<
|
|
24
|
-
{seo.map((section: any) => {
|
|
25
|
-
switch (section.type) {
|
|
26
|
-
case 'title':
|
|
27
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
28
|
-
case 'paragraph':
|
|
29
|
-
return <p set:html={section.html} />;
|
|
30
|
-
case 'list':
|
|
31
|
-
return <SEOList items={section.items} />;
|
|
32
|
-
case 'card':
|
|
33
|
-
return <SEOCard title={section.title} icon={section.icon}><Fragment set:html={section.html} /></SEOCard>;
|
|
34
|
-
case 'tip':
|
|
35
|
-
return <SEOTip title={section.title}><Fragment set:html={section.html} /></SEOTip>;
|
|
36
|
-
default:
|
|
37
|
-
return null;
|
|
38
|
-
}
|
|
39
|
-
})}
|
|
40
|
-
</SEOArticle>
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
import { Bibliography as SharedBibliography } from '@jjlmoya/utils-shared';
|
|
3
|
-
import {
|
|
4
|
-
import type { KnownLocale } from '../../types';
|
|
5
|
-
|
|
6
|
-
interface Props {
|
|
7
|
-
locale?: KnownLocale;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const { locale = 'es' } = Astro.props;
|
|
11
|
-
const content = await laundryGuide.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{ name: 'ISO 3758 - Textile Care Symbols', url: 'https://www.iso.org/standard/60465.html' },
|
|
5
|
+
{ name: 'FTC - Textile Care Labels', url: 'https://www.ftc.gov/' },
|
|
6
|
+
];
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'textilpflege-leitfaden';
|
|
5
6
|
const title = 'Textilpflege Leitfaden: So waschen Sie jeden Fasertyp';
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Fett:</strong> Vor dem Waschen mit Trockenreiniger behandeln. Niemals heißes Wasser (fixiert den Fleck).', '<strong>Tinte/Kugelschreiber:</strong> Isopropylalkohol für Synthetik; kaltes Wasser für Naturfasern.', '<strong>Blut:</strong> IMMER kaltes Wasser. Hitze fixiert es dauerhaft.', '<strong>Wein/Getränke:</strong> Sofort kaltes Wasser, gefolgt von Salz zur Absorption.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Weniger kaufen, besser wählen und dafür sorgen, dass es hält." Ein gut gepflegtes Kleidungsstück kann Jahrzehnte halten. Ein schlecht behandeltes nur Monate.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Häufig gestellte Fragen',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Textilpflege-Symbole', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Leitfaden zur Textilkennzeichnung', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'laundry-guide';
|
|
5
6
|
const title = 'Textile Care Guide: How to Wash Every Fabric Type';
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Grease:</strong> Use dry soap before washing. Never hot water (sets the stain).', '<strong>Ink/Pen:</strong> Isopropyl alcohol for synthetics; cold water for naturals.', '<strong>Blood:</strong> Cold water ALWAYS. Heat sets it permanently.', '<strong>Wine/Drinks:</strong> Cold water immediately, followed by salt to absorb.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Buy less, choose better, and make it last." A well-cared-for garment can last decades. A neglected one, months.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Frequently Asked Questions',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Textile Care Symbols', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'FTC - Textile Care Labels', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
2
|
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import { bibliography } from '../bibliography';
|
|
3
4
|
|
|
4
5
|
const slug = 'guia-lavado-textil';
|
|
5
6
|
const title = 'Guía de Cuidado Textil: Cómo Lavar Cada Tipo de Fibra';
|
|
@@ -263,13 +264,8 @@ export const content: ToolLocaleContent = {
|
|
|
263
264
|
{ type: 'list', items: ['<strong>Grasas:</strong> Usa jabón en seco antes de lavar. Nunca agua caliente (fija la mancha).', '<strong>Tinta/Bolígrafo:</strong> Alcohol isopropílico para sintéticos; agua fría para naturales.', '<strong>Sangre:</strong> Agua fría SIEMPRE. El calor lo fija permanentemente.', '<strong>Vino/Bebidas:</strong> Agua fría inmediatamente, seguida de sal para absorber.'] },
|
|
264
265
|
{ type: 'paragraph', html: '"Comprar menos, elegir mejor y hacerlo durar." Una prenda bien cuidada puede durar décadas. Una prenda maltratada, meses.' },
|
|
265
266
|
],
|
|
266
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
267
267
|
faq: faqData,
|
|
268
|
-
|
|
269
|
-
bibliography: [
|
|
270
|
-
{ name: 'ISO 3758 - Símbolos de Cuidado Textil', url: 'https://www.iso.org/standard/60465.html' },
|
|
271
|
-
{ name: 'Guía de Etiquetado Textil', url: 'https://www.ftc.gov/' },
|
|
272
|
-
],
|
|
268
|
+
bibliography: bibliography,
|
|
273
269
|
howTo: howToData,
|
|
274
270
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
275
271
|
};
|