@jjlmoya/utils-astronomy 1.16.0 → 1.18.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/category/index.ts +2 -1
- package/src/data.ts +2 -0
- package/src/entries.ts +4 -1
- package/src/pages/[locale]/[slug].astro +30 -14
- package/src/tests/locale_completeness.test.ts +1 -34
- package/src/tests/tool_structure.test.ts +71 -0
- package/src/tests/tool_validation.test.ts +4 -3
- package/src/tool/bortleVisualizer/bibliography.ts +8 -0
- package/src/tool/bortleVisualizer/entry.ts +2 -0
- package/src/tool/bortleVisualizer/i18n/de.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/en.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/es.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/fr.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/id.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/it.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/ja.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/ko.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/nl.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/pl.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/pt.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/ru.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/sv.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/tr.ts +1 -9
- package/src/tool/bortleVisualizer/i18n/zh.ts +1 -9
- package/src/tool/bortleVisualizer/seo.astro +2 -48
- package/src/tool/deepSpaceScope/bibliography.ts +6 -0
- package/src/tool/deepSpaceScope/entry.ts +2 -0
- package/src/tool/deepSpaceScope/i18n/de.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/en.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/es.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/fr.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/id.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/it.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/ja.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/ko.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/nl.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/pl.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/pt.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/ru.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/sv.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/tr.ts +1 -7
- package/src/tool/deepSpaceScope/i18n/zh.ts +1 -7
- package/src/tool/deepSpaceScope/seo.astro +2 -48
- package/src/tool/smartEyepieceCalculator/app.ts +327 -0
- package/src/tool/smartEyepieceCalculator/bibliography.astro +14 -0
- package/src/tool/smartEyepieceCalculator/bibliography.ts +6 -0
- package/src/tool/smartEyepieceCalculator/component.astro +125 -0
- package/src/tool/smartEyepieceCalculator/entry.ts +67 -0
- package/src/tool/smartEyepieceCalculator/i18n/de.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/en.ts +166 -0
- package/src/tool/smartEyepieceCalculator/i18n/es.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/fr.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/id.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/it.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/ja.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/ko.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/nl.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/pl.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/pt.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/ru.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/sv.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/tr.ts +165 -0
- package/src/tool/smartEyepieceCalculator/i18n/zh.ts +165 -0
- package/src/tool/smartEyepieceCalculator/index.ts +13 -0
- package/src/tool/smartEyepieceCalculator/logic.ts +67 -0
- package/src/tool/smartEyepieceCalculator/seo.astro +15 -0
- package/src/tool/smartEyepieceCalculator/smart-eyepiece-calculator.css +393 -0
- package/src/tool/starExposureCalculator/bibliography.ts +7 -0
- package/src/tool/starExposureCalculator/entry.ts +2 -0
- package/src/tool/starExposureCalculator/i18n/de.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/en.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/es.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/fr.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/id.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/it.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/ja.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/ko.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/nl.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/pl.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/pt.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/ru.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/sv.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/tr.ts +1 -8
- package/src/tool/starExposureCalculator/i18n/zh.ts +1 -8
- package/src/tool/starExposureCalculator/seo.astro +2 -48
- package/src/tool/telescopeResolution/bibliography.ts +7 -0
- package/src/tool/telescopeResolution/entry.ts +2 -0
- package/src/tool/telescopeResolution/i18n/de.ts +1 -8
- package/src/tool/telescopeResolution/i18n/en.ts +1 -8
- package/src/tool/telescopeResolution/i18n/es.ts +1 -8
- package/src/tool/telescopeResolution/i18n/fr.ts +1 -8
- package/src/tool/telescopeResolution/i18n/id.ts +1 -8
- package/src/tool/telescopeResolution/i18n/it.ts +1 -8
- package/src/tool/telescopeResolution/i18n/ja.ts +1 -8
- package/src/tool/telescopeResolution/i18n/ko.ts +1 -8
- package/src/tool/telescopeResolution/i18n/nl.ts +1 -8
- package/src/tool/telescopeResolution/i18n/pl.ts +1 -8
- package/src/tool/telescopeResolution/i18n/pt.ts +1 -8
- package/src/tool/telescopeResolution/i18n/ru.ts +1 -8
- package/src/tool/telescopeResolution/i18n/sv.ts +1 -8
- package/src/tool/telescopeResolution/i18n/tr.ts +1 -8
- package/src/tool/telescopeResolution/i18n/zh.ts +1 -8
- package/src/tool/telescopeResolution/seo.astro +2 -48
- package/src/tools.ts +3 -0
- package/src/types.ts +1 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { BortleVisualizerUI, BortleVisualizerLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -50,13 +51,6 @@ const howTo: BortleVisualizerLocaleContent['howTo'] = [
|
|
|
50
51
|
{ name: '3. Identifiera din nuvarande nivå', text: 'Jämför vad du ser från din vanliga observationsplats med simuleringarna för att identifiera din lokala Bortle-nivå.' },
|
|
51
52
|
];
|
|
52
53
|
|
|
53
|
-
const bibliography: BortleVisualizerLocaleContent['bibliography'] = [
|
|
54
|
-
{ name: 'Originalartikel av Bortle (Sky & Telescope, 2001)', url: 'https://skyandtelescope.org/astronomy-resources/light-pollution-and-astronomy-the-bortle-dark-sky-scale/' },
|
|
55
|
-
{ name: 'Ljusföroreningskarta - Världskarta', url: 'https://www.lightpollutionmap.info/' },
|
|
56
|
-
{ name: 'International Dark-Sky Association', url: 'https://www.darksky.org/' },
|
|
57
|
-
{ name: 'Globe at Night - Medborgarforskning', url: 'https://www.globeatnight.org/' },
|
|
58
|
-
];
|
|
59
|
-
|
|
60
54
|
const seo: BortleVisualizerLocaleContent['seo'] = [
|
|
61
55
|
{
|
|
62
56
|
type: 'summary',
|
|
@@ -158,9 +152,7 @@ export const content: BortleVisualizerLocaleContent = {
|
|
|
158
152
|
ui,
|
|
159
153
|
seo,
|
|
160
154
|
faq,
|
|
161
|
-
faqTitle: 'Vanliga frågor',
|
|
162
155
|
bibliography,
|
|
163
|
-
bibliographyTitle: 'Bibliografiska referenser',
|
|
164
156
|
howTo,
|
|
165
157
|
bortleData: ui.bortleData,
|
|
166
158
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { BortleVisualizerUI, BortleVisualizerLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -50,13 +51,6 @@ const howTo: BortleVisualizerLocaleContent['howTo'] = [
|
|
|
50
51
|
{ name: '3. Mevcut seviyenizi belirleyin', text: 'Yerel Bortle seviyenizi belirlemek için her zamanki gözlem noktanızdan gördüklerinizi simülasyonlarla karşılaştırın.' },
|
|
51
52
|
];
|
|
52
53
|
|
|
53
|
-
const bibliography: BortleVisualizerLocaleContent['bibliography'] = [
|
|
54
|
-
{ name: 'Orijinal Bortle Makalesi (Sky & Telescope, 2001)', url: 'https://skyandtelescope.org/astronomy-resources/light-pollution-and-astronomy-the-bortle-dark-sky-scale/' },
|
|
55
|
-
{ name: 'Işık Kirliliği Haritası - Dünya Haritası', url: 'https://www.lightpollutionmap.info/' },
|
|
56
|
-
{ name: 'Uluslararası Karanlık Gökyüzü Birliği (IDA)', url: 'https://www.darksky.org/' },
|
|
57
|
-
{ name: 'Geceleyin Dünya (Globe at Night) - Vatandaş Bilimi', url: 'https://www.globeatnight.org/' },
|
|
58
|
-
];
|
|
59
|
-
|
|
60
54
|
const seo: BortleVisualizerLocaleContent['seo'] = [
|
|
61
55
|
{
|
|
62
56
|
type: 'summary',
|
|
@@ -158,9 +152,7 @@ export const content: BortleVisualizerLocaleContent = {
|
|
|
158
152
|
ui,
|
|
159
153
|
seo,
|
|
160
154
|
faq,
|
|
161
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
162
155
|
bibliography,
|
|
163
|
-
bibliographyTitle: 'Bibliyografik Referanslar',
|
|
164
156
|
howTo,
|
|
165
157
|
bortleData: ui.bortleData,
|
|
166
158
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { BortleVisualizerUI, BortleVisualizerLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -50,13 +51,6 @@ const howTo: BortleVisualizerLocaleContent['howTo'] = [
|
|
|
50
51
|
{ name: '3. 确定你所在的等级', text: '将你在平时观测点观察到的情况与模拟效果进行对比,从而确定当地的波特尔等级。' },
|
|
51
52
|
];
|
|
52
53
|
|
|
53
|
-
const bibliography: BortleVisualizerLocaleContent['bibliography'] = [
|
|
54
|
-
{ name: '波特尔原创文章 (Sky & Telescope, 2001)', url: 'https://skyandtelescope.org/astronomy-resources/light-pollution-and-astronomy-the-bortle-dark-sky-scale/' },
|
|
55
|
-
{ name: '世界光污染地图', url: 'https://www.lightpollutionmap.info/' },
|
|
56
|
-
{ name: '国际暗夜协会 (IDA)', url: 'https://www.darksky.org/' },
|
|
57
|
-
{ name: '暗夜之球 (Globe at Night) - 公民科学项目', url: 'https://www.globeatnight.org/' },
|
|
58
|
-
];
|
|
59
|
-
|
|
60
54
|
const seo: BortleVisualizerLocaleContent['seo'] = [
|
|
61
55
|
{
|
|
62
56
|
type: 'summary',
|
|
@@ -158,9 +152,7 @@ export const content: BortleVisualizerLocaleContent = {
|
|
|
158
152
|
ui,
|
|
159
153
|
seo,
|
|
160
154
|
faq,
|
|
161
|
-
faqTitle: '常见问题',
|
|
162
155
|
bibliography,
|
|
163
|
-
bibliographyTitle: '参考文献',
|
|
164
156
|
howTo,
|
|
165
157
|
bortleData: ui.bortleData,
|
|
166
158
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
SEOTitle,
|
|
4
|
-
SEOTable,
|
|
5
|
-
SEOTip,
|
|
6
|
-
SEOCard,
|
|
7
|
-
SEOStats,
|
|
8
|
-
SEOGlossary,
|
|
9
|
-
SEOProsCons,
|
|
10
|
-
SEOSummary,
|
|
11
|
-
SEODiagnostic,
|
|
12
|
-
SEOArticle
|
|
13
|
-
} from '@jjlmoya/utils-shared';
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
14
3
|
import { bortleVisualizer } from './index';
|
|
15
4
|
import type { KnownLocale } from '../../types';
|
|
16
5
|
|
|
@@ -21,41 +10,6 @@ interface Props {
|
|
|
21
10
|
const { locale = 'es' } = Astro.props;
|
|
22
11
|
const content = await bortleVisualizer.i18n[locale]?.();
|
|
23
12
|
if (!content) return null;
|
|
24
|
-
|
|
25
|
-
const { seo } = content;
|
|
26
13
|
---
|
|
27
14
|
|
|
28
|
-
<
|
|
29
|
-
{seo.map((section: any) => {
|
|
30
|
-
switch (section.type) {
|
|
31
|
-
case 'summary':
|
|
32
|
-
return <SEOSummary title={section.title} items={section.items} />;
|
|
33
|
-
case 'title':
|
|
34
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
35
|
-
case 'paragraph':
|
|
36
|
-
return <p set:html={section.html} />;
|
|
37
|
-
case 'stats':
|
|
38
|
-
return <SEOStats stats={section.items} columns={section.columns} />;
|
|
39
|
-
case 'card':
|
|
40
|
-
return <SEOCard title={section.title} icon={section.icon}><Fragment set:html={section.html} /></SEOCard>;
|
|
41
|
-
case 'tip':
|
|
42
|
-
return <SEOTip title={section.title}><Fragment set:html={section.html} /></SEOTip>;
|
|
43
|
-
case 'table':
|
|
44
|
-
return (
|
|
45
|
-
<SEOTable headers={section.headers}>
|
|
46
|
-
{section.rows.map((row: string[]) => (
|
|
47
|
-
<tr>{row.map((cell: string) => <td set:html={cell} />)}</tr>
|
|
48
|
-
))}
|
|
49
|
-
</SEOTable>
|
|
50
|
-
);
|
|
51
|
-
case 'proscons':
|
|
52
|
-
return <SEOProsCons title={section.title} items={section.items} />;
|
|
53
|
-
case 'diagnostic':
|
|
54
|
-
return <SEODiagnostic title={section.title} icon={section.icon} type={section.variant} badge={section.badge}><Fragment set:html={section.html} /></SEODiagnostic>;
|
|
55
|
-
case 'glossary':
|
|
56
|
-
return <SEOGlossary items={section.items} />;
|
|
57
|
-
default:
|
|
58
|
-
return null;
|
|
59
|
-
}
|
|
60
|
-
})}
|
|
61
|
-
</SEOArticle>
|
|
15
|
+
<SEORenderer content={{ locale, sections: content.seo }} />
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Auf Objekte klicken', text: 'Tippen Sie auf ein beliebiges Himmelsobjekt, um detaillierte Informationen wie Typ, Magnitude und Beschreibung anzuzeigen.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Vollständiger Messier-Katalog', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Interaktive Sternenkarte', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Häufig gestellte Fragen (FAQ)',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Bibliographische Referenzen',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Click on objects', text: 'Tap any sky object to see its detailed information: type, magnitude, and description.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Complete Messier Catalogue', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Interactive Star Chart', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Frequently Asked Questions',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Bibliographic References',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Haz clic en los objetos', text: 'Toca cualquier objeto del cielo para ver su información detallada: tipo, magnitud y descripción.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Catálogo Messier Completo', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Carta Celeste Interactiva', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Preguntas Frecuentes',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Referencias Bibliográficas',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Cliquez sur les objets', text: 'Touchez n\'importe quel objet céleste pour voir ses informations détaillées: type, magnitude et description.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Catalogue Messier Complet', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Carte Céleste Interactive', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Questions Fréquentes',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Références Bibliographiques',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Klik pada objek', text: 'Ketuk objek langit mana pun untuk melihat informasi detailnya: tipe, magnitudo, dan deskripsi.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Katalog Messier Lengkap', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Peta Bintang Interaktif', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Referensi Bibliografi',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Fai clic sugli oggetti', text: 'Tocca qualsiasi oggetto celeste per vedere le sue informazioni dettagliate: tipo, magnitudine e descrizione.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Catalogo Messier completo', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Mappa stellare interattiva', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Domande Frequenti',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Riferimenti Bibliografici',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. 天体をクリックする', text: '気になる天体をタップすると、その種類や等級、詳しい解説が表示されます。' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'メシエカタログ(全110天体解説)', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - オンライン星図', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'よくある質問 (FAQ)',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: '参考文献',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. 천체 클릭하기', text: '하늘의 천체를 탭하면 종류, 등급, 상세 설명 등 자세한 정보를 볼 수 있습니다.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: '메시에 목록 (전체 110개 천체)', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - 대화형 성도', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: '자주 묻는 질문 (FAQ)',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: '참고 문헌',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Klik op objecten', text: 'Tik op een object in de lucht voor gedetailleerde informatie: type, magnitude en omschrijving.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Complete Messier Catalogus', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Interactieve Sterrenkaart', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Veelgestelde Vragen',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Bibliografische Referenties',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Klikaj w obiekty', text: 'Dotknij dowolnego obiektu na niebie, aby zobaczyć szczegółowe informacje: typ, jasność i opis.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Pełny Katalog Messiera', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Interaktywna mapa nieba', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Często zadawane pytania',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Bibliografia',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Clique nos objetos', text: 'Toque em qualquer objeto do céu para ver a sua informação detalhada: tipo, magnitude e descrição.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Catálogo de Messier Completo', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Carta Estelar Interativa', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Perguntas Frequentes',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Referências Bibliográficas',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Нажимайте на объекты', text: 'Нажмите на любой объект на небе, чтобы увидеть подробную информацию: тип, яркость и описание.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Полный каталог Мессье', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - интерактивная карта неба', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Часто задаваемые вопросы',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Источники',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Klicka på objekten', text: 'Tryck på valfritt himmelsobjekt för att se detaljerad information: typ, magnitud och beskrivning.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Komplett Messier-katalog', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Interaktiv stjärnkarta', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Vanliga frågor',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Referenser',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. Nesnelere tıklayın', text: 'Ayrıntılı bilgilerini (tür, parlaklık ve açıklama) görmek için herhangi bir gökyüzü nesnesine dokunun.' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: 'Tam Messier Kataloğu', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - Etkileşimli Yıldız Haritası', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: 'Sıkça Sorulan Sorular',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: 'Bibliyografik Referanslar',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
3
|
import type { DeepSpaceScopeUI, DeepSpaceScopeLocaleContent } from '../index';
|
|
3
4
|
|
|
@@ -67,11 +68,6 @@ const howTo: DeepSpaceScopeLocaleContent['howTo'] = [
|
|
|
67
68
|
{ name: '4. 点击天体', text: '点击任何天空天体以查看其详细信息:类型、星等和描述。' },
|
|
68
69
|
];
|
|
69
70
|
|
|
70
|
-
const bibliography: DeepSpaceScopeLocaleContent['bibliography'] = [
|
|
71
|
-
{ name: '完整的梅西耶星表', url: 'https://www.skyatnightmagazine.com/space-science/messier-catalogue' },
|
|
72
|
-
{ name: 'Stellarium Web - 交互式星图', url: 'https://stellarium-web.org/' },
|
|
73
|
-
];
|
|
74
|
-
|
|
75
71
|
const seo: DeepSpaceScopeLocaleContent['seo'] = [
|
|
76
72
|
{
|
|
77
73
|
type: 'summary',
|
|
@@ -170,9 +166,7 @@ export const content: DeepSpaceScopeLocaleContent = {
|
|
|
170
166
|
ui,
|
|
171
167
|
seo,
|
|
172
168
|
faq,
|
|
173
|
-
faqTitle: '常见问题',
|
|
174
169
|
bibliography,
|
|
175
|
-
bibliographyTitle: '参考文献',
|
|
176
170
|
howTo,
|
|
177
171
|
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
178
172
|
};
|
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
import {
|
|
3
|
-
SEOTitle,
|
|
4
|
-
SEOTable,
|
|
5
|
-
SEOTip,
|
|
6
|
-
SEOCard,
|
|
7
|
-
SEOStats,
|
|
8
|
-
SEOGlossary,
|
|
9
|
-
SEOProsCons,
|
|
10
|
-
SEOSummary,
|
|
11
|
-
SEODiagnostic,
|
|
12
|
-
SEOArticle
|
|
13
|
-
} from '@jjlmoya/utils-shared';
|
|
2
|
+
import { SEORenderer } from '@jjlmoya/utils-shared';
|
|
14
3
|
import { deepSpaceScope } from './index';
|
|
15
4
|
import type { KnownLocale } from '../../types';
|
|
16
5
|
|
|
@@ -21,41 +10,6 @@ interface Props {
|
|
|
21
10
|
const { locale = 'es' } = Astro.props;
|
|
22
11
|
const content = await deepSpaceScope.i18n[locale]?.();
|
|
23
12
|
if (!content) return null;
|
|
24
|
-
|
|
25
|
-
const { seo } = content;
|
|
26
13
|
---
|
|
27
14
|
|
|
28
|
-
<
|
|
29
|
-
{seo.map((section: any) => {
|
|
30
|
-
switch (section.type) {
|
|
31
|
-
case 'summary':
|
|
32
|
-
return <SEOSummary title={section.title} items={section.items} />;
|
|
33
|
-
case 'title':
|
|
34
|
-
return <SEOTitle title={section.text} level={section.level || 2} />;
|
|
35
|
-
case 'paragraph':
|
|
36
|
-
return <p set:html={section.html} />;
|
|
37
|
-
case 'stats':
|
|
38
|
-
return <SEOStats stats={section.items} columns={section.columns} />;
|
|
39
|
-
case 'card':
|
|
40
|
-
return <SEOCard title={section.title} icon={section.icon}><Fragment set:html={section.html} /></SEOCard>;
|
|
41
|
-
case 'tip':
|
|
42
|
-
return <SEOTip title={section.title}><Fragment set:html={section.html} /></SEOTip>;
|
|
43
|
-
case 'table':
|
|
44
|
-
return (
|
|
45
|
-
<SEOTable headers={section.headers}>
|
|
46
|
-
{section.rows.map((row: string[]) => (
|
|
47
|
-
<tr>{row.map((cell: string) => <td set:html={cell} />)}</tr>
|
|
48
|
-
))}
|
|
49
|
-
</SEOTable>
|
|
50
|
-
);
|
|
51
|
-
case 'proscons':
|
|
52
|
-
return <SEOProsCons title={section.title} items={section.items} />;
|
|
53
|
-
case 'diagnostic':
|
|
54
|
-
return <SEODiagnostic title={section.title} icon={section.icon} type={section.variant} badge={section.badge}><Fragment set:html={section.html} /></SEODiagnostic>;
|
|
55
|
-
case 'glossary':
|
|
56
|
-
return <SEOGlossary items={section.items} />;
|
|
57
|
-
default:
|
|
58
|
-
return null;
|
|
59
|
-
}
|
|
60
|
-
})}
|
|
61
|
-
</SEOArticle>
|
|
15
|
+
<SEORenderer content={{ locale, sections: content.seo }} />
|