@jjlmoya/utils-textiles 1.13.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/clothingSizeConverter/bibliography.astro +2 -10
- package/src/tool/clothingSizeConverter/bibliography.ts +10 -0
- 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/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/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/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/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/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/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/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/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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'veracidad-textil';
|
|
@@ -260,7 +261,6 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Lavado del Revés', html: 'Protege el color y los bordados del roce con el tambor y otras prendas.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Comprar menos, elegir mejor y hacerlo durar." — Esta calculadora es tu primer paso hacia un armario consciente y de alta calidad.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
264
264
|
faq: [
|
|
265
265
|
{
|
|
266
266
|
question: '¿Qué es el "Greenwashing" en la moda?',
|
|
@@ -279,21 +279,7 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
279
279
|
answer: 'Busca composiciones monomateriales (100% Algodón, 100% Lana). Las mezclas complejas suelen usarse para abaratar costes de producción y ocultan fibras sintéticas bajo nombres comerciales atractivos.',
|
|
280
280
|
},
|
|
281
281
|
],
|
|
282
|
-
|
|
283
|
-
bibliography: [
|
|
284
|
-
{
|
|
285
|
-
name: 'FTC - Guía de Etiquetado Textil',
|
|
286
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
name: 'Comisión Europea - Regulación Textil',
|
|
290
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
name: 'ISO 3758:2012 - Símbolos de Cuidado Textil',
|
|
294
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
295
|
-
},
|
|
296
|
-
],
|
|
282
|
+
bibliography: bibliography,
|
|
297
283
|
howTo: [
|
|
298
284
|
{
|
|
299
285
|
name: 'Localizar la etiqueta interna',
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'verite-textile';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Lavage à l\'envers', html: 'Protège la couleur et les broderies du frottement avec le tambour et d\'autres vêtements.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Acheter moins, choisir mieux et faire durer." — Ce calculateur est votre première étape vers une garde-robe consciente et de haute qualité.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Foire Aux Questions',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Guide d\'Étiquetage Textile',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Commission Européenne - Réglementation Textile',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Symboles d\'Entretien Textile',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'kejujuran-tekstil-analisis-serat';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Cuci dengan Posisi Terbalik', html: 'Melindungi warna dan sulaman dari gesekan dengan drum mesin cuci dan pakaian lainnya.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Beli lebih sedikit, pilih lebih baik, dan buat bertahan lama." — Alat analisis ini adalah langkah pertama Anda menuju lemari pakaian yang sadar dan berkualitas tinggi.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Panduan Pelabelan Tekstil',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Komisi Eropa - Regulasi Tekstil',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Simbol Perawatan Tekstil',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'veridicita-tessile-analisi-fibre';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Lavaggio al Rovescio', html: 'Protegge il colore e i ricami dallo sfregamento con il cestello e altri capi.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Comprare meno, scegliere meglio e farlo durare." — Questo analizzatore è il tuo primo passo verso un armadio consapevole e di alta qualità.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Domande Frequenti',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Guida all\'Etichettatura Tessile',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Commissione Europea - Regolamentazione Tessile',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Simboli di Manutenzione Tessile',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fabric-truthfulness';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: '裏返して洗う', html: '色あせや刺繍を、洗濯槽や他の衣類との摩擦から守ります。' },
|
|
261
262
|
{ type: 'paragraph', html: '「少なく買い、より良く選び、長持ちさせる」 —— この分析ツールは、意識的で高品質なワードローブへの第一歩です。' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'よくある質問',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - 繊維製品表示ガイド',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: '欧州委員会 - 繊維規制',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - 織物の取扱い絵表示',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fabric-truthfulness';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: '뒤집어서 세탁하기', html: '세탁조나 다른 옷과의 마찰로부터 색상과 자수를 보호합니다.' },
|
|
261
262
|
{ type: 'paragraph', html: '"적게 사고, 더 잘 고르고, 오래 입기." —— 이 분석 도구는 의식 있고 수준 높은 옷장을 향한 첫걸음입니다.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: '자주 묻는 질문',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - 섬유 제품 라벨링 가이드',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: '유럽 위원회 - 섬유 규제',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - 섬유 관리 기호',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'textiel-waarheid-vezelkwaliteit-analyse';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Binnenstebuiten Wassen', html: 'Beschermt kleur en borduursels tegen wrijving met de trommel och andere kledingstappen.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Koop minder, kies beter en laat het lang meegaan." — Deze analysator is je eerste stap naar een bewuste en hoogwaardige garderobe.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Gids voor Textieletikettering',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Europese Commissie - Textielverordening',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Symbolen voor Textielverzorging',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'prawda-tekstylna-analiza-wlokien';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Pranie na lewej stronie', html: 'Chroni kolor i hafty przed ocieraniem o bęben i inne ubrania.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Kupuj mniej, wybieraj lepiej i spraw, by służyło długo." — Ten analizator to Twój pierwszy krok w stronę świadomej i wysokiej jakości garderoby.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Często zadawane pytania',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Przewodnik po etykietowaniu tekstyliów',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Komisja Europejska - Regulacje dotyczące tekstyliów',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Symbole konserwacji tekstyliów',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'veracidade-textil-analise-fibras';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Lavagem do Avesso', html: 'Protege a cor e os bordados do roce com o tambor e outras peças.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Comprar menos, escolher melhor e fazê-lo durar." — Esta calculadora é o seu primeiro passo para um armário consciente e de alta qualidade.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Perguntas Frequentes',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Guia de Etiquetagem Têxtil',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Comissão Europeia - Regulação Têxtil',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Símbolos de Cuidado Têxtil',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'pravda-o-tkani-analiz-kachestva-volokon';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Стирка наизнанку', html: 'Защищает цвет и вышивку от трения о барабан и другие вещи.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Покупать меньше, выбирать лучше и делать так, чтобы вещь служила долго". — Этот анализатор — ваш первый шаг к осознанному и высококачественному гардеробу.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Руководство по маркировке текстиля',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Европейская комиссия - Регулирование текстиля',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Символы по уходу за текстилем',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'textil-sanning-fiberanalys';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Tvätta ut och in', html: 'Skyddar färg och broderier från friktion mot trumman och andra plagg.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Köp mindre, välj bättre och låt det hålla länge." — Denna analysator är ditt första steg mot en medveten garderob av hög kvalitet.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Vanliga frågor',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Guide till textilmärkning',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Europeiska kommissionen - Textilförordning',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Skötselsymboler för textilier',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'tekstil-gercekleri-elyaf-analizi';
|
|
@@ -260,23 +261,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
260
261
|
{ type: 'tip', title: 'Tersinden Yıkama', html: 'Rengi ve nakışları tamburla ve diğer giysilerle temastan korur.' },
|
|
261
262
|
{ type: 'paragraph', html: '"Az al, iyi seç ve uzun ömürlü kıl." — Bu analizör, bilinçli ve yüksek kaliteli bir gardıroba giden ilk adımınızdır.' },
|
|
262
263
|
],
|
|
263
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
264
264
|
faq: faqData,
|
|
265
|
-
|
|
266
|
-
bibliography: [
|
|
267
|
-
{
|
|
268
|
-
name: 'FTC - Tekstil Etiketleme Rehberi',
|
|
269
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Avrupa Komisyonu - Tekstil Düzenlemesi',
|
|
273
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: 'ISO 3758:2012 - Tekstil Bakım Sembolleri',
|
|
277
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
278
|
-
},
|
|
279
|
-
],
|
|
265
|
+
bibliography: bibliography,
|
|
280
266
|
howTo: howToData,
|
|
281
267
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
282
268
|
};
|
|
@@ -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 { FabricTruthUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fabric-truthfulness';
|
|
@@ -264,23 +265,8 @@ export const content: ToolLocaleContent<FabricTruthUI> = {
|
|
|
264
265
|
{ type: 'tip', title: '反面洗涤', html: '保护颜色和绣花免受滚筒和其他衣物的磨擦。' },
|
|
265
266
|
{ type: 'paragraph', html: '“买得少一点,选得好一点,穿得久一点。” —— 这个分析工具是您迈向理性、高品质衣橱的第一步。' },
|
|
266
267
|
],
|
|
267
|
-
faqTitle: '常见问题',
|
|
268
268
|
faq: faqData,
|
|
269
|
-
|
|
270
|
-
bibliography: [
|
|
271
|
-
{
|
|
272
|
-
name: 'FTC - 纺织纤维产品指南',
|
|
273
|
-
url: 'https://www.ftc.gov/business-guidance/resources/textile-fiber-products-guides',
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
name: '欧盟委员会 - 纺织品法规',
|
|
277
|
-
url: 'https://ec.europa.eu/growth/tools-databases/nando/',
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
name: 'ISO 3758:2012 - 纺织品维护标签符号',
|
|
281
|
-
url: 'https://www.iso.org/standard/60465.html',
|
|
282
|
-
},
|
|
283
|
-
],
|
|
269
|
+
bibliography: bibliography,
|
|
284
270
|
howTo: howToData,
|
|
285
271
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
286
272
|
};
|
|
@@ -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 { fabricTruth } 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 fabricTruth.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 fiberPrep.i18n[locale]?.();
|
|
3
|
+
import { bibliography } from './bibliography';
|
|
12
4
|
---
|
|
13
5
|
|
|
14
|
-
|
|
6
|
+
<SharedBibliography links={bibliography} />
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'La Escuela Artesana - Natural Dye Workshop on Wool',
|
|
6
|
+
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Tatiana Sarasa (@tatianasarasa) - Textile Artist and Natural Dyes',
|
|
10
|
+
url: 'https://www.instagram.com/tatianasarasa/',
|
|
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 { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'faservorbereitung-pigmentierung';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
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: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
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 { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'fiber-preparation-natural-dyeing';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Frequently Asked Questions',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Natural Dye Workshop on Wool',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Textile Artist and Natural Dyes',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
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 { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'preparacion-fibras-pigmentar';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
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 { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'preparation-fibres-teinture-naturelle';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
86
87
|
slug,
|
|
87
88
|
title,
|
|
88
89
|
description,
|
|
89
|
-
faqTitle: 'Questions Fréquentes',
|
|
90
90
|
faq: faqData,
|
|
91
|
-
|
|
92
|
-
bibliography: [
|
|
93
|
-
{
|
|
94
|
-
name: 'La Escuela Artesana - Atelier de Teintures Naturelles sur Laine',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artiste Textile et Teintures Naturelles',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
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 { FiberPrepUI } from '../ui';
|
|
4
5
|
|
|
5
6
|
const slug = 'persiapan-serat-pewarnaan';
|
|
@@ -86,19 +87,8 @@ export const content: ToolLocaleContent<FiberPrepUI> = {
|
|
|
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: 'La Escuela Artesana - Taller de Tintes Naturales sobre Lana',
|
|
95
|
-
url: 'https://laescuelaartesana.com/taller-de-tintes-naturales-sobre-lana/',
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
name: 'Tatiana Sarasa (@tatianasarasa) - Artista Textil y Tintes Naturales',
|
|
99
|
-
url: 'https://www.instagram.com/tatianasarasa/',
|
|
100
|
-
},
|
|
101
|
-
],
|
|
91
|
+
bibliography: bibliography,
|
|
102
92
|
howTo: howToData,
|
|
103
93
|
schemas: [faqSchema, howToSchema, appSchema],
|
|
104
94
|
seo: [
|