You've already forked wakapi-readme-stats
FEAT: USER CAN VIEW STATS IN THEIR LOCALE
This commit is contained in:
@@ -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 🎌
|
# Dev Metrics in Readme with added feature flags 🎌
|
||||||
|
|
||||||
|
|||||||
72
translation.json
Normal file
72
translation.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user