@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
|
@@ -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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-lana-tejido';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculateur-laine';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Questions Fréquentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-benang-rajut';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
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: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calcolatrice-lana-filato';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Domande Frequenti',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'yarn-calculator';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'よくある質問',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'yarn-calculator';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: '자주 묻는 질문',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'wolcalculator-breien-haken';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulator-wloczki-dzierganie';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Często zadawane pytania',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'calculadora-la-tricot-crochet';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Perguntas Frequentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kalkulyator-pryazhi-vyazanie';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'garnkalkylator-stickning-virkning';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Vanliga Frågor',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'yun-hesaplama-orgu-metik';
|
|
@@ -86,23 +87,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
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: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
95
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
99
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
103
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
106
92
|
howTo: howToData,
|
|
107
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
108
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 { YarnCalculatorUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'yarn-calculator';
|
|
@@ -85,23 +86,8 @@ export const content: ToolLocaleContent<YarnCalculatorUI> = {
|
|
|
85
86
|
slug,
|
|
86
87
|
title,
|
|
87
88
|
description,
|
|
88
|
-
faqTitle: '常见问题',
|
|
89
89
|
faq: faqData,
|
|
90
|
-
|
|
91
|
-
bibliography: [
|
|
92
|
-
{
|
|
93
|
-
name: 'Craft Yarn Council: Standard Yarn Weights & Yardages',
|
|
94
|
-
url: 'https://www.craftyarncouncil.com/standards/yarn-weight-system',
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
name: 'Interweave Essentials: Yarn Substitution and Estimation',
|
|
98
|
-
url: 'https://www.interweave.com/article/knitting/yarn-substitution-angelina-take-two/',
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
name: 'The Woolery: Fibers and Calculation of Yarn Usage',
|
|
102
|
-
url: 'https://woolery.com/blogs/the-woolery-blog/yarn-weight-charts-helpful-guide/',
|
|
103
|
-
},
|
|
104
|
-
],
|
|
90
|
+
bibliography: bibliography,
|
|
105
91
|
howTo: howToData,
|
|
106
92
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
107
93
|
seo: [
|
|
@@ -11,4 +11,5 @@ const { locale = 'es' } = Astro.props;
|
|
|
11
11
|
const content = await yarnCalculator.i18n[locale]?.();
|
|
12
12
|
if (!content) return null;
|
|
13
13
|
---
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -357,19 +357,19 @@
|
|
|
357
357
|
overflow: hidden;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
-
|
|
360
|
+
.scheme-item {
|
|
361
361
|
stroke-width: 4;
|
|
362
362
|
fill: none;
|
|
363
363
|
stroke: var(--border-color);
|
|
364
364
|
transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
|
|
365
365
|
}
|
|
366
366
|
|
|
367
|
-
|
|
367
|
+
.scheme-item.filled {
|
|
368
368
|
stroke: var(--yc-p);
|
|
369
369
|
fill: #10b98108;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
|
|
372
|
+
.scheme-callout {
|
|
373
373
|
stroke: var(--yc-p);
|
|
374
374
|
stroke-width: 2;
|
|
375
375
|
fill: none;
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
opacity: 0.7;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
|
|
381
|
+
.scheme-dot {
|
|
382
382
|
fill: var(--yc-p);
|
|
383
383
|
transition: all 0.4s ease;
|
|
384
384
|
}
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
z-index: 10;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
-
.scheme-label
|
|
402
|
+
.scheme-label span {
|
|
403
403
|
font-size: 9px;
|
|
404
404
|
font-weight: 900;
|
|
405
405
|
text-transform: uppercase;
|
|
@@ -407,13 +407,13 @@
|
|
|
407
407
|
color: var(--text-muted);
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
.scheme-label
|
|
410
|
+
.scheme-label strong {
|
|
411
411
|
color: var(--text-main);
|
|
412
412
|
font-weight: 950;
|
|
413
413
|
font-size: 15px;
|
|
414
414
|
}
|
|
415
415
|
|
|
416
|
-
.scheme-label
|
|
416
|
+
.scheme-label em {
|
|
417
417
|
font-size: 11px;
|
|
418
418
|
font-style: normal;
|
|
419
419
|
color: var(--yc-p);
|
package/src/types.ts
CHANGED
|
@@ -23,15 +23,13 @@ export interface HowToStep {
|
|
|
23
23
|
text: string;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
export interface ToolLocaleContent<TUI
|
|
26
|
+
export interface ToolLocaleContent<TUI = unknown> {
|
|
27
27
|
slug: string;
|
|
28
28
|
title: string;
|
|
29
29
|
description: string;
|
|
30
30
|
ui: TUI;
|
|
31
31
|
seo: SEOSection[];
|
|
32
|
-
faqTitle?: string;
|
|
33
32
|
faq: FAQItem[];
|
|
34
|
-
bibliographyTitle?: string;
|
|
35
33
|
bibliography: BibliographyEntry[];
|
|
36
34
|
howTo: HowToStep[];
|
|
37
35
|
schemas: WithContext<Thing>[];
|
|
@@ -48,7 +46,7 @@ export type LocaleLoader<T> = () => Promise<T>;
|
|
|
48
46
|
|
|
49
47
|
export type LocaleMap<T> = Partial<Record<KnownLocale, LocaleLoader<T>>>;
|
|
50
48
|
|
|
51
|
-
export interface TextilesToolEntry<TUI
|
|
49
|
+
export interface TextilesToolEntry<TUI = unknown> {
|
|
52
50
|
id: string;
|
|
53
51
|
icons: {
|
|
54
52
|
bg: string;
|