Skip to content

Conversation

VaibhavVermaa16
Copy link
Contributor

  • Updated README.md to include Hindi as one of the available locales.
  • Modified src/translation.js to add all Hindi translations.
    This PR is a part of Hacktoberfest 2024. Kindly review and merge. Thank you!

Added hindi language in available locales.
Added hindi language
Copy link

vercel bot commented Oct 11, 2024

@VaibhavVermaa16 is attempting to deploy a commit to the github readme stats Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added documentation Improvements or additions to documentation. card-i18n Card text translations. labels Oct 11, 2024
@qwerty541 qwerty541 requested a review from Copilot September 18, 2025 18:58
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds Hindi language support to the application by providing comprehensive Hindi translations for all user-facing text elements and updating the documentation to reflect the new locale availability.

  • Added Hindi (hi) locale translations for all stat card, repo card, language card, and WakaTime card text elements
  • Updated README.md to list Hindi as an available locale in the documentation table

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 11 comments.

File Description
src/translations.js Added comprehensive Hindi translations for all locale objects including stat cards, repo cards, language cards, and WakaTime cards
readme.md Added Hindi to the list of available locales in the documentation table

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@qwerty541 qwerty541 requested a review from Copilot September 18, 2025 19:06
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@@ -142,6 +145,7 @@ const statCardLocales = ({ name, apostrophe }) => {
fa: "مجموع کامیت‌ها",
fi: "Yhteensä committeja",
fr: "Total des Commits",
hi: "कुल commits",
Copy link
Preview

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The word 'commits' should be translated to Hindi. Consider using 'कुल कमिट' instead of mixing English and Hindi.

Suggested change
hi: "कुल commits",
hi: "कुल कमिट",

Copilot uses AI. Check for mistakes.

@@ -180,6 +184,7 @@ const statCardLocales = ({ name, apostrophe }) => {
fa: "مجموع Pull Request",
fi: "Yhteensä PR:t",
fr: "Total des PRs",
hi: "कुल PR",
Copy link
Preview

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The abbreviation 'PR' should be translated to Hindi. Consider using 'कुल पुल रिक्वेस्ट' or 'कुल PR अनुरोध' for consistency with the translation approach.

Suggested change
hi: "कुल PR",
hi: "कुल पुल रिक्वेस्ट",

Copilot uses AI. Check for mistakes.

@@ -294,6 +301,7 @@ const statCardLocales = ({ name, apostrophe }) => {
fa: "مجموع درخواست‌های ادغام بررسی‌شده",
fi: "Yhteensä tarkastettuja PR:itä",
fr: "Nombre total de PR examinés",
hi: "कुल PRs की समीक्षा की गई",
Copy link
Preview

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The abbreviation 'PRs' should be translated to Hindi for consistency. Consider using 'कुल पुल रिक्वेस्ट की समीक्षा की गई' instead of mixing English and Hindi.

Suggested change
hi: "कुल PRs की समीक्षा की गई",
hi: "कुल पुल रिक्वेस्ट की समीक्षा की गई",

Copilot uses AI. Check for mistakes.

@@ -408,6 +418,7 @@ const statCardLocales = ({ name, apostrophe }) => {
fa: "مجموع درخواست‌های ادغام شده",
fi: "Yhteensä yhdistetyt PR:t",
fr: "Nombre total de PR fusionnés",
hi: "कुल PR का विलय",
Copy link
Preview

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The abbreviation 'PR' should be translated to Hindi. Consider using 'कुल पुल रिक्वेस्ट का विलय' for consistency with the translation approach.

Suggested change
hi: "कुल PR का विलय",
hi: "कुल पुल रिक्वेस्ट का विलय",

Copilot uses AI. Check for mistakes.

@@ -445,6 +456,7 @@ const statCardLocales = ({ name, apostrophe }) => {
fa: "درصد درخواست‌های ادغام‌شده",
fi: "Yhdistettyjen PR:ien prosentti",
fr: "Pourcentage de PR fusionnés",
hi: "मर्ज किए गए PR प्रतिशत",
Copy link
Preview

Copilot AI Sep 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The abbreviation 'PR' should be translated to Hindi. Consider using 'मर्ज किए गए पुल रिक्वेस्ट प्रतिशत' for consistency with the translation approach.

Suggested change
hi: "मर्ज किए गए PR प्रतिशत",
hi: "मर्ज किए गए पुल रिक्वेस्ट प्रतिशत",

Copilot uses AI. Check for mistakes.

@qwerty541 qwerty541 merged commit 3e6ce83 into anuraghazra:master Sep 18, 2025
6 of 7 checks passed
@qwerty541
Copy link
Collaborator

Hello @VaibhavVermaa16

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
card-i18n Card text translations. documentation Improvements or additions to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants