@@ -45,7 +45,7 @@ export const LOCALES: LocaleConfig[] = [
45
45
{
46
46
color : 'from-pink-500 to-pink-600' ,
47
47
description : 'Next.js 日本語ドキュメント' ,
48
- enabled : false ,
48
+ enabled : true ,
49
49
flag : '🇯🇵' ,
50
50
locale : 'ja' ,
51
51
name : 'Japanese' ,
@@ -55,7 +55,7 @@ export const LOCALES: LocaleConfig[] = [
55
55
{
56
56
color : 'from-amber-500 to-amber-600' ,
57
57
description : 'Documentación de Next.js en español' ,
58
- enabled : false ,
58
+ enabled : true ,
59
59
flag : '🇪🇸' ,
60
60
locale : 'es' ,
61
61
name : 'Spanish' ,
@@ -65,7 +65,7 @@ export const LOCALES: LocaleConfig[] = [
65
65
{
66
66
color : 'from-gray-500 to-gray-600' ,
67
67
description : 'Next.js Dokumentation auf Deutsch' ,
68
- enabled : false ,
68
+ enabled : true ,
69
69
flag : '🇩🇪' ,
70
70
locale : 'de' ,
71
71
name : 'German' ,
@@ -75,7 +75,7 @@ export const LOCALES: LocaleConfig[] = [
75
75
{
76
76
color : 'from-indigo-500 to-indigo-600' ,
77
77
description : 'Documentation Next.js en français' ,
78
- enabled : false ,
78
+ enabled : true ,
79
79
flag : '🇫🇷' ,
80
80
locale : 'fr' ,
81
81
name : 'French' ,
@@ -85,7 +85,7 @@ export const LOCALES: LocaleConfig[] = [
85
85
{
86
86
color : 'from-emerald-500 to-emerald-600' ,
87
87
description : 'Документация Next.js на русском языке' ,
88
- enabled : false ,
88
+ enabled : true ,
89
89
flag : '🇷🇺' ,
90
90
locale : 'ru' ,
91
91
name : 'French' ,
@@ -95,7 +95,7 @@ export const LOCALES: LocaleConfig[] = [
95
95
{
96
96
color : 'from-green-500 to-green-600' ,
97
97
description : 'وثائق Next.js باللغة العربية' ,
98
- enabled : false ,
98
+ enabled : true ,
99
99
flag : '🇸🇦' ,
100
100
locale : 'ar' ,
101
101
name : 'Arabic' ,
0 commit comments