-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Added Hindi language support to README and translation.js #3985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added hindi language in available locales.
Added hindi language
@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. |
There was a problem hiding this 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.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this 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", |
There was a problem hiding this comment.
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.
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", |
There was a problem hiding this comment.
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.
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 की समीक्षा की गई", |
There was a problem hiding this comment.
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.
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 का विलय", |
There was a problem hiding this comment.
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.
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 प्रतिशत", |
There was a problem hiding this comment.
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.
hi: "मर्ज किए गए PR प्रतिशत", | |
hi: "मर्ज किए गए पुल रिक्वेस्ट प्रतिशत", |
Copilot uses AI. Check for mistakes.
Hello @VaibhavVermaa16 Thank you for your contribution! |
This PR is a part of Hacktoberfest 2024. Kindly review and merge. Thank you!