diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 47476e9..e24abd8 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -216,6 +216,7 @@ "github": { "title": "GitHub Stats", "description": "An overview of my activity and contributions on GitHub", + "repositories": "Repositories", "stars": "Stars", "forks": "Forks", "commits": "Commits", @@ -224,4 +225,4 @@ "totalCommits": "Total commits", "activity": "Recent activity" } -} \ No newline at end of file +} diff --git a/public/locales/fr/translation.json b/public/locales/fr/translation.json index 7cdb405..6151f99 100644 --- a/public/locales/fr/translation.json +++ b/public/locales/fr/translation.json @@ -216,6 +216,7 @@ "github": { "title": "Statistiques GitHub", "description": "Un aperçu de mon activité et de mes contributions sur GitHub", + "repositories": "Dépots", "stars": "Étoiles", "forks": "Forks", "commits": "Commits", @@ -224,4 +225,4 @@ "totalCommits": "Total des commits", "activity": "Activité récente" } -} \ No newline at end of file +}