Unverified Commit e088a161 authored by Maruf Khan's avatar Maruf Khan Committed by GitHub
Browse files

chore(translation): added Bengali language (bn) to the stat card. (#1157)

parent 2b0efb8d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ const statCardLocales = ({ name, apostrophe }) => {
      cs: `GitHub statistiky uživatele ${encodedName}`,
      de: `${encodedName + apostrophe} GitHub-Statistiken`,
      en: `${encodedName}'${apostrophe} GitHub Stats`,
      bn: `${encodedName} এর GitHub পরিসংখ্যান`,
      es: `Estadísticas de GitHub de ${encodedName}`,
      fr: `Statistiques GitHub de ${encodedName}`,
      hu: `${encodedName} GitHub statisztika`,
@@ -34,6 +35,7 @@ const statCardLocales = ({ name, apostrophe }) => {
      cs: "Celkem hvězd",
      de: "Sterne Insgesamt",
      en: "Total Stars",
      bn: "সর্বমোট Stars",
      es: "Estrellas totales",
      fr: "Total d'étoiles",
      hu: "Csillagok",
@@ -59,6 +61,7 @@ const statCardLocales = ({ name, apostrophe }) => {
      cs: "Celkem commitů",
      de: "Anzahl Commits",
      en: "Total Commits",
      bn: "সর্বমোট Commits",
      es: "Commits totales",
      fr: "Total des validations",
      hu: "Összes commit",
@@ -84,6 +87,7 @@ const statCardLocales = ({ name, apostrophe }) => {
      cs: "Celkem PRs",
      de: "PRs Insgesamt",
      en: "Total PRs",
      bn: "সর্বমোট PRs",
      es: "PRs totales",
      fr: "Total des PR",
      hu: "Összes PR",
@@ -109,6 +113,7 @@ const statCardLocales = ({ name, apostrophe }) => {
      cs: "Celkem problémů",
      de: "Anzahl Issues",
      en: "Total Issues",
      bn: "সর্বমোট Issues",
      es: "Issues totales",
      fr: "Nombre total d'incidents",
      hu: "Összes hibajegy",
@@ -134,6 +139,7 @@ const statCardLocales = ({ name, apostrophe }) => {
      cs: "Přispěl k",
      de: "Beigetragen zu",
      en: "Contributed to",
      bn: "অবদান রেখেছেন",
      es: "Contribuciones en",
      fr: "Contribué à",
      hu: "Hozzájárulások",