From b4da99e6715e884109eba2311a71c7f4e6424fc6 Mon Sep 17 00:00:00 2001 From: Anmol Date: Sun, 16 Aug 2020 18:46:10 +0530 Subject: [PATCH] FEAT: USER CAN VIEW STATS IN THEIR LOCALE --- README.md | 2 +- translation.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 translation.json diff --git a/README.md b/README.md index 7ca9e39..bbf468d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> Looking For Translation to different languages & Locale [#23](https://github.com/anmol098/waka-readme-stats/issues/23) +> Looking For Translation to different languages & Locale [#23](https://github.com/anmol098/waka-readme-stats/issues/23) # Dev Metrics in Readme with added feature flags 🎌 diff --git a/translation.json b/translation.json new file mode 100644 index 0000000..dca8002 --- /dev/null +++ b/translation.json @@ -0,0 +1,72 @@ +{ + "fr": { + "Monday": "Lundi", + "Tuesday": "Mardi", + "Wednesday": "Mercredi", + "Thursday": "Jeudi", + "Friday": "Vendredi", + "Saturday": "samedi", + "Sunday": "dimanche", + "Morning": "Matin", + "Daytime": "Jour", + "Evening": "crépuscule", + "Night": "Nuit", + "Languages": "Langages de programmation", + "Editors": "Éditeurs de code", + "operating system": "système opérateur", + "Projects": "projets", + "Timezone": "fuseau horaire", + "Contributions in the year": "contributions en", + "Used in GitHub's Storage": "utilisés dans le stockage de GitHub", + "Opted to Hire": "A choisi d'embaucher", + "Not Opted to Hire": "N'a pas choisi d'embaucher", + "Profile Views": "Vues du profil", + "From Hello World I have written": "De Hello World, j'ai écrit", + "I am Most Productive on": "Je suis le plus productif", + "This Week I Spend My Time On": "Cette semaine, je passe mon temps", + "I Mostly Code in": "Je code principalement dans", + "Timeline": "Chronologie", + "No Activity Tracked This Week": "Aucune activité enregistrée cette semaine", + "My GitHub Data": "Mes données GitHub", + "Lines of code": "Lignes de code", + "public repository": "référentiel public", + "public repositories": "référentiels publics", + "private repository": "référentiel privé", + "private repositories": "référentiels privés" + }, + "en": { + "Monday": "Monday", + "Tuesday": "Tuesday", + "Wednesday": "Wednesday", + "Thursday": "Thursday", + "Friday": "Friday", + "Saturday": "Saturday", + "Sunday": "Sunday", + "Morning": "Morning", + "Daytime": "Daytime", + "Evening": "Evening", + "Night": "Night", + "Languages": "Programming Languages", + "Editors": "Code Editors", + "operating system": "Operating System", + "Projects": "Projects", + "Timezone": "Time zone", + "Contributions in the year": "Contributions in the year", + "Used in GitHub's Storage": "Used in Github's Storage", + "Opted to Hire": "Opted to Hire", + "Not Opted to Hire": "Not Opted to Hire", + "Profile Views": "Profile Views", + "From Hello World I have written": "From Hello World I've Written", + "I am Most Productive on": "I'm Most Productive on", + "This Week I Spend My Time On": "This Week I Spend My Time On", + "I Mostly Code in": "I Mostly Code in", + "Timeline": "Timeline", + "No Activity Tracked This Week": "No Activity Tracked This Week", + "My GitHub Data": "My Github Data", + "Lines of code": "Lines of code", + "public repository": "Public repository", + "public repositories": "Public repositories", + "private repository": "Private repository", + "private repositories": "Private repositories" + } +} \ No newline at end of file