@intlayer/docs 6.1.4 → 6.1.6-canary.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/blog/ar/next-i18next_vs_next-intl_vs_intlayer.md +1366 -75
- package/blog/ar/nextjs-multilingual-seo-comparison.md +364 -0
- package/blog/de/next-i18next_vs_next-intl_vs_intlayer.md +1288 -72
- package/blog/de/nextjs-multilingual-seo-comparison.md +362 -0
- package/blog/en/intlayer_with_next-i18next.mdx +431 -0
- package/blog/en/intlayer_with_next-intl.mdx +335 -0
- package/blog/en/next-i18next_vs_next-intl_vs_intlayer.md +583 -336
- package/blog/en/nextjs-multilingual-seo-comparison.md +360 -0
- package/blog/en-GB/next-i18next_vs_next-intl_vs_intlayer.md +1144 -37
- package/blog/en-GB/nextjs-multilingual-seo-comparison.md +360 -0
- package/blog/es/next-i18next_vs_next-intl_vs_intlayer.md +1236 -64
- package/blog/es/nextjs-multilingual-seo-comparison.md +363 -0
- package/blog/fr/next-i18next_vs_next-intl_vs_intlayer.md +1142 -75
- package/blog/fr/nextjs-multilingual-seo-comparison.md +362 -0
- package/blog/hi/nextjs-multilingual-seo-comparison.md +363 -0
- package/blog/it/next-i18next_vs_next-intl_vs_intlayer.md +1130 -55
- package/blog/it/nextjs-multilingual-seo-comparison.md +363 -0
- package/blog/ja/next-i18next_vs_next-intl_vs_intlayer.md +1150 -76
- package/blog/ja/nextjs-multilingual-seo-comparison.md +362 -0
- package/blog/ko/next-i18next_vs_next-intl_vs_intlayer.md +1139 -73
- package/blog/ko/nextjs-multilingual-seo-comparison.md +362 -0
- package/blog/pt/next-i18next_vs_next-intl_vs_intlayer.md +1143 -76
- package/blog/pt/nextjs-multilingual-seo-comparison.md +362 -0
- package/blog/ru/next-i18next_vs_next-intl_vs_intlayer.md +1150 -74
- package/blog/ru/nextjs-multilingual-seo-comparison.md +370 -0
- package/blog/tr/next-i18next_vs_next-intl_vs_intlayer.md +2 -0
- package/blog/tr/nextjs-multilingual-seo-comparison.md +362 -0
- package/blog/zh/next-i18next_vs_next-intl_vs_intlayer.md +1152 -75
- package/blog/zh/nextjs-multilingual-seo-comparison.md +394 -0
- package/dist/cjs/generated/blog.entry.cjs +16 -0
- package/dist/cjs/generated/blog.entry.cjs.map +1 -1
- package/dist/cjs/generated/docs.entry.cjs +16 -0
- package/dist/cjs/generated/docs.entry.cjs.map +1 -1
- package/dist/esm/generated/blog.entry.mjs +16 -0
- package/dist/esm/generated/blog.entry.mjs.map +1 -1
- package/dist/esm/generated/docs.entry.mjs +16 -0
- package/dist/esm/generated/docs.entry.mjs.map +1 -1
- package/dist/types/generated/blog.entry.d.ts +1 -0
- package/dist/types/generated/blog.entry.d.ts.map +1 -1
- package/dist/types/generated/docs.entry.d.ts +1 -0
- package/dist/types/generated/docs.entry.d.ts.map +1 -1
- package/docs/ar/component_i18n.md +186 -0
- package/docs/ar/vs_code_extension.md +48 -109
- package/docs/de/component_i18n.md +186 -0
- package/docs/de/vs_code_extension.md +46 -107
- package/docs/en/component_i18n.md +186 -0
- package/docs/en/interest_of_intlayer.md +2 -2
- package/docs/en/intlayer_with_nextjs_14.md +18 -1
- package/docs/en/intlayer_with_nextjs_15.md +18 -1
- package/docs/en/vs_code_extension.md +24 -114
- package/docs/en-GB/component_i18n.md +186 -0
- package/docs/en-GB/vs_code_extension.md +42 -103
- package/docs/es/component_i18n.md +182 -0
- package/docs/es/vs_code_extension.md +53 -114
- package/docs/fr/component_i18n.md +186 -0
- package/docs/fr/vs_code_extension.md +50 -111
- package/docs/hi/component_i18n.md +186 -0
- package/docs/hi/vs_code_extension.md +49 -110
- package/docs/it/component_i18n.md +186 -0
- package/docs/it/vs_code_extension.md +50 -111
- package/docs/ja/component_i18n.md +186 -0
- package/docs/ja/vs_code_extension.md +50 -111
- package/docs/ko/component_i18n.md +186 -0
- package/docs/ko/vs_code_extension.md +48 -109
- package/docs/pt/component_i18n.md +186 -0
- package/docs/pt/vs_code_extension.md +46 -107
- package/docs/ru/component_i18n.md +186 -0
- package/docs/ru/vs_code_extension.md +48 -109
- package/docs/tr/component_i18n.md +186 -0
- package/docs/tr/vs_code_extension.md +54 -115
- package/docs/zh/component_i18n.md +186 -0
- package/docs/zh/vs_code_extension.md +51 -105
- package/package.json +11 -11
- package/src/generated/blog.entry.ts +16 -0
- package/src/generated/docs.entry.ts +16 -0
|
@@ -0,0 +1,394 @@
|
|
|
1
|
+
---
|
|
2
|
+
createdAt: 2025-09-28
|
|
3
|
+
updatedAt: 2025-09-28
|
|
4
|
+
title: Next.js 中的 SEO 和国际化
|
|
5
|
+
description: 学习如何使用 next-intl、next-i18next 和 Intlayer 在你的 Next.js 应用中设置多语言 SEO。
|
|
6
|
+
keywords:
|
|
7
|
+
- Intlayer
|
|
8
|
+
- SEO
|
|
9
|
+
- 国际化
|
|
10
|
+
- Next.js
|
|
11
|
+
- i18n
|
|
12
|
+
- JavaScript
|
|
13
|
+
- React
|
|
14
|
+
- next-intl
|
|
15
|
+
- next-i18next
|
|
16
|
+
slugs:
|
|
17
|
+
- blog
|
|
18
|
+
- blog-seo-i18n-nextjs
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
# Next.js 中的 SEO 和国际化:仅仅翻译是不够的
|
|
22
|
+
|
|
23
|
+
当开发者想到国际化(i18n)时,第一个反应通常是:_翻译内容_。但人们通常忘记了国际化的主要目标是让你的网站对全世界更具可见性。
|
|
24
|
+
如果你的多语言 Next.js 应用没有告诉搜索引擎如何抓取和理解你不同语言版本的内容,那么你大部分的努力可能都会被忽视。
|
|
25
|
+
|
|
26
|
+
在这篇博客中,我们将探讨 **为什么国际化(i18n)是 SEO 的超级力量**,以及如何在 Next.js 中使用 `next-intl`、`next-i18next` 和 `Intlayer` 正确实现它。
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 为什么要做 SEO 和国际化
|
|
31
|
+
|
|
32
|
+
添加语言不仅仅是为了用户体验(UX)。它也是提升 **自然流量可见性** 的强大杠杆。原因如下:
|
|
33
|
+
|
|
34
|
+
1. **更好的可发现性:** 搜索引擎会索引本地化版本,并针对使用母语搜索的用户进行排名。
|
|
35
|
+
2. **避免重复内容:** 适当的规范(canonical)和替代(alternate)标签告诉爬虫每个页面属于哪个语言版本。
|
|
36
|
+
3. **更好的用户体验:** 访客能够立即访问到你网站的正确语言版本。
|
|
37
|
+
4. **竞争优势:** 很少有网站能很好地实现多语言SEO,这意味着你可以脱颖而出。
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Next.js 多语言SEO最佳实践
|
|
42
|
+
|
|
43
|
+
以下是每个多语言应用都应该实施的检查清单:
|
|
44
|
+
|
|
45
|
+
- **在 `<head>` 中设置 `hreflang` 元标签**
|
|
46
|
+
帮助谷歌理解每种语言版本的存在。
|
|
47
|
+
|
|
48
|
+
- **在 `sitemap.xml` 中列出所有翻译页面**
|
|
49
|
+
使用 `xhtml` 方案,使爬虫能够轻松找到替代版本。
|
|
50
|
+
|
|
51
|
+
- **在 `robots.txt` 中排除私有/本地化路由**
|
|
52
|
+
例如,不允许 `/dashboard`、`/fr/dashboard`、`/es/dashboard` 被索引。
|
|
53
|
+
|
|
54
|
+
- **使用本地化链接**
|
|
55
|
+
例如:使用 `<a href="/fr/about">À propos</a>`,而不是链接到默认的 `/about`。
|
|
56
|
+
|
|
57
|
+
这些都是简单的步骤——但跳过它们可能会让你失去可见性。
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 实现示例
|
|
62
|
+
|
|
63
|
+
开发者经常忘记在不同语言环境中正确引用他们的页面,因此让我们看看使用不同库时这是如何实际操作的。
|
|
64
|
+
|
|
65
|
+
### **next-intl**
|
|
66
|
+
|
|
67
|
+
<Tabs>
|
|
68
|
+
<TabItem label="next-intl">
|
|
69
|
+
|
|
70
|
+
```tsx fileName="src/app/[locale]/about/layout.tsx
|
|
71
|
+
import type { Metadata } from "next";
|
|
72
|
+
import { locales, defaultLocale } from "@/i18n";
|
|
73
|
+
import { getTranslations, unstable_setRequestLocale } from "next-intl/server";
|
|
74
|
+
|
|
75
|
+
function localizedPath(locale: string, path: string) {
|
|
76
|
+
// 如果是默认语言,直接返回路径,否则加上语言前缀
|
|
77
|
+
return locale === defaultLocale ? path : `/${locale}${path}`;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export async function generateMetadata({
|
|
81
|
+
params,
|
|
82
|
+
}: {
|
|
83
|
+
params: { locale: string };
|
|
84
|
+
}): Promise<Metadata> {
|
|
85
|
+
const { locale } = params;
|
|
86
|
+
// 获取当前语言的翻译内容,命名空间为 "about"
|
|
87
|
+
const t = await getTranslations({ locale, namespace: "about" });
|
|
88
|
+
|
|
89
|
+
const url = "/about";
|
|
90
|
+
const languages = Object.fromEntries(
|
|
91
|
+
locales.map((l) => [l, localizedPath(l, url)])
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
return {
|
|
95
|
+
title: t("title"),
|
|
96
|
+
description: t("description"),
|
|
97
|
+
alternates: {
|
|
98
|
+
canonical: localizedPath(locale, url),
|
|
99
|
+
languages: { ...languages, "x-default": url },
|
|
100
|
+
},
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// ... 页面代码的其余部分
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
```tsx fileName="src/app/sitemap.ts"
|
|
108
|
+
import type { MetadataRoute } from "next";
|
|
109
|
+
import { locales, defaultLocale } from "@/i18n";
|
|
110
|
+
|
|
111
|
+
const origin = "https://example.com";
|
|
112
|
+
|
|
113
|
+
const formatterLocalizedPath = (locale: string, path: string) =>
|
|
114
|
+
locale === defaultLocale ? `${origin}${path}` : `${origin}/${locale}${path}`;
|
|
115
|
+
|
|
116
|
+
export default function sitemap(): MetadataRoute.Sitemap {
|
|
117
|
+
const aboutLanguages = Object.fromEntries(
|
|
118
|
+
locales.map((l) => [l, formatterLocalizedPath(l, "/about")])
|
|
119
|
+
);
|
|
120
|
+
|
|
121
|
+
return [
|
|
122
|
+
{
|
|
123
|
+
url: formatterLocalizedPath(defaultLocale, "/about"),
|
|
124
|
+
lastModified: new Date(),
|
|
125
|
+
changeFrequency: "monthly",
|
|
126
|
+
priority: 0.7,
|
|
127
|
+
alternates: { languages: aboutLanguages },
|
|
128
|
+
},
|
|
129
|
+
];
|
|
130
|
+
}
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
```tsx fileName="src/app/robots.ts"
|
|
134
|
+
import type { MetadataRoute } from "next";
|
|
135
|
+
import { locales, defaultLocale } from "@/i18n";
|
|
136
|
+
|
|
137
|
+
const origin = "https://example.com";
|
|
138
|
+
const withAllLocales = (path: string) => [
|
|
139
|
+
path,
|
|
140
|
+
...locales.filter((l) => l !== defaultLocale).map((l) => `/${l}${path}`),
|
|
141
|
+
];
|
|
142
|
+
|
|
143
|
+
export default function robots(): MetadataRoute.Robots {
|
|
144
|
+
const disallow = [
|
|
145
|
+
...withAllLocales("/dashboard"),
|
|
146
|
+
...withAllLocales("/admin"),
|
|
147
|
+
];
|
|
148
|
+
|
|
149
|
+
return {
|
|
150
|
+
rules: { userAgent: "*", allow: ["/"], disallow },
|
|
151
|
+
host: origin,
|
|
152
|
+
sitemap: `${origin}/sitemap.xml`,
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
### **next-i18next**
|
|
158
|
+
|
|
159
|
+
</TabItem>
|
|
160
|
+
<TabItem label="next-i18next">
|
|
161
|
+
|
|
162
|
+
```ts fileName="i18n.config.ts"
|
|
163
|
+
export const locales = ["en", "fr"] as const;
|
|
164
|
+
export type Locale = (typeof locales)[number];
|
|
165
|
+
export const defaultLocale: Locale = "en";
|
|
166
|
+
|
|
167
|
+
/** 除非是默认语言,否则为路径添加语言前缀 */
|
|
168
|
+
export function localizedPath(locale: string, path: string) {
|
|
169
|
+
return locale === defaultLocale ? path : `/${locale}${path}`;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/** 绝对 URL 辅助函数 */
|
|
173
|
+
const ORIGIN = "https://example.com";
|
|
174
|
+
export function abs(locale: string, path: string) {
|
|
175
|
+
return `${ORIGIN}${localizedPath(locale, path)}`;
|
|
176
|
+
}
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
```tsx fileName="src/app/[locale]/about/layout.tsx"
|
|
180
|
+
rules: { userAgent: "*", allow: ["/"], disallow },
|
|
181
|
+
host: origin,
|
|
182
|
+
sitemap: `${origin}/sitemap.xml`,
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
### **next-i18next**
|
|
188
|
+
|
|
189
|
+
</TabItem>
|
|
190
|
+
<TabItem label="next-i18next">
|
|
191
|
+
|
|
192
|
+
```ts fileName="i18n.config.ts"
|
|
193
|
+
export const locales = ["en", "fr"] as const;
|
|
194
|
+
export type Locale = (typeof locales)[number];
|
|
195
|
+
export const defaultLocale: Locale = "en";
|
|
196
|
+
|
|
197
|
+
/** 除非是默认语言,否则为路径添加语言前缀 */
|
|
198
|
+
export function localizedPath(locale: string, path: string) {
|
|
199
|
+
return locale === defaultLocale ? path : `/${locale}${path}`;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/** 绝对 URL 辅助函数 */
|
|
203
|
+
const ORIGIN = "https://example.com";
|
|
204
|
+
export function abs(locale: string, path: string) {
|
|
205
|
+
return `${ORIGIN}${localizedPath(locale, path)}`;
|
|
206
|
+
}
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
```tsx fileName="src/app/[locale]/about/layout.tsx"
|
|
210
|
+
import type { Metadata } from "next";
|
|
211
|
+
import { locales, defaultLocale, localizedPath } from "@/i18n.config";
|
|
212
|
+
|
|
213
|
+
export async function generateMetadata({
|
|
214
|
+
params,
|
|
215
|
+
}: {
|
|
216
|
+
params: { locale: string };
|
|
217
|
+
}): Promise<Metadata> {
|
|
218
|
+
const { locale } = params;
|
|
219
|
+
|
|
220
|
+
// 动态导入正确的 JSON 文件
|
|
221
|
+
const messages = (await import(`@/../public/locales/${locale}/about.json`))
|
|
222
|
+
.default;
|
|
223
|
+
|
|
224
|
+
const languages = Object.fromEntries(
|
|
225
|
+
locales.map((l) => [l, localizedPath(l, "/about")])
|
|
226
|
+
);
|
|
227
|
+
|
|
228
|
+
return {
|
|
229
|
+
title: messages.title,
|
|
230
|
+
description: messages.description,
|
|
231
|
+
alternates: {
|
|
232
|
+
canonical: localizedPath(locale, "/about"),
|
|
233
|
+
languages: { ...languages, "x-default": "/about" },
|
|
234
|
+
},
|
|
235
|
+
};
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export default async function AboutPage() {
|
|
239
|
+
return <h1>关于</h1>;
|
|
240
|
+
}
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
```ts fileName="src/app/sitemap.ts"
|
|
244
|
+
import type { MetadataRoute } from "next";
|
|
245
|
+
import { locales, defaultLocale, abs } from "@/i18n.config";
|
|
246
|
+
|
|
247
|
+
export default function sitemap(): MetadataRoute.Sitemap {
|
|
248
|
+
const languages = Object.fromEntries(
|
|
249
|
+
locales.map((l) => [l, abs(l, "/about")])
|
|
250
|
+
);
|
|
251
|
+
return [
|
|
252
|
+
{
|
|
253
|
+
url: abs(defaultLocale, "/about"),
|
|
254
|
+
lastModified: new Date(), // 最后修改时间
|
|
255
|
+
changeFrequency: "monthly", // 变更频率:每月
|
|
256
|
+
priority: 0.7, // 优先级
|
|
257
|
+
alternates: { languages }, // 语言替代链接
|
|
258
|
+
},
|
|
259
|
+
];
|
|
260
|
+
}
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
```ts fileName="src/app/robots.ts"
|
|
264
|
+
import type { MetadataRoute } from "next";
|
|
265
|
+
import { locales, defaultLocale, localizedPath } from "@/i18n.config";
|
|
266
|
+
|
|
267
|
+
const ORIGIN = "https://example.com"; // 网站根地址
|
|
268
|
+
|
|
269
|
+
const expandAllLocales = (path: string) => [
|
|
270
|
+
localizedPath(defaultLocale, path),
|
|
271
|
+
...locales
|
|
272
|
+
.filter((l) => l !== defaultLocale)
|
|
273
|
+
.map((l) => localizedPath(l, path)),
|
|
274
|
+
];
|
|
275
|
+
|
|
276
|
+
export default function robots(): MetadataRoute.Robots {
|
|
277
|
+
const disallow = [
|
|
278
|
+
...expandAllLocales("/dashboard"),
|
|
279
|
+
...expandAllLocales("/admin"),
|
|
280
|
+
];
|
|
281
|
+
|
|
282
|
+
return {
|
|
283
|
+
rules: { userAgent: "*", allow: ["/"], disallow },
|
|
284
|
+
host: ORIGIN,
|
|
285
|
+
sitemap: `${ORIGIN}/sitemap.xml`,
|
|
286
|
+
};
|
|
287
|
+
}
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
### **Intlayer**
|
|
291
|
+
|
|
292
|
+
</TabItem>
|
|
293
|
+
<TabItem label="intlayer">
|
|
294
|
+
|
|
295
|
+
````typescript fileName="src/app/[locale]/about/layout.tsx"
|
|
296
|
+
import { getIntlayer, getMultilingualUrls } from "intlayer";
|
|
297
|
+
import type { Metadata } from "next";
|
|
298
|
+
import type { LocalPromiseParams } from "next-intlayer";
|
|
299
|
+
|
|
300
|
+
export const generateMetadata = async ({
|
|
301
|
+
params,
|
|
302
|
+
}: LocalPromiseParams): Promise<Metadata> => {
|
|
303
|
+
const { locale } = await params;
|
|
304
|
+
|
|
305
|
+
const metadata = getIntlayer("page-metadata", locale);
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* 生成一个包含每个语言环境所有 URL 的对象。
|
|
309
|
+
*
|
|
310
|
+
* 示例:
|
|
311
|
+
* ```ts
|
|
312
|
+
* getMultilingualUrls('/about');
|
|
313
|
+
*
|
|
314
|
+
* // 返回
|
|
315
|
+
* // {
|
|
316
|
+
* // en: '/about',
|
|
317
|
+
* // fr: '/fr/about',
|
|
318
|
+
* // es: '/es/about',
|
|
319
|
+
* // }
|
|
320
|
+
* ```
|
|
321
|
+
*/
|
|
322
|
+
const multilingualUrls = getMultilingualUrls("/about");
|
|
323
|
+
|
|
324
|
+
return {
|
|
325
|
+
...metadata,
|
|
326
|
+
alternates: {
|
|
327
|
+
canonical: multilingualUrls[locale as keyof typeof multilingualUrls],
|
|
328
|
+
languages: { ...multilingualUrls, "x-default": "/about" },
|
|
329
|
+
},
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
|
|
333
|
+
// ... 页面代码的其余部分
|
|
334
|
+
````
|
|
335
|
+
|
|
336
|
+
```tsx fileName="src/app/sitemap.ts"
|
|
337
|
+
import { getMultilingualUrls } from "intlayer";
|
|
338
|
+
import type { MetadataRoute } from "next";
|
|
339
|
+
|
|
340
|
+
const sitemap = (): MetadataRoute.Sitemap => [
|
|
341
|
+
{
|
|
342
|
+
url: "https://example.com/about",
|
|
343
|
+
alternates: {
|
|
344
|
+
languages: { ...getMultilingualUrls("https://example.com/about") },
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
];
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
```tsx fileName="src/app/robots.ts"
|
|
351
|
+
import { getMultilingualUrls } from "intlayer";
|
|
352
|
+
import type { MetadataRoute } from "next";
|
|
353
|
+
|
|
354
|
+
// 获取所有多语言版本的 URL
|
|
355
|
+
const getAllMultilingualUrls = (urls: string[]) =>
|
|
356
|
+
urls.flatMap((url) => Object.values(getMultilingualUrls(url)) as string[]);
|
|
357
|
+
|
|
358
|
+
// 定义 robots 配置
|
|
359
|
+
const robots = (): MetadataRoute.Robots => ({
|
|
360
|
+
rules: {
|
|
361
|
+
userAgent: "*", // 适用于所有用户代理
|
|
362
|
+
allow: ["/"], // 允许访问根路径
|
|
363
|
+
disallow: getAllMultilingualUrls(["/dashboard"]), // 禁止访问仪表盘的所有多语言路径
|
|
364
|
+
},
|
|
365
|
+
host: "https://example.com",
|
|
366
|
+
sitemap: `https://example.com/sitemap.xml`,
|
|
367
|
+
});
|
|
368
|
+
|
|
369
|
+
export default robots;
|
|
370
|
+
```
|
|
371
|
+
|
|
372
|
+
> Intlayer 提供了一个 `getMultilingualUrls` 函数,用于为您的站点地图生成多语言 URL。
|
|
373
|
+
|
|
374
|
+
</TabItem>
|
|
375
|
+
</Tabs>
|
|
376
|
+
|
|
377
|
+
---
|
|
378
|
+
|
|
379
|
+
## 结论
|
|
380
|
+
|
|
381
|
+
在 Next.js 中正确处理国际化(i18n)不仅仅是翻译文本,更是确保搜索引擎和用户能够准确识别并访问您内容的正确版本。
|
|
382
|
+
设置 hreflang、站点地图和 robots 规则,才是真正将翻译转化为 SEO 价值的关键。
|
|
383
|
+
|
|
384
|
+
虽然 next-intl 和 next-i18next 提供了可靠的方式来实现这些功能,但它们通常需要大量手动配置来保持各个语言环境之间的一致性。
|
|
385
|
+
|
|
386
|
+
这正是 Intlayer 的优势所在:
|
|
387
|
+
|
|
388
|
+
它内置了像 getMultilingualUrls 这样的辅助工具,使得 hreflang、站点地图和 robots 的集成几乎变得轻而易举。
|
|
389
|
+
|
|
390
|
+
元数据保持集中管理,而不是分散在 JSON 文件或自定义工具中。
|
|
391
|
+
|
|
392
|
+
它从底层为 Next.js 设计,因此您可以减少调试配置的时间,更多地专注于发布。
|
|
393
|
+
|
|
394
|
+
如果您的目标不仅是翻译,而是无障碍地扩展多语言 SEO,Intlayer 为您提供了最简洁、最具未来保障的解决方案。
|
|
@@ -324,6 +324,22 @@ const blogEntry = {
|
|
|
324
324
|
hi: readLocale("next-i18next_vs_next-intl_vs_intlayer.md", "hi"),
|
|
325
325
|
tr: readLocale("next-i18next_vs_next-intl_vs_intlayer.md", "tr")
|
|
326
326
|
},
|
|
327
|
+
"./blog/en/nextjs-multilingual-seo-comparison.md": {
|
|
328
|
+
en: readLocale("nextjs-multilingual-seo-comparison.md", "en"),
|
|
329
|
+
fr: readLocale("nextjs-multilingual-seo-comparison.md", "fr"),
|
|
330
|
+
ru: readLocale("nextjs-multilingual-seo-comparison.md", "ru"),
|
|
331
|
+
ja: readLocale("nextjs-multilingual-seo-comparison.md", "ja"),
|
|
332
|
+
ko: readLocale("nextjs-multilingual-seo-comparison.md", "ko"),
|
|
333
|
+
zh: readLocale("nextjs-multilingual-seo-comparison.md", "zh"),
|
|
334
|
+
es: readLocale("nextjs-multilingual-seo-comparison.md", "es"),
|
|
335
|
+
de: readLocale("nextjs-multilingual-seo-comparison.md", "de"),
|
|
336
|
+
ar: readLocale("nextjs-multilingual-seo-comparison.md", "ar"),
|
|
337
|
+
pt: readLocale("nextjs-multilingual-seo-comparison.md", "pt"),
|
|
338
|
+
"en-GB": readLocale("nextjs-multilingual-seo-comparison.md", "en-GB"),
|
|
339
|
+
it: readLocale("nextjs-multilingual-seo-comparison.md", "it"),
|
|
340
|
+
hi: readLocale("nextjs-multilingual-seo-comparison.md", "hi"),
|
|
341
|
+
tr: readLocale("nextjs-multilingual-seo-comparison.md", "tr")
|
|
342
|
+
},
|
|
327
343
|
"./blog/en/rag_powered_documentation_assistant.md": {
|
|
328
344
|
en: readLocale("rag_powered_documentation_assistant.md", "en"),
|
|
329
345
|
fr: readLocale("rag_powered_documentation_assistant.md", "fr"),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/generated/blog.entry.ts"],"sourcesContent":["/* AUTO-GENERATED – DO NOT EDIT */\n/* REGENERATE USING `pnpm prepare` */\nimport type { LocalesValues } from '@intlayer/config';\nimport { existsSync } from 'fs';\nimport { readFile } from 'fs/promises';\nimport { dirname, join } from 'path';\nimport { fileURLToPath } from 'url';\n\nconst isESModule = typeof import.meta.url === 'string';\nconst dir = isESModule ? dirname(fileURLToPath(import.meta.url)) : __dirname;\n\nconst readLocale = (\n relativeAfterLocale: string,\n locale: LocalesValues\n): Promise<string> => {\n const target = join(\n dir,\n '../../../blog/' + locale + '/' + relativeAfterLocale\n );\n if (!existsSync(target)) {\n console.error('File not found: ' + target);\n return readFile(\n join(dir, '../../../blog/en/' + relativeAfterLocale),\n 'utf8'\n );\n }\n return readFile(target, 'utf8');\n};\n\nexport const blogEntry = {\n './blog/en/index.md': {\n en: readLocale('index.md', 'en'),\n fr: readLocale('index.md', 'fr'),\n ru: readLocale('index.md', 'ru'),\n ja: readLocale('index.md', 'ja'),\n ko: readLocale('index.md', 'ko'),\n zh: readLocale('index.md', 'zh'),\n es: readLocale('index.md', 'es'),\n de: readLocale('index.md', 'de'),\n ar: readLocale('index.md', 'ar'),\n pt: readLocale('index.md', 'pt'),\n 'en-GB': readLocale('index.md', 'en-GB'),\n it: readLocale('index.md', 'it'),\n hi: readLocale('index.md', 'hi'),\n tr: readLocale('index.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/internationalization_and_SEO.md': {\n en: readLocale('internationalization_and_SEO.md', 'en'),\n fr: readLocale('internationalization_and_SEO.md', 'fr'),\n ru: readLocale('internationalization_and_SEO.md', 'ru'),\n ja: readLocale('internationalization_and_SEO.md', 'ja'),\n ko: readLocale('internationalization_and_SEO.md', 'ko'),\n zh: readLocale('internationalization_and_SEO.md', 'zh'),\n es: readLocale('internationalization_and_SEO.md', 'es'),\n de: readLocale('internationalization_and_SEO.md', 'de'),\n ar: readLocale('internationalization_and_SEO.md', 'ar'),\n pt: readLocale('internationalization_and_SEO.md', 'pt'),\n 'en-GB': readLocale('internationalization_and_SEO.md', 'en-GB'),\n it: readLocale('internationalization_and_SEO.md', 'it'),\n hi: readLocale('internationalization_and_SEO.md', 'hi'),\n tr: readLocale('internationalization_and_SEO.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_i18next.md': {\n en: readLocale('intlayer_with_i18next.md', 'en'),\n fr: readLocale('intlayer_with_i18next.md', 'fr'),\n ru: readLocale('intlayer_with_i18next.md', 'ru'),\n ja: readLocale('intlayer_with_i18next.md', 'ja'),\n ko: readLocale('intlayer_with_i18next.md', 'ko'),\n zh: readLocale('intlayer_with_i18next.md', 'zh'),\n es: readLocale('intlayer_with_i18next.md', 'es'),\n de: readLocale('intlayer_with_i18next.md', 'de'),\n ar: readLocale('intlayer_with_i18next.md', 'ar'),\n pt: readLocale('intlayer_with_i18next.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_i18next.md', 'en-GB'),\n it: readLocale('intlayer_with_i18next.md', 'it'),\n hi: readLocale('intlayer_with_i18next.md', 'hi'),\n tr: readLocale('intlayer_with_i18next.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-i18next.md': {\n en: readLocale('intlayer_with_next-i18next.md', 'en'),\n fr: readLocale('intlayer_with_next-i18next.md', 'fr'),\n ru: readLocale('intlayer_with_next-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_next-i18next.md', 'ja'),\n ko: readLocale('intlayer_with_next-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_next-i18next.md', 'zh'),\n es: readLocale('intlayer_with_next-i18next.md', 'es'),\n de: readLocale('intlayer_with_next-i18next.md', 'de'),\n ar: readLocale('intlayer_with_next-i18next.md', 'ar'),\n pt: readLocale('intlayer_with_next-i18next.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_next-i18next.md', 'en-GB'),\n it: readLocale('intlayer_with_next-i18next.md', 'it'),\n hi: readLocale('intlayer_with_next-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_next-i18next.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-intl.md': {\n en: readLocale('intlayer_with_next-intl.md', 'en'),\n fr: readLocale('intlayer_with_next-intl.md', 'fr'),\n ru: readLocale('intlayer_with_next-intl.md', 'ru'),\n ja: readLocale('intlayer_with_next-intl.md', 'ja'),\n ko: readLocale('intlayer_with_next-intl.md', 'ko'),\n zh: readLocale('intlayer_with_next-intl.md', 'zh'),\n es: readLocale('intlayer_with_next-intl.md', 'es'),\n de: readLocale('intlayer_with_next-intl.md', 'de'),\n ar: readLocale('intlayer_with_next-intl.md', 'ar'),\n pt: readLocale('intlayer_with_next-intl.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_next-intl.md', 'en-GB'),\n it: readLocale('intlayer_with_next-intl.md', 'it'),\n hi: readLocale('intlayer_with_next-intl.md', 'hi'),\n tr: readLocale('intlayer_with_next-intl.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-i18next.md': {\n en: readLocale('intlayer_with_react-i18next.md', 'en'),\n fr: readLocale('intlayer_with_react-i18next.md', 'fr'),\n ru: readLocale('intlayer_with_react-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_react-i18next.md', 'ja'),\n ko: readLocale('intlayer_with_react-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_react-i18next.md', 'zh'),\n es: readLocale('intlayer_with_react-i18next.md', 'es'),\n de: readLocale('intlayer_with_react-i18next.md', 'de'),\n ar: readLocale('intlayer_with_react-i18next.md', 'ar'),\n pt: readLocale('intlayer_with_react-i18next.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_react-i18next.md', 'en-GB'),\n it: readLocale('intlayer_with_react-i18next.md', 'it'),\n hi: readLocale('intlayer_with_react-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_react-i18next.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-intl.md': {\n en: readLocale('intlayer_with_react-intl.md', 'en'),\n fr: readLocale('intlayer_with_react-intl.md', 'fr'),\n ru: readLocale('intlayer_with_react-intl.md', 'ru'),\n ja: readLocale('intlayer_with_react-intl.md', 'ja'),\n ko: readLocale('intlayer_with_react-intl.md', 'ko'),\n zh: readLocale('intlayer_with_react-intl.md', 'zh'),\n es: readLocale('intlayer_with_react-intl.md', 'es'),\n de: readLocale('intlayer_with_react-intl.md', 'de'),\n ar: readLocale('intlayer_with_react-intl.md', 'ar'),\n pt: readLocale('intlayer_with_react-intl.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_react-intl.md', 'en-GB'),\n it: readLocale('intlayer_with_react-intl.md', 'it'),\n hi: readLocale('intlayer_with_react-intl.md', 'hi'),\n tr: readLocale('intlayer_with_react-intl.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/CMS/drupal.md': {\n en: readLocale('list_i18n_technologies/CMS/drupal.md', 'en'),\n fr: readLocale('list_i18n_technologies/CMS/drupal.md', 'fr'),\n ru: readLocale('list_i18n_technologies/CMS/drupal.md', 'ru'),\n ja: readLocale('list_i18n_technologies/CMS/drupal.md', 'ja'),\n ko: readLocale('list_i18n_technologies/CMS/drupal.md', 'ko'),\n zh: readLocale('list_i18n_technologies/CMS/drupal.md', 'zh'),\n es: readLocale('list_i18n_technologies/CMS/drupal.md', 'es'),\n de: readLocale('list_i18n_technologies/CMS/drupal.md', 'de'),\n ar: readLocale('list_i18n_technologies/CMS/drupal.md', 'ar'),\n pt: readLocale('list_i18n_technologies/CMS/drupal.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/CMS/drupal.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/CMS/drupal.md', 'it'),\n hi: readLocale('list_i18n_technologies/CMS/drupal.md', 'hi'),\n tr: readLocale('list_i18n_technologies/CMS/drupal.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/CMS/wix.md': {\n en: readLocale('list_i18n_technologies/CMS/wix.md', 'en'),\n fr: readLocale('list_i18n_technologies/CMS/wix.md', 'fr'),\n ru: readLocale('list_i18n_technologies/CMS/wix.md', 'ru'),\n ja: readLocale('list_i18n_technologies/CMS/wix.md', 'ja'),\n ko: readLocale('list_i18n_technologies/CMS/wix.md', 'ko'),\n zh: readLocale('list_i18n_technologies/CMS/wix.md', 'zh'),\n es: readLocale('list_i18n_technologies/CMS/wix.md', 'es'),\n de: readLocale('list_i18n_technologies/CMS/wix.md', 'de'),\n ar: readLocale('list_i18n_technologies/CMS/wix.md', 'ar'),\n pt: readLocale('list_i18n_technologies/CMS/wix.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/CMS/wix.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/CMS/wix.md', 'it'),\n hi: readLocale('list_i18n_technologies/CMS/wix.md', 'hi'),\n tr: readLocale('list_i18n_technologies/CMS/wix.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/CMS/wordpress.md': {\n en: readLocale('list_i18n_technologies/CMS/wordpress.md', 'en'),\n fr: readLocale('list_i18n_technologies/CMS/wordpress.md', 'fr'),\n ru: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ru'),\n ja: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ja'),\n ko: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ko'),\n zh: readLocale('list_i18n_technologies/CMS/wordpress.md', 'zh'),\n es: readLocale('list_i18n_technologies/CMS/wordpress.md', 'es'),\n de: readLocale('list_i18n_technologies/CMS/wordpress.md', 'de'),\n ar: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ar'),\n pt: readLocale('list_i18n_technologies/CMS/wordpress.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/CMS/wordpress.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/CMS/wordpress.md', 'it'),\n hi: readLocale('list_i18n_technologies/CMS/wordpress.md', 'hi'),\n tr: readLocale('list_i18n_technologies/CMS/wordpress.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/angular.md': {\n en: readLocale('list_i18n_technologies/frameworks/angular.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/angular.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/angular.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/angular.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/angular.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/angular.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/angular.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/angular.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/angular.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/angular.md', 'pt'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/angular.md',\n 'en-GB'\n ),\n it: readLocale('list_i18n_technologies/frameworks/angular.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/angular.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/angular.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/flutter.md': {\n en: readLocale('list_i18n_technologies/frameworks/flutter.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/flutter.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/flutter.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/flutter.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/flutter.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/flutter.md', 'pt'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/flutter.md',\n 'en-GB'\n ),\n it: readLocale('list_i18n_technologies/frameworks/flutter.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/flutter.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/flutter.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react-native.md': {\n en: readLocale('list_i18n_technologies/frameworks/react-native.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react-native.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/react-native.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/react-native.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pt'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/react-native.md',\n 'en-GB'\n ),\n it: readLocale('list_i18n_technologies/frameworks/react-native.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react.md': {\n en: readLocale('list_i18n_technologies/frameworks/react.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/react.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/react.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/react.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/react.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/react.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/react.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/react.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/frameworks/react.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/react.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/svelte.md': {\n en: readLocale('list_i18n_technologies/frameworks/svelte.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/svelte.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/svelte.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/svelte.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/svelte.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/frameworks/svelte.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/vue.md': {\n en: readLocale('list_i18n_technologies/frameworks/vue.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/vue.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/vue.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/vue.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/vue.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/vue.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/vue.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/vue.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/vue.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/vue.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/vue.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/frameworks/vue.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/vue.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/vue.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/next-i18next_vs_next-intl_vs_intlayer.md': {\n en: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en'),\n fr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'fr'),\n ru: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ja'),\n ko: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'zh'),\n es: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'es'),\n de: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'de'),\n ar: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ar'),\n pt: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pt'),\n 'en-GB': readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en-GB'),\n it: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'it'),\n hi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/rag_powered_documentation_assistant.md': {\n en: readLocale('rag_powered_documentation_assistant.md', 'en'),\n fr: readLocale('rag_powered_documentation_assistant.md', 'fr'),\n ru: readLocale('rag_powered_documentation_assistant.md', 'ru'),\n ja: readLocale('rag_powered_documentation_assistant.md', 'ja'),\n ko: readLocale('rag_powered_documentation_assistant.md', 'ko'),\n zh: readLocale('rag_powered_documentation_assistant.md', 'zh'),\n es: readLocale('rag_powered_documentation_assistant.md', 'es'),\n de: readLocale('rag_powered_documentation_assistant.md', 'de'),\n ar: readLocale('rag_powered_documentation_assistant.md', 'ar'),\n pt: readLocale('rag_powered_documentation_assistant.md', 'pt'),\n 'en-GB': readLocale('rag_powered_documentation_assistant.md', 'en-GB'),\n it: readLocale('rag_powered_documentation_assistant.md', 'it'),\n hi: readLocale('rag_powered_documentation_assistant.md', 'hi'),\n tr: readLocale('rag_powered_documentation_assistant.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/react-i18next_vs_react-intl_vs_intlayer.md': {\n en: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en'),\n fr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'fr'),\n ru: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ja'),\n ko: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'zh'),\n es: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'es'),\n de: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'de'),\n ar: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ar'),\n pt: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pt'),\n 'en-GB': readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en-GB'),\n it: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'it'),\n hi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/vue-i18n_vs_intlayer.md': {\n en: readLocale('vue-i18n_vs_intlayer.md', 'en'),\n fr: readLocale('vue-i18n_vs_intlayer.md', 'fr'),\n ru: readLocale('vue-i18n_vs_intlayer.md', 'ru'),\n ja: readLocale('vue-i18n_vs_intlayer.md', 'ja'),\n ko: readLocale('vue-i18n_vs_intlayer.md', 'ko'),\n zh: readLocale('vue-i18n_vs_intlayer.md', 'zh'),\n es: readLocale('vue-i18n_vs_intlayer.md', 'es'),\n de: readLocale('vue-i18n_vs_intlayer.md', 'de'),\n ar: readLocale('vue-i18n_vs_intlayer.md', 'ar'),\n pt: readLocale('vue-i18n_vs_intlayer.md', 'pt'),\n 'en-GB': readLocale('vue-i18n_vs_intlayer.md', 'en-GB'),\n it: readLocale('vue-i18n_vs_intlayer.md', 'it'),\n hi: readLocale('vue-i18n_vs_intlayer.md', 'hi'),\n tr: readLocale('vue-i18n_vs_intlayer.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/what_is_internationalization.md': {\n en: readLocale('what_is_internationalization.md', 'en'),\n fr: readLocale('what_is_internationalization.md', 'fr'),\n ru: readLocale('what_is_internationalization.md', 'ru'),\n ja: readLocale('what_is_internationalization.md', 'ja'),\n ko: readLocale('what_is_internationalization.md', 'ko'),\n zh: readLocale('what_is_internationalization.md', 'zh'),\n es: readLocale('what_is_internationalization.md', 'es'),\n de: readLocale('what_is_internationalization.md', 'de'),\n ar: readLocale('what_is_internationalization.md', 'ar'),\n pt: readLocale('what_is_internationalization.md', 'pt'),\n 'en-GB': readLocale('what_is_internationalization.md', 'en-GB'),\n it: readLocale('what_is_internationalization.md', 'it'),\n hi: readLocale('what_is_internationalization.md', 'hi'),\n tr: readLocale('what_is_internationalization.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n} as const;\n"],"mappings":"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","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../../src/generated/blog.entry.ts"],"sourcesContent":["/* AUTO-GENERATED – DO NOT EDIT */\n/* REGENERATE USING `pnpm prepare` */\nimport type { LocalesValues } from '@intlayer/config';\nimport { existsSync } from 'fs';\nimport { readFile } from 'fs/promises';\nimport { dirname, join } from 'path';\nimport { fileURLToPath } from 'url';\n\nconst isESModule = typeof import.meta.url === 'string';\nconst dir = isESModule ? dirname(fileURLToPath(import.meta.url)) : __dirname;\n\nconst readLocale = (\n relativeAfterLocale: string,\n locale: LocalesValues\n): Promise<string> => {\n const target = join(\n dir,\n '../../../blog/' + locale + '/' + relativeAfterLocale\n );\n if (!existsSync(target)) {\n console.error('File not found: ' + target);\n return readFile(\n join(dir, '../../../blog/en/' + relativeAfterLocale),\n 'utf8'\n );\n }\n return readFile(target, 'utf8');\n};\n\nexport const blogEntry = {\n './blog/en/index.md': {\n en: readLocale('index.md', 'en'),\n fr: readLocale('index.md', 'fr'),\n ru: readLocale('index.md', 'ru'),\n ja: readLocale('index.md', 'ja'),\n ko: readLocale('index.md', 'ko'),\n zh: readLocale('index.md', 'zh'),\n es: readLocale('index.md', 'es'),\n de: readLocale('index.md', 'de'),\n ar: readLocale('index.md', 'ar'),\n pt: readLocale('index.md', 'pt'),\n 'en-GB': readLocale('index.md', 'en-GB'),\n it: readLocale('index.md', 'it'),\n hi: readLocale('index.md', 'hi'),\n tr: readLocale('index.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/internationalization_and_SEO.md': {\n en: readLocale('internationalization_and_SEO.md', 'en'),\n fr: readLocale('internationalization_and_SEO.md', 'fr'),\n ru: readLocale('internationalization_and_SEO.md', 'ru'),\n ja: readLocale('internationalization_and_SEO.md', 'ja'),\n ko: readLocale('internationalization_and_SEO.md', 'ko'),\n zh: readLocale('internationalization_and_SEO.md', 'zh'),\n es: readLocale('internationalization_and_SEO.md', 'es'),\n de: readLocale('internationalization_and_SEO.md', 'de'),\n ar: readLocale('internationalization_and_SEO.md', 'ar'),\n pt: readLocale('internationalization_and_SEO.md', 'pt'),\n 'en-GB': readLocale('internationalization_and_SEO.md', 'en-GB'),\n it: readLocale('internationalization_and_SEO.md', 'it'),\n hi: readLocale('internationalization_and_SEO.md', 'hi'),\n tr: readLocale('internationalization_and_SEO.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_i18next.md': {\n en: readLocale('intlayer_with_i18next.md', 'en'),\n fr: readLocale('intlayer_with_i18next.md', 'fr'),\n ru: readLocale('intlayer_with_i18next.md', 'ru'),\n ja: readLocale('intlayer_with_i18next.md', 'ja'),\n ko: readLocale('intlayer_with_i18next.md', 'ko'),\n zh: readLocale('intlayer_with_i18next.md', 'zh'),\n es: readLocale('intlayer_with_i18next.md', 'es'),\n de: readLocale('intlayer_with_i18next.md', 'de'),\n ar: readLocale('intlayer_with_i18next.md', 'ar'),\n pt: readLocale('intlayer_with_i18next.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_i18next.md', 'en-GB'),\n it: readLocale('intlayer_with_i18next.md', 'it'),\n hi: readLocale('intlayer_with_i18next.md', 'hi'),\n tr: readLocale('intlayer_with_i18next.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-i18next.md': {\n en: readLocale('intlayer_with_next-i18next.md', 'en'),\n fr: readLocale('intlayer_with_next-i18next.md', 'fr'),\n ru: readLocale('intlayer_with_next-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_next-i18next.md', 'ja'),\n ko: readLocale('intlayer_with_next-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_next-i18next.md', 'zh'),\n es: readLocale('intlayer_with_next-i18next.md', 'es'),\n de: readLocale('intlayer_with_next-i18next.md', 'de'),\n ar: readLocale('intlayer_with_next-i18next.md', 'ar'),\n pt: readLocale('intlayer_with_next-i18next.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_next-i18next.md', 'en-GB'),\n it: readLocale('intlayer_with_next-i18next.md', 'it'),\n hi: readLocale('intlayer_with_next-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_next-i18next.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_next-intl.md': {\n en: readLocale('intlayer_with_next-intl.md', 'en'),\n fr: readLocale('intlayer_with_next-intl.md', 'fr'),\n ru: readLocale('intlayer_with_next-intl.md', 'ru'),\n ja: readLocale('intlayer_with_next-intl.md', 'ja'),\n ko: readLocale('intlayer_with_next-intl.md', 'ko'),\n zh: readLocale('intlayer_with_next-intl.md', 'zh'),\n es: readLocale('intlayer_with_next-intl.md', 'es'),\n de: readLocale('intlayer_with_next-intl.md', 'de'),\n ar: readLocale('intlayer_with_next-intl.md', 'ar'),\n pt: readLocale('intlayer_with_next-intl.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_next-intl.md', 'en-GB'),\n it: readLocale('intlayer_with_next-intl.md', 'it'),\n hi: readLocale('intlayer_with_next-intl.md', 'hi'),\n tr: readLocale('intlayer_with_next-intl.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-i18next.md': {\n en: readLocale('intlayer_with_react-i18next.md', 'en'),\n fr: readLocale('intlayer_with_react-i18next.md', 'fr'),\n ru: readLocale('intlayer_with_react-i18next.md', 'ru'),\n ja: readLocale('intlayer_with_react-i18next.md', 'ja'),\n ko: readLocale('intlayer_with_react-i18next.md', 'ko'),\n zh: readLocale('intlayer_with_react-i18next.md', 'zh'),\n es: readLocale('intlayer_with_react-i18next.md', 'es'),\n de: readLocale('intlayer_with_react-i18next.md', 'de'),\n ar: readLocale('intlayer_with_react-i18next.md', 'ar'),\n pt: readLocale('intlayer_with_react-i18next.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_react-i18next.md', 'en-GB'),\n it: readLocale('intlayer_with_react-i18next.md', 'it'),\n hi: readLocale('intlayer_with_react-i18next.md', 'hi'),\n tr: readLocale('intlayer_with_react-i18next.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/intlayer_with_react-intl.md': {\n en: readLocale('intlayer_with_react-intl.md', 'en'),\n fr: readLocale('intlayer_with_react-intl.md', 'fr'),\n ru: readLocale('intlayer_with_react-intl.md', 'ru'),\n ja: readLocale('intlayer_with_react-intl.md', 'ja'),\n ko: readLocale('intlayer_with_react-intl.md', 'ko'),\n zh: readLocale('intlayer_with_react-intl.md', 'zh'),\n es: readLocale('intlayer_with_react-intl.md', 'es'),\n de: readLocale('intlayer_with_react-intl.md', 'de'),\n ar: readLocale('intlayer_with_react-intl.md', 'ar'),\n pt: readLocale('intlayer_with_react-intl.md', 'pt'),\n 'en-GB': readLocale('intlayer_with_react-intl.md', 'en-GB'),\n it: readLocale('intlayer_with_react-intl.md', 'it'),\n hi: readLocale('intlayer_with_react-intl.md', 'hi'),\n tr: readLocale('intlayer_with_react-intl.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/CMS/drupal.md': {\n en: readLocale('list_i18n_technologies/CMS/drupal.md', 'en'),\n fr: readLocale('list_i18n_technologies/CMS/drupal.md', 'fr'),\n ru: readLocale('list_i18n_technologies/CMS/drupal.md', 'ru'),\n ja: readLocale('list_i18n_technologies/CMS/drupal.md', 'ja'),\n ko: readLocale('list_i18n_technologies/CMS/drupal.md', 'ko'),\n zh: readLocale('list_i18n_technologies/CMS/drupal.md', 'zh'),\n es: readLocale('list_i18n_technologies/CMS/drupal.md', 'es'),\n de: readLocale('list_i18n_technologies/CMS/drupal.md', 'de'),\n ar: readLocale('list_i18n_technologies/CMS/drupal.md', 'ar'),\n pt: readLocale('list_i18n_technologies/CMS/drupal.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/CMS/drupal.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/CMS/drupal.md', 'it'),\n hi: readLocale('list_i18n_technologies/CMS/drupal.md', 'hi'),\n tr: readLocale('list_i18n_technologies/CMS/drupal.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/CMS/wix.md': {\n en: readLocale('list_i18n_technologies/CMS/wix.md', 'en'),\n fr: readLocale('list_i18n_technologies/CMS/wix.md', 'fr'),\n ru: readLocale('list_i18n_technologies/CMS/wix.md', 'ru'),\n ja: readLocale('list_i18n_technologies/CMS/wix.md', 'ja'),\n ko: readLocale('list_i18n_technologies/CMS/wix.md', 'ko'),\n zh: readLocale('list_i18n_technologies/CMS/wix.md', 'zh'),\n es: readLocale('list_i18n_technologies/CMS/wix.md', 'es'),\n de: readLocale('list_i18n_technologies/CMS/wix.md', 'de'),\n ar: readLocale('list_i18n_technologies/CMS/wix.md', 'ar'),\n pt: readLocale('list_i18n_technologies/CMS/wix.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/CMS/wix.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/CMS/wix.md', 'it'),\n hi: readLocale('list_i18n_technologies/CMS/wix.md', 'hi'),\n tr: readLocale('list_i18n_technologies/CMS/wix.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/CMS/wordpress.md': {\n en: readLocale('list_i18n_technologies/CMS/wordpress.md', 'en'),\n fr: readLocale('list_i18n_technologies/CMS/wordpress.md', 'fr'),\n ru: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ru'),\n ja: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ja'),\n ko: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ko'),\n zh: readLocale('list_i18n_technologies/CMS/wordpress.md', 'zh'),\n es: readLocale('list_i18n_technologies/CMS/wordpress.md', 'es'),\n de: readLocale('list_i18n_technologies/CMS/wordpress.md', 'de'),\n ar: readLocale('list_i18n_technologies/CMS/wordpress.md', 'ar'),\n pt: readLocale('list_i18n_technologies/CMS/wordpress.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/CMS/wordpress.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/CMS/wordpress.md', 'it'),\n hi: readLocale('list_i18n_technologies/CMS/wordpress.md', 'hi'),\n tr: readLocale('list_i18n_technologies/CMS/wordpress.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/angular.md': {\n en: readLocale('list_i18n_technologies/frameworks/angular.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/angular.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/angular.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/angular.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/angular.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/angular.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/angular.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/angular.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/angular.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/angular.md', 'pt'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/angular.md',\n 'en-GB'\n ),\n it: readLocale('list_i18n_technologies/frameworks/angular.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/angular.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/angular.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/flutter.md': {\n en: readLocale('list_i18n_technologies/frameworks/flutter.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/flutter.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/flutter.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/flutter.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/flutter.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/flutter.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/flutter.md', 'pt'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/flutter.md',\n 'en-GB'\n ),\n it: readLocale('list_i18n_technologies/frameworks/flutter.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/flutter.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/flutter.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react-native.md': {\n en: readLocale('list_i18n_technologies/frameworks/react-native.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react-native.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/react-native.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/react-native.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react-native.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/react-native.md', 'pt'),\n 'en-GB': readLocale(\n 'list_i18n_technologies/frameworks/react-native.md',\n 'en-GB'\n ),\n it: readLocale('list_i18n_technologies/frameworks/react-native.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/react-native.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react-native.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/react.md': {\n en: readLocale('list_i18n_technologies/frameworks/react.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/react.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/react.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/react.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/react.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/react.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/react.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/react.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/react.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/react.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/react.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/frameworks/react.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/react.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/react.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/svelte.md': {\n en: readLocale('list_i18n_technologies/frameworks/svelte.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/svelte.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/svelte.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/svelte.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/svelte.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/svelte.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/svelte.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/frameworks/svelte.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/svelte.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/svelte.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/list_i18n_technologies/frameworks/vue.md': {\n en: readLocale('list_i18n_technologies/frameworks/vue.md', 'en'),\n fr: readLocale('list_i18n_technologies/frameworks/vue.md', 'fr'),\n ru: readLocale('list_i18n_technologies/frameworks/vue.md', 'ru'),\n ja: readLocale('list_i18n_technologies/frameworks/vue.md', 'ja'),\n ko: readLocale('list_i18n_technologies/frameworks/vue.md', 'ko'),\n zh: readLocale('list_i18n_technologies/frameworks/vue.md', 'zh'),\n es: readLocale('list_i18n_technologies/frameworks/vue.md', 'es'),\n de: readLocale('list_i18n_technologies/frameworks/vue.md', 'de'),\n ar: readLocale('list_i18n_technologies/frameworks/vue.md', 'ar'),\n pt: readLocale('list_i18n_technologies/frameworks/vue.md', 'pt'),\n 'en-GB': readLocale('list_i18n_technologies/frameworks/vue.md', 'en-GB'),\n it: readLocale('list_i18n_technologies/frameworks/vue.md', 'it'),\n hi: readLocale('list_i18n_technologies/frameworks/vue.md', 'hi'),\n tr: readLocale('list_i18n_technologies/frameworks/vue.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/next-i18next_vs_next-intl_vs_intlayer.md': {\n en: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en'),\n fr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'fr'),\n ru: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ja'),\n ko: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'zh'),\n es: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'es'),\n de: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'de'),\n ar: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'ar'),\n pt: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'pt'),\n 'en-GB': readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'en-GB'),\n it: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'it'),\n hi: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('next-i18next_vs_next-intl_vs_intlayer.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/nextjs-multilingual-seo-comparison.md': {\n en: readLocale('nextjs-multilingual-seo-comparison.md', 'en'),\n fr: readLocale('nextjs-multilingual-seo-comparison.md', 'fr'),\n ru: readLocale('nextjs-multilingual-seo-comparison.md', 'ru'),\n ja: readLocale('nextjs-multilingual-seo-comparison.md', 'ja'),\n ko: readLocale('nextjs-multilingual-seo-comparison.md', 'ko'),\n zh: readLocale('nextjs-multilingual-seo-comparison.md', 'zh'),\n es: readLocale('nextjs-multilingual-seo-comparison.md', 'es'),\n de: readLocale('nextjs-multilingual-seo-comparison.md', 'de'),\n ar: readLocale('nextjs-multilingual-seo-comparison.md', 'ar'),\n pt: readLocale('nextjs-multilingual-seo-comparison.md', 'pt'),\n 'en-GB': readLocale('nextjs-multilingual-seo-comparison.md', 'en-GB'),\n it: readLocale('nextjs-multilingual-seo-comparison.md', 'it'),\n hi: readLocale('nextjs-multilingual-seo-comparison.md', 'hi'),\n tr: readLocale('nextjs-multilingual-seo-comparison.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/rag_powered_documentation_assistant.md': {\n en: readLocale('rag_powered_documentation_assistant.md', 'en'),\n fr: readLocale('rag_powered_documentation_assistant.md', 'fr'),\n ru: readLocale('rag_powered_documentation_assistant.md', 'ru'),\n ja: readLocale('rag_powered_documentation_assistant.md', 'ja'),\n ko: readLocale('rag_powered_documentation_assistant.md', 'ko'),\n zh: readLocale('rag_powered_documentation_assistant.md', 'zh'),\n es: readLocale('rag_powered_documentation_assistant.md', 'es'),\n de: readLocale('rag_powered_documentation_assistant.md', 'de'),\n ar: readLocale('rag_powered_documentation_assistant.md', 'ar'),\n pt: readLocale('rag_powered_documentation_assistant.md', 'pt'),\n 'en-GB': readLocale('rag_powered_documentation_assistant.md', 'en-GB'),\n it: readLocale('rag_powered_documentation_assistant.md', 'it'),\n hi: readLocale('rag_powered_documentation_assistant.md', 'hi'),\n tr: readLocale('rag_powered_documentation_assistant.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/react-i18next_vs_react-intl_vs_intlayer.md': {\n en: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en'),\n fr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'fr'),\n ru: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ru'),\n ja: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ja'),\n ko: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ko'),\n zh: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'zh'),\n es: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'es'),\n de: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'de'),\n ar: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'ar'),\n pt: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'pt'),\n 'en-GB': readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'en-GB'),\n it: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'it'),\n hi: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'hi'),\n tr: readLocale('react-i18next_vs_react-intl_vs_intlayer.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/vue-i18n_vs_intlayer.md': {\n en: readLocale('vue-i18n_vs_intlayer.md', 'en'),\n fr: readLocale('vue-i18n_vs_intlayer.md', 'fr'),\n ru: readLocale('vue-i18n_vs_intlayer.md', 'ru'),\n ja: readLocale('vue-i18n_vs_intlayer.md', 'ja'),\n ko: readLocale('vue-i18n_vs_intlayer.md', 'ko'),\n zh: readLocale('vue-i18n_vs_intlayer.md', 'zh'),\n es: readLocale('vue-i18n_vs_intlayer.md', 'es'),\n de: readLocale('vue-i18n_vs_intlayer.md', 'de'),\n ar: readLocale('vue-i18n_vs_intlayer.md', 'ar'),\n pt: readLocale('vue-i18n_vs_intlayer.md', 'pt'),\n 'en-GB': readLocale('vue-i18n_vs_intlayer.md', 'en-GB'),\n it: readLocale('vue-i18n_vs_intlayer.md', 'it'),\n hi: readLocale('vue-i18n_vs_intlayer.md', 'hi'),\n tr: readLocale('vue-i18n_vs_intlayer.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n './blog/en/what_is_internationalization.md': {\n en: readLocale('what_is_internationalization.md', 'en'),\n fr: readLocale('what_is_internationalization.md', 'fr'),\n ru: readLocale('what_is_internationalization.md', 'ru'),\n ja: readLocale('what_is_internationalization.md', 'ja'),\n ko: readLocale('what_is_internationalization.md', 'ko'),\n zh: readLocale('what_is_internationalization.md', 'zh'),\n es: readLocale('what_is_internationalization.md', 'es'),\n de: readLocale('what_is_internationalization.md', 'de'),\n ar: readLocale('what_is_internationalization.md', 'ar'),\n pt: readLocale('what_is_internationalization.md', 'pt'),\n 'en-GB': readLocale('what_is_internationalization.md', 'en-GB'),\n it: readLocale('what_is_internationalization.md', 'it'),\n hi: readLocale('what_is_internationalization.md', 'hi'),\n tr: readLocale('what_is_internationalization.md', 'tr'),\n } as unknown as Record<LocalesValues, Promise<string>>,\n} as const;\n"],"mappings":"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","names":[]}
|
|
@@ -75,6 +75,22 @@ const docsEntry = {
|
|
|
75
75
|
hi: readLocale("autoFill.md", "hi"),
|
|
76
76
|
tr: readLocale("autoFill.md", "tr")
|
|
77
77
|
},
|
|
78
|
+
"./docs/en/component_i18n.md": {
|
|
79
|
+
en: readLocale("component_i18n.md", "en"),
|
|
80
|
+
fr: readLocale("component_i18n.md", "fr"),
|
|
81
|
+
ru: readLocale("component_i18n.md", "ru"),
|
|
82
|
+
ja: readLocale("component_i18n.md", "ja"),
|
|
83
|
+
ko: readLocale("component_i18n.md", "ko"),
|
|
84
|
+
zh: readLocale("component_i18n.md", "zh"),
|
|
85
|
+
es: readLocale("component_i18n.md", "es"),
|
|
86
|
+
de: readLocale("component_i18n.md", "de"),
|
|
87
|
+
ar: readLocale("component_i18n.md", "ar"),
|
|
88
|
+
pt: readLocale("component_i18n.md", "pt"),
|
|
89
|
+
"en-GB": readLocale("component_i18n.md", "en-GB"),
|
|
90
|
+
it: readLocale("component_i18n.md", "it"),
|
|
91
|
+
hi: readLocale("component_i18n.md", "hi"),
|
|
92
|
+
tr: readLocale("component_i18n.md", "tr")
|
|
93
|
+
},
|
|
78
94
|
"./docs/en/configuration.md": {
|
|
79
95
|
en: readLocale("configuration.md", "en"),
|
|
80
96
|
fr: readLocale("configuration.md", "fr"),
|