@@ -9,6 +9,7 @@ const statCardLocales = ({ name, apostrophe }) => {
9
9
cs :`GitHub statistiky uživatele${ encodedName } ` ,
10
10
de :`${ encodedName + apostrophe } GitHub-Statistiken` ,
11
11
en :`${ encodedName } '${ apostrophe } GitHub Stats` ,
12
+ bn :`${ encodedName } এর GitHub পরিসংখ্যান` ,
12
13
es :`Estadísticas de GitHub de${ encodedName } ` ,
13
14
fr :`Statistiques GitHub de${ encodedName } ` ,
14
15
hu :`${ encodedName } GitHub statisztika` ,
@@ -34,6 +35,7 @@ const statCardLocales = ({ name, apostrophe }) => {
34
35
cs :"Celkem hvězd" ,
35
36
de :"Sterne Insgesamt" ,
36
37
en :"Total Stars" ,
38
+ bn :"সর্বমোট Stars" ,
37
39
es :"Estrellas totales" ,
38
40
fr :"Total d'étoiles" ,
39
41
hu :"Csillagok" ,
@@ -59,6 +61,7 @@ const statCardLocales = ({ name, apostrophe }) => {
59
61
cs :"Celkem commitů" ,
60
62
de :"Anzahl Commits" ,
61
63
en :"Total Commits" ,
64
+ bn :"সর্বমোট Commits" ,
62
65
es :"Commits totales" ,
63
66
fr :"Total des validations" ,
64
67
hu :"Összes commit" ,
@@ -84,6 +87,7 @@ const statCardLocales = ({ name, apostrophe }) => {
84
87
cs :"Celkem PRs" ,
85
88
de :"PRs Insgesamt" ,
86
89
en :"Total PRs" ,
90
+ bn :"সর্বমোট PRs" ,
87
91
es :"PRs totales" ,
88
92
fr :"Total des PR" ,
89
93
hu :"Összes PR" ,
@@ -109,6 +113,7 @@ const statCardLocales = ({ name, apostrophe }) => {
109
113
cs :"Celkem problémů" ,
110
114
de :"Anzahl Issues" ,
111
115
en :"Total Issues" ,
116
+ bn :"সর্বমোট Issues" ,
112
117
es :"Issues totales" ,
113
118
fr :"Nombre total d'incidents" ,
114
119
hu :"Összes hibajegy" ,
@@ -134,6 +139,7 @@ const statCardLocales = ({ name, apostrophe }) => {
134
139
cs :"Přispěl k" ,
135
140
de :"Beigetragen zu" ,
136
141
en :"Contributed to" ,
142
+ bn :"অবদান রেখেছেন" ,
137
143
es :"Contribuciones en" ,
138
144
fr :"Contribué à" ,
139
145
hu :"Hozzájárulások" ,