@@ -39,16 +39,56 @@ const articleComponents: Record<
3939 import ( '@content/articles/de/getting-started-with-ai-coding.mdx' ) ,
4040 'mcp-servers-explained' : ( ) => import ( '@content/articles/de/mcp-servers-explained.mdx' ) ,
4141 } ,
42- 'zh-Hans' : {
42+ es : {
4343 'getting-started-with-ai-coding' : ( ) =>
44- import ( '@content/articles/zh-Hans/getting-started-with-ai-coding.mdx' ) ,
45- 'mcp-servers-explained' : ( ) => import ( '@content/articles/zh-Hans/mcp-servers-explained.mdx' ) ,
44+ import ( '@content/articles/es/getting-started-with-ai-coding.mdx' ) ,
45+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/es/mcp-servers-explained.mdx' ) ,
46+ } ,
47+ fr : {
48+ 'getting-started-with-ai-coding' : ( ) =>
49+ import ( '@content/articles/fr/getting-started-with-ai-coding.mdx' ) ,
50+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/fr/mcp-servers-explained.mdx' ) ,
51+ } ,
52+ id : {
53+ 'getting-started-with-ai-coding' : ( ) =>
54+ import ( '@content/articles/id/getting-started-with-ai-coding.mdx' ) ,
55+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/id/mcp-servers-explained.mdx' ) ,
56+ } ,
57+ ja : {
58+ 'getting-started-with-ai-coding' : ( ) =>
59+ import ( '@content/articles/ja/getting-started-with-ai-coding.mdx' ) ,
60+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/ja/mcp-servers-explained.mdx' ) ,
4661 } ,
4762 ko : {
4863 'getting-started-with-ai-coding' : ( ) =>
4964 import ( '@content/articles/ko/getting-started-with-ai-coding.mdx' ) ,
5065 'mcp-servers-explained' : ( ) => import ( '@content/articles/ko/mcp-servers-explained.mdx' ) ,
5166 } ,
67+ pt : {
68+ 'getting-started-with-ai-coding' : ( ) =>
69+ import ( '@content/articles/pt/getting-started-with-ai-coding.mdx' ) ,
70+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/pt/mcp-servers-explained.mdx' ) ,
71+ } ,
72+ ru : {
73+ 'getting-started-with-ai-coding' : ( ) =>
74+ import ( '@content/articles/ru/getting-started-with-ai-coding.mdx' ) ,
75+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/ru/mcp-servers-explained.mdx' ) ,
76+ } ,
77+ tr : {
78+ 'getting-started-with-ai-coding' : ( ) =>
79+ import ( '@content/articles/tr/getting-started-with-ai-coding.mdx' ) ,
80+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/tr/mcp-servers-explained.mdx' ) ,
81+ } ,
82+ 'zh-Hans' : {
83+ 'getting-started-with-ai-coding' : ( ) =>
84+ import ( '@content/articles/zh-Hans/getting-started-with-ai-coding.mdx' ) ,
85+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/zh-Hans/mcp-servers-explained.mdx' ) ,
86+ } ,
87+ 'zh-Hant' : {
88+ 'getting-started-with-ai-coding' : ( ) =>
89+ import ( '@content/articles/zh-Hant/getting-started-with-ai-coding.mdx' ) ,
90+ 'mcp-servers-explained' : ( ) => import ( '@content/articles/zh-Hant/mcp-servers-explained.mdx' ) ,
91+ } ,
5292}
5393
5494// Get a specific article component for a given locale and slug
0 commit comments