From aeee7c24f29e0a8c28843e3c33d91eb3b8e54eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:59:51 +0200 Subject: [PATCH 1/2] Add 'repositories' key to GitHub translation --- public/locales/en/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index d3321d3..f59ef9f 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -192,6 +192,7 @@ "github": { "title": "GitHub Stats", "description": "An overview of my activity and contributions on GitHub", + "repositories": "Repositories", "stars": "Stars", "forks": "Forks", "commits": "Commits", @@ -200,4 +201,4 @@ "totalCommits": "Total commits", "activity": "Recent activity" } -} \ No newline at end of file +} From d73bb292c61721e4d10b077bbfd0d9fe590b9cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:00:30 +0200 Subject: [PATCH 2/2] Add 'repositories' translation to French locale --- public/locales/fr/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/fr/translation.json b/public/locales/fr/translation.json index 069a8db..99b9fb8 100644 --- a/public/locales/fr/translation.json +++ b/public/locales/fr/translation.json @@ -192,6 +192,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", @@ -200,4 +201,4 @@ "totalCommits": "Total des commits", "activity": "Activité récente" } -} \ No newline at end of file +}