@jjlmoya/utils-converters 1.24.0 → 1.26.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.
Files changed (134) hide show
  1. package/package.json +2 -2
  2. package/src/category/i18n/de.ts +1 -1
  3. package/src/category/i18n/en.ts +1 -1
  4. package/src/category/i18n/fr.ts +1 -1
  5. package/src/category/i18n/id.ts +1 -1
  6. package/src/category/i18n/it.ts +1 -1
  7. package/src/category/i18n/nl.ts +1 -1
  8. package/src/category/i18n/pl.ts +1 -1
  9. package/src/category/i18n/pt.ts +1 -1
  10. package/src/category/i18n/sv.ts +1 -1
  11. package/src/entries.ts +6 -0
  12. package/src/tests/bibliography_wellformed_export.test.ts +46 -0
  13. package/src/tests/category_seo_quality.test.ts +74 -0
  14. package/src/tests/faq_count.test.ts +1 -1
  15. package/src/tests/no_h1_in_components.test.ts +1 -1
  16. package/src/tests/seo_parity.test.ts +2 -2
  17. package/src/tests/seo_wellformed_export.test.ts +65 -0
  18. package/src/tests/tool_validation.test.ts +15 -15
  19. package/src/tool/avifAJpg/i18n/en.ts +164 -164
  20. package/src/tool/avifAJpg/i18n/es.ts +164 -164
  21. package/src/tool/avifAJpg/i18n/fr.ts +164 -164
  22. package/src/tool/avifAJpg/i18n/ja.ts +166 -166
  23. package/src/tool/avifAJpg/i18n/ko.ts +166 -166
  24. package/src/tool/avifAJpg/i18n/zh.ts +166 -166
  25. package/src/tool/avifAJpg/seo.astro +15 -15
  26. package/src/tool/avifAPng/i18n/en.ts +164 -164
  27. package/src/tool/avifAPng/i18n/es.ts +164 -164
  28. package/src/tool/avifAPng/i18n/fr.ts +164 -164
  29. package/src/tool/avifAPng/i18n/ja.ts +166 -166
  30. package/src/tool/avifAPng/i18n/ko.ts +166 -166
  31. package/src/tool/avifAPng/i18n/zh.ts +166 -166
  32. package/src/tool/avifAPng/seo.astro +15 -15
  33. package/src/tool/avifAWebp/i18n/en.ts +164 -164
  34. package/src/tool/avifAWebp/i18n/es.ts +164 -164
  35. package/src/tool/avifAWebp/i18n/fr.ts +164 -164
  36. package/src/tool/avifAWebp/i18n/ja.ts +166 -166
  37. package/src/tool/avifAWebp/i18n/ko.ts +166 -166
  38. package/src/tool/avifAWebp/i18n/zh.ts +166 -166
  39. package/src/tool/avifAWebp/seo.astro +15 -15
  40. package/src/tool/bmpAJpg/i18n/en.ts +164 -164
  41. package/src/tool/bmpAJpg/i18n/es.ts +164 -164
  42. package/src/tool/bmpAJpg/i18n/fr.ts +164 -164
  43. package/src/tool/bmpAJpg/i18n/ja.ts +166 -166
  44. package/src/tool/bmpAJpg/i18n/ko.ts +166 -166
  45. package/src/tool/bmpAJpg/i18n/zh.ts +166 -166
  46. package/src/tool/bmpAJpg/seo.astro +15 -15
  47. package/src/tool/bmpAPng/i18n/en.ts +164 -164
  48. package/src/tool/bmpAPng/i18n/es.ts +164 -164
  49. package/src/tool/bmpAPng/i18n/fr.ts +164 -164
  50. package/src/tool/bmpAPng/i18n/ja.ts +165 -165
  51. package/src/tool/bmpAPng/i18n/ko.ts +165 -165
  52. package/src/tool/bmpAPng/i18n/zh.ts +165 -165
  53. package/src/tool/bmpAPng/seo.astro +15 -15
  54. package/src/tool/bmpAWebp/i18n/en.ts +164 -164
  55. package/src/tool/bmpAWebp/i18n/es.ts +164 -164
  56. package/src/tool/bmpAWebp/i18n/fr.ts +164 -164
  57. package/src/tool/bmpAWebp/i18n/ja.ts +166 -166
  58. package/src/tool/bmpAWebp/i18n/ko.ts +166 -166
  59. package/src/tool/bmpAWebp/i18n/zh.ts +166 -166
  60. package/src/tool/bmpAWebp/seo.astro +15 -15
  61. package/src/tool/gifAJpg/i18n/en.ts +164 -164
  62. package/src/tool/gifAJpg/i18n/es.ts +164 -164
  63. package/src/tool/gifAJpg/i18n/fr.ts +164 -164
  64. package/src/tool/gifAJpg/i18n/ja.ts +166 -166
  65. package/src/tool/gifAJpg/i18n/ko.ts +166 -166
  66. package/src/tool/gifAJpg/i18n/zh.ts +166 -166
  67. package/src/tool/gifAJpg/seo.astro +15 -15
  68. package/src/tool/gifAPng/i18n/en.ts +164 -164
  69. package/src/tool/gifAPng/i18n/es.ts +164 -164
  70. package/src/tool/gifAPng/i18n/fr.ts +164 -164
  71. package/src/tool/gifAPng/i18n/ja.ts +166 -166
  72. package/src/tool/gifAPng/i18n/ko.ts +166 -166
  73. package/src/tool/gifAPng/i18n/zh.ts +166 -166
  74. package/src/tool/gifAPng/seo.astro +15 -15
  75. package/src/tool/gifAWebp/i18n/en.ts +164 -164
  76. package/src/tool/gifAWebp/i18n/es.ts +164 -164
  77. package/src/tool/gifAWebp/i18n/fr.ts +164 -164
  78. package/src/tool/gifAWebp/i18n/ja.ts +166 -166
  79. package/src/tool/gifAWebp/i18n/ko.ts +166 -166
  80. package/src/tool/gifAWebp/i18n/zh.ts +166 -166
  81. package/src/tool/gifAWebp/seo.astro +15 -15
  82. package/src/tool/imagenBase64/i18n/en.ts +154 -154
  83. package/src/tool/imagenBase64/i18n/es.ts +154 -154
  84. package/src/tool/imagenBase64/i18n/fr.ts +154 -154
  85. package/src/tool/imagenBase64/seo.astro +15 -15
  86. package/src/tool/jpgAIco/seo.astro +15 -15
  87. package/src/tool/jpgAPng/i18n/en.ts +164 -164
  88. package/src/tool/jpgAPng/i18n/es.ts +164 -164
  89. package/src/tool/jpgAPng/i18n/fr.ts +164 -164
  90. package/src/tool/jpgAPng/i18n/ja.ts +166 -166
  91. package/src/tool/jpgAPng/i18n/ko.ts +166 -166
  92. package/src/tool/jpgAPng/i18n/zh.ts +166 -166
  93. package/src/tool/jpgAPng/seo.astro +15 -15
  94. package/src/tool/jpgAWebp/i18n/en.ts +164 -164
  95. package/src/tool/jpgAWebp/i18n/es.ts +164 -164
  96. package/src/tool/jpgAWebp/i18n/fr.ts +164 -164
  97. package/src/tool/jpgAWebp/seo.astro +15 -15
  98. package/src/tool/pngAIco/seo.astro +15 -15
  99. package/src/tool/pngAJpg/i18n/de.ts +21 -21
  100. package/src/tool/pngAJpg/i18n/es.ts +177 -177
  101. package/src/tool/pngAJpg/i18n/fr.ts +137 -137
  102. package/src/tool/pngAJpg/i18n/id.ts +89 -89
  103. package/src/tool/pngAJpg/i18n/it.ts +89 -89
  104. package/src/tool/pngAJpg/i18n/ko.ts +177 -177
  105. package/src/tool/pngAJpg/i18n/nl.ts +20 -20
  106. package/src/tool/pngAJpg/i18n/pl.ts +89 -89
  107. package/src/tool/pngAJpg/i18n/pt.ts +89 -89
  108. package/src/tool/pngAJpg/i18n/ru.ts +177 -177
  109. package/src/tool/pngAJpg/i18n/sv.ts +89 -89
  110. package/src/tool/pngAJpg/i18n/tr.ts +89 -89
  111. package/src/tool/pngAJpg/seo.astro +15 -15
  112. package/src/tool/pngAWebp/i18n/en.ts +164 -164
  113. package/src/tool/pngAWebp/i18n/es.ts +164 -164
  114. package/src/tool/pngAWebp/i18n/fr.ts +164 -164
  115. package/src/tool/pngAWebp/seo.astro +15 -15
  116. package/src/tool/svgAJpg/i18n/fr.ts +164 -164
  117. package/src/tool/svgAJpg/seo.astro +15 -15
  118. package/src/tool/svgAPng/i18n/fr.ts +164 -164
  119. package/src/tool/svgAPng/seo.astro +15 -15
  120. package/src/tool/webpAIco/seo.astro +15 -15
  121. package/src/tool/webpAJpg/seo.astro +15 -15
  122. package/src/tool/webpAPng/bibliography.ts +13 -13
  123. package/src/tool/webpAPng/i18n/de.ts +166 -166
  124. package/src/tool/webpAPng/i18n/es.ts +171 -171
  125. package/src/tool/webpAPng/i18n/fr.ts +166 -166
  126. package/src/tool/webpAPng/i18n/id.ts +166 -166
  127. package/src/tool/webpAPng/i18n/it.ts +166 -166
  128. package/src/tool/webpAPng/i18n/nl.ts +166 -166
  129. package/src/tool/webpAPng/i18n/pl.ts +166 -166
  130. package/src/tool/webpAPng/i18n/pt.ts +166 -166
  131. package/src/tool/webpAPng/i18n/ru.ts +166 -166
  132. package/src/tool/webpAPng/i18n/sv.ts +166 -166
  133. package/src/tool/webpAPng/i18n/tr.ts +167 -167
  134. package/src/tool/webpAPng/seo.astro +15 -15
@@ -1,168 +1,168 @@
1
1
  import { bibliography } from '../bibliography';
2
- import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
2
+ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import { generateSchemas } from '../../../shared/logic/schemas';
4
- import type { BmpAWebpLocaleContent } from '../index';
5
-
6
- const slug = 'bmp-to-webp-converter';
7
- const title = 'Convert BMP to WebP Free';
8
- const description =
9
- 'Convert BMP images to WebP offline. Reduce huge files to kilobytes. No file uploads. Free, offline and completely private.';
10
-
11
- const ui: ImageConverterUI = {
12
- dragText: 'Drag BMP files...',
13
- convertText: 'To convert them to WebP instantly',
14
- selectFiles: 'Select files',
15
- processedFiles: 'Processed files',
16
- downloadAll: 'Download All (.zip)',
4
+ import type { BmpAWebpLocaleContent } from '../index';
5
+
6
+ const slug = 'bmp-to-webp-converter';
7
+ const title = 'Convert BMP to WebP Free';
8
+ const description =
9
+ 'Convert BMP images to WebP offline. Reduce huge files to kilobytes. No file uploads. Free, offline and completely private.';
10
+
11
+ const ui: ImageConverterUI = {
12
+ dragText: 'Drag BMP files...',
13
+ convertText: 'To convert them to WebP instantly',
14
+ selectFiles: 'Select files',
15
+ processedFiles: 'Processed files',
16
+ downloadAll: 'Download All (.zip)',
17
17
  pending: 'Pending',
18
- bibliographyTitle: 'Bibliographic References',
19
- faqTitle: 'Frequently Asked Questions',
20
- };
21
-
22
- const faq: BmpAWebpLocaleContent['faq'] = [
23
- {
24
- question: 'Why do my BMP files take up 10 times more space and what do I gain with WebP?',
25
- answer:
26
- 'BMP stores uncompressed pixel maps. WebP uses mathematical compression to reduce huge BMPs to under a megabyte while keeping the image highly recognizable.',
27
- },
28
- {
29
- question: 'Do I have to register an account?',
30
- answer:
31
- 'We require no email and your material will remain isolated, since processing is performed by the JavaScript of the browser installed on your PC, with no remote sending.',
32
- },
33
- {
34
- question: 'Can I drag many files simultaneously?',
35
- answer:
36
- 'Yes, you can drag 50 or 100 files as long as your hardware can handle processing them all without queuing.',
37
- },
38
- ];
39
-
40
- const howTo: BmpAWebpLocaleContent['howTo'] = [
41
- {
42
- name: 'Identify raw files',
43
- text: 'Place your bitmap collections in windows ready for transfer.',
44
- },
45
- {
46
- name: 'Native batch activation',
47
- text: 'Project or drag all files to our digital workspace.',
48
- },
49
- {
50
- name: 'WebP batch output',
51
- text: 'Click the results and get the micro-weight images on disk separately or as immediate compressed packages.',
52
- },
53
- ];
54
-
55
- const seo: BmpAWebpLocaleContent['seo'] = [
56
- {
57
- type: 'title',
58
- text: 'BMP to WebP Converter: The Most Extreme File Size Reduction Possible',
59
- level: 2,
60
- },
61
- {
62
- type: 'paragraph',
63
- html: 'Converting BMP to WebP is undoubtedly the most spectacular transformation you can make with an image. The BMP (Bitmap) format is the oldest and heaviest format in the digital ecosystem: it stores every pixel without any compression, resulting in files that can weigh 20, 50 or even 100 times more than their modern equivalent. WebP, developed by Google, applies state-of-the-art compression algorithms that reduce the size to the minimum possible while maintaining excellent visual quality.',
64
- },
65
- {
66
- type: 'title',
67
- text: 'Why is BMP so heavy and WebP so efficient?',
68
- level: 3,
69
- },
70
- {
71
- type: 'paragraph',
72
- html: 'The BMP format was born in the 1980s for Windows, when disk space was abundant and compression was not a priority. Every pixel is stored as-is, with no reduction algorithm: a 1920x1080 pixel image in BMP takes up exactly 5.93 MB regardless of its content. This makes it ideal for internal screenshots or lossless editing, but completely inappropriate for the web or modern storage.',
73
- },
74
- {
75
- type: 'paragraph',
76
- html: 'WebP uses block-based predictive compression and DCT transforms (the same technology underlying digital video), allowing the same 1920x1080 image to occupy between 80 KB and 300 KB. That is a reduction of 95 to 99% compared to the original BMP. In addition, WebP supports an alpha channel for transparency and both lossy and lossless compression, offering total versatility.',
77
- },
78
- {
79
- type: 'title',
80
- text: 'Comparison: Cloud Converters vs Our Local Architecture',
81
- level: 3,
82
- },
83
- {
84
- type: 'comparative',
85
- items: [
86
- {
87
- title: 'Cloud Converters',
88
- description: 'Tools that upload your BMP files to a remote server for processing.',
89
- icon: 'mdi:cloud-upload',
90
- pointIcon: 'mdi:close-circle-outline',
91
- points: [
92
- 'Uploading a 20 MB BMP takes minutes on a slow connection',
93
- 'Your images remain stored on third-party servers',
94
- 'File size limits that exclude large BMP files',
95
- 'Intrusive advertising and data trackers',
96
- ],
97
- },
98
- {
99
- title: 'Our Local Architecture',
100
- description: 'Direct processing in your browser using Vanilla JS and Canvas API technology.',
101
- icon: 'mdi:laptop-mac',
102
- highlight: true,
103
- points: [
104
- 'Instant conversion with no network transfer',
105
- 'Absolute privacy - 0 bytes leave your device',
106
- 'No file size limits',
107
- 'Works without an internet connection',
108
- ],
109
- },
110
- ],
111
- },
112
- {
113
- type: 'title',
114
- text: 'How the technical conversion works in the browser',
115
- level: 3,
116
- },
117
- {
118
- type: 'paragraph',
119
- html: 'When you drag a BMP file, the browser reads it as a binary Blob in RAM. This Blob is loaded into a JavaScript <code>Image</code> element, which decodes it using the native image engine. The image is then painted onto an invisible HTML5 <code>Canvas</code> element. The Canvas acts as a virtual canvas where the image exists in its pixel-by-pixel form.',
120
- },
121
- {
122
- type: 'paragraph',
123
- html: 'Once painted on the Canvas, we execute the <code>toBlob()</code> method with the MIME type <code>image/webp</code> and the desired quality level. The browser internally applies the WebP compression algorithm and generates a new Blob with the resulting file. This Blob is converted into a direct download URL that your browser saves to disk. At no point is any network connection established.',
124
- },
125
- {
126
- type: 'tip',
127
- title: 'The biggest compression leap possible',
128
- html: 'Converting BMP to WebP can achieve a 99% reduction in file size. A 20 MB BMP can become a WebP of just 200 KB with virtually identical visual quality. It is the most efficient transformation available between standard image formats.',
129
- },
130
- {
131
- type: 'title',
132
- text: 'Use cases and WebP compatibility',
133
- level: 3,
134
- },
135
- {
136
- type: 'list',
137
- icon: 'mdi:check-circle',
138
- items: [
139
- 'Web publishing - Chrome, Firefox, Safari, Edge and all modern browsers.',
140
- 'Social media - Instagram, Twitter, Facebook natively accept WebP.',
141
- 'Web apps and PWAs - minimal sizes for instant loading.',
142
- 'Efficient archiving - replace legacy BMP collections saving gigabytes.',
143
- 'Email marketing - lightweight images that load fast in any modern mail client.',
144
- ],
145
- },
146
- {
147
- type: 'title',
148
- text: 'Conclusion: The most impactful conversion in a single click',
149
- level: 3,
150
- },
151
- {
152
- type: 'paragraph',
153
- html: 'If you have legacy BMP files from Windows, uncompressed screenshots or images from old tools, converting them to WebP is the most impactful action you can take to optimize your storage and web performance. With our tool, the conversion is instant, private and unlimited - exactly as it should be.',
154
- },
155
- ];
156
-
18
+ bibliographyTitle: 'Bibliographic References',
19
+ faqTitle: 'Frequently Asked Questions',
20
+ };
21
+
22
+ const faq: BmpAWebpLocaleContent['faq'] = [
23
+ {
24
+ question: 'Why do my BMP files take up 10 times more space and what do I gain with WebP?',
25
+ answer:
26
+ 'BMP stores uncompressed pixel maps. WebP uses mathematical compression to reduce huge BMPs to under a megabyte while keeping the image highly recognizable.',
27
+ },
28
+ {
29
+ question: 'Do I have to register an account?',
30
+ answer:
31
+ 'We require no email and your material will remain isolated, since processing is performed by the JavaScript of the browser installed on your PC, with no remote sending.',
32
+ },
33
+ {
34
+ question: 'Can I drag many files simultaneously?',
35
+ answer:
36
+ 'Yes, you can drag 50 or 100 files as long as your hardware can handle processing them all without queuing.',
37
+ },
38
+ ];
39
+
40
+ const howTo: BmpAWebpLocaleContent['howTo'] = [
41
+ {
42
+ name: 'Identify raw files',
43
+ text: 'Place your bitmap collections in windows ready for transfer.',
44
+ },
45
+ {
46
+ name: 'Native batch activation',
47
+ text: 'Project or drag all files to our digital workspace.',
48
+ },
49
+ {
50
+ name: 'WebP batch output',
51
+ text: 'Click the results and get the micro-weight images on disk separately or as immediate compressed packages.',
52
+ },
53
+ ];
54
+
55
+ const seo: BmpAWebpLocaleContent['seo'] = [
56
+ {
57
+ type: 'title',
58
+ text: 'BMP to WebP Converter: The Most Extreme File Size Reduction Possible',
59
+ level: 2,
60
+ },
61
+ {
62
+ type: 'paragraph',
63
+ html: 'Converting BMP to WebP is undoubtedly the most spectacular transformation you can make with an image. The BMP (Bitmap) format is the oldest and heaviest format in the digital ecosystem: it stores every pixel without any compression, resulting in files that can weigh 20, 50 or even 100 times more than their modern equivalent. WebP, developed by Google, applies state-of-the-art compression algorithms that reduce the size to the minimum possible while maintaining excellent visual quality.',
64
+ },
65
+ {
66
+ type: 'title',
67
+ text: 'Why is BMP so heavy and WebP so efficient?',
68
+ level: 3,
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: 'The BMP format was born in the 1980s for Windows, when disk space was abundant and compression was not a priority. Every pixel is stored as-is, with no reduction algorithm: a 1920x1080 pixel image in BMP takes up exactly 5.93 MB regardless of its content. This makes it ideal for internal screenshots or lossless editing, but completely inappropriate for the web or modern storage.',
73
+ },
74
+ {
75
+ type: 'paragraph',
76
+ html: 'WebP uses block-based predictive compression and DCT transforms (the same technology underlying digital video), allowing the same 1920x1080 image to occupy between 80 KB and 300 KB. That is a reduction of 95 to 99% compared to the original BMP. In addition, WebP supports an alpha channel for transparency and both lossy and lossless compression, offering total versatility.',
77
+ },
78
+ {
79
+ type: 'title',
80
+ text: 'Comparison: Cloud Converters vs Our Local Architecture',
81
+ level: 3,
82
+ },
83
+ {
84
+ type: 'comparative',
85
+ items: [
86
+ {
87
+ title: 'Cloud Converters',
88
+ description: 'Tools that upload your BMP files to a remote server for processing.',
89
+ icon: 'mdi:cloud-upload',
90
+ pointIcon: 'mdi:close-circle-outline',
91
+ points: [
92
+ 'Uploading a 20 MB BMP takes minutes on a slow connection',
93
+ 'Your images remain stored on third-party servers',
94
+ 'File size limits that exclude large BMP files',
95
+ 'Intrusive advertising and data trackers',
96
+ ],
97
+ },
98
+ {
99
+ title: 'Our Local Architecture',
100
+ description: 'Direct processing in your browser using Vanilla JS and Canvas API technology.',
101
+ icon: 'mdi:laptop-mac',
102
+ highlight: true,
103
+ points: [
104
+ 'Instant conversion with no network transfer',
105
+ 'Absolute privacy - 0 bytes leave your device',
106
+ 'No file size limits',
107
+ 'Works without an internet connection',
108
+ ],
109
+ },
110
+ ],
111
+ },
112
+ {
113
+ type: 'title',
114
+ text: 'How the technical conversion works in the browser',
115
+ level: 3,
116
+ },
117
+ {
118
+ type: 'paragraph',
119
+ html: 'When you drag a BMP file, the browser reads it as a binary Blob in RAM. This Blob is loaded into a JavaScript <code>Image</code> element, which decodes it using the native image engine. The image is then painted onto an invisible HTML5 <code>Canvas</code> element. The Canvas acts as a virtual canvas where the image exists in its pixel-by-pixel form.',
120
+ },
121
+ {
122
+ type: 'paragraph',
123
+ html: 'Once painted on the Canvas, we execute the <code>toBlob()</code> method with the MIME type <code>image/webp</code> and the desired quality level. The browser internally applies the WebP compression algorithm and generates a new Blob with the resulting file. This Blob is converted into a direct download URL that your browser saves to disk. At no point is any network connection established.',
124
+ },
125
+ {
126
+ type: 'tip',
127
+ title: 'The biggest compression leap possible',
128
+ html: 'Converting BMP to WebP can achieve a 99% reduction in file size. A 20 MB BMP can become a WebP of just 200 KB with virtually identical visual quality. It is the most efficient transformation available between standard image formats.',
129
+ },
130
+ {
131
+ type: 'title',
132
+ text: 'Use cases and WebP compatibility',
133
+ level: 3,
134
+ },
135
+ {
136
+ type: 'list',
137
+ icon: 'mdi:check-circle',
138
+ items: [
139
+ 'Web publishing - Chrome, Firefox, Safari, Edge and all modern browsers.',
140
+ 'Social media - Instagram, Twitter, Facebook natively accept WebP.',
141
+ 'Web apps and PWAs - minimal sizes for instant loading.',
142
+ 'Efficient archiving - replace legacy BMP collections saving gigabytes.',
143
+ 'Email marketing - lightweight images that load fast in any modern mail client.',
144
+ ],
145
+ },
146
+ {
147
+ type: 'title',
148
+ text: 'Conclusion: The most impactful conversion in a single click',
149
+ level: 3,
150
+ },
151
+ {
152
+ type: 'paragraph',
153
+ html: 'If you have legacy BMP files from Windows, uncompressed screenshots or images from old tools, converting them to WebP is the most impactful action you can take to optimize your storage and web performance. With our tool, the conversion is instant, private and unlimited - exactly as it should be.',
154
+ },
155
+ ];
157
156
 
158
- export const content: BmpAWebpLocaleContent = {
159
- slug,
160
- title,
161
- description,
162
- ui,
163
- seo,
164
- faq,
165
- bibliography,
166
- howTo,
167
- schemas: generateSchemas({ title, description, inLanguage: 'en', faq, howTo }),
168
- };
157
+
158
+ export const content: BmpAWebpLocaleContent = {
159
+ slug,
160
+ title,
161
+ description,
162
+ ui,
163
+ seo,
164
+ faq,
165
+ bibliography,
166
+ howTo,
167
+ schemas: generateSchemas({ title, description, inLanguage: 'en', faq, howTo }),
168
+ };