Skip to content

Commit e6762c4

Browse files
tinohagerCopilot
andauthored
Add Hindi translations for countries (#74)
* Add Hindi translations for countries Add Hindi (LanguageCode.HI) translation entries to the country translation classes under src/Nager.Country.Translation/CountryTranslations. This commit inserts new TranslationInfo(LanguageCode.HI, ...) entries for many countries to provide Hindi localized names; it is a data-only change to expand supported languages. * Move Kosovo Hindi translation into sorted position Agent-Logs-Url: https://github.com/nager/Nager.Country/sessions/6b2a7a02-4f92-4b2f-95ec-8bd6e83d7062 Co-authored-by: tinohager <8215186+tinohager@users.noreply.github.com> * Sort and normalize Caribbean Netherlands translations Agent-Logs-Url: https://github.com/nager/Nager.Country/sessions/29c05d8e-6285-4a9e-a564-5114e0d2b9d3 Co-authored-by: tinohager <8215186+tinohager@users.noreply.github.com> * Fix Saint Helena translation ordering and spacing Agent-Logs-Url: https://github.com/nager/Nager.Country/sessions/39d1e938-c564-409e-ba75-1e3eff1664b8 Co-authored-by: tinohager <8215186+tinohager@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tinohager <8215186+tinohager@users.noreply.github.com>
1 parent 9de280d commit e6762c4

250 files changed

Lines changed: 260 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Nager.Country.Translation/CountryTranslations/AfghanistanCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AfghanistanCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Afganistan"),
2626
new TranslationInfo(LanguageCode.FR, "Afghanistan"),
2727
new TranslationInfo(LanguageCode.HE, "אפגניסטן"),
28+
new TranslationInfo(LanguageCode.HI, "अफ़ग़ानिस्तान"),
2829
new TranslationInfo(LanguageCode.HR, "Afganistan"),
2930
new TranslationInfo(LanguageCode.HU, "Afganisztán"),
3031
new TranslationInfo(LanguageCode.HY, "Աֆղանստան"),

src/Nager.Country.Translation/CountryTranslations/AlandIslandsCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AlandIslandsCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Ahvenanmaa"),
2626
new TranslationInfo(LanguageCode.FR, "Åland"),
2727
new TranslationInfo(LanguageCode.HE, "איי אולנד"),
28+
new TranslationInfo(LanguageCode.HI, "ऑलैंड द्वीपसमूह"),
2829
new TranslationInfo(LanguageCode.HR, "Ålandski otoci"),
2930
new TranslationInfo(LanguageCode.HU, "Åland"),
3031
new TranslationInfo(LanguageCode.HY, "Ալանդյան կղզիներ"),

src/Nager.Country.Translation/CountryTranslations/AlbaniaCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AlbaniaCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Albania"),
2626
new TranslationInfo(LanguageCode.FR, "Albanie"),
2727
new TranslationInfo(LanguageCode.HE, "אלבניה"),
28+
new TranslationInfo(LanguageCode.HI, "अल्बानिया"),
2829
new TranslationInfo(LanguageCode.HR, "Albanija"),
2930
new TranslationInfo(LanguageCode.HU, "Albánia"),
3031
new TranslationInfo(LanguageCode.HY, "Ալբանիա"),

src/Nager.Country.Translation/CountryTranslations/AlgeriaCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AlgeriaCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Algeria"),
2626
new TranslationInfo(LanguageCode.FR, "Algérie"),
2727
new TranslationInfo(LanguageCode.HE, "אלג׳יריה"),
28+
new TranslationInfo(LanguageCode.HI, "अल्जीरिया"),
2829
new TranslationInfo(LanguageCode.HR, "Alžir"),
2930
new TranslationInfo(LanguageCode.HU, "Algéria"),
3031
new TranslationInfo(LanguageCode.HY, "Ալժիր"),

src/Nager.Country.Translation/CountryTranslations/AmericanSamoaCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AmericanSamoaCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Amerikan Samoa"),
2626
new TranslationInfo(LanguageCode.FR, "Samoa américaine"),
2727
new TranslationInfo(LanguageCode.HE, "סמואה האמריקנית"),
28+
new TranslationInfo(LanguageCode.HI, "अमेरिकी समोआ"),
2829
new TranslationInfo(LanguageCode.HR, "Američka Samoa"),
2930
new TranslationInfo(LanguageCode.HU, "Amerikai Szamoa"),
3031
new TranslationInfo(LanguageCode.HY, "Ամերիկյան Սամոա"),

src/Nager.Country.Translation/CountryTranslations/AndorraCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AndorraCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Andorra"),
2626
new TranslationInfo(LanguageCode.FR, "Andorre"),
2727
new TranslationInfo(LanguageCode.HE, "אנדורה"),
28+
new TranslationInfo(LanguageCode.HI, "अन्डोरा"),
2829
new TranslationInfo(LanguageCode.HR, "Andora"),
2930
new TranslationInfo(LanguageCode.HU, "Andorra"),
3031
new TranslationInfo(LanguageCode.HY, "Անդորրա"),

src/Nager.Country.Translation/CountryTranslations/AngolaCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AngolaCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Angola"),
2626
new TranslationInfo(LanguageCode.FR, "Angola"),
2727
new TranslationInfo(LanguageCode.HE, "אנגולה"),
28+
new TranslationInfo(LanguageCode.HI, "अंगोला"),
2829
new TranslationInfo(LanguageCode.HR, "Angola"),
2930
new TranslationInfo(LanguageCode.HU, "Angola"),
3031
new TranslationInfo(LanguageCode.HY, "Անգոլա"),

src/Nager.Country.Translation/CountryTranslations/AnguillaCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AnguillaCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Anguilla"),
2626
new TranslationInfo(LanguageCode.FR, "Anguilla"),
2727
new TranslationInfo(LanguageCode.HE, "אנגילה"),
28+
new TranslationInfo(LanguageCode.HI, "एंगुइला"),
2829
new TranslationInfo(LanguageCode.HR, "Angvila"),
2930
new TranslationInfo(LanguageCode.HU, "Anguilla"),
3031
new TranslationInfo(LanguageCode.HY, "Անգուիլա"),

src/Nager.Country.Translation/CountryTranslations/AntarcticaCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AntarcticaCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Antarktis"),
2626
new TranslationInfo(LanguageCode.FR, "Antarctique"),
2727
new TranslationInfo(LanguageCode.HE, "אנטארקטיקה"),
28+
new TranslationInfo(LanguageCode.HI, "अंटार्कटिका"),
2829
new TranslationInfo(LanguageCode.HR, "Antarktika"),
2930
new TranslationInfo(LanguageCode.HU, "Antarktisz"),
3031
new TranslationInfo(LanguageCode.HY, "Անտարկտիդա"),

src/Nager.Country.Translation/CountryTranslations/AntiguaAndBarbudaCountryTranslation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class AntiguaAndBarbudaCountryTranslation : ICountryTranslation
2525
new TranslationInfo(LanguageCode.FI, "Antigua ja Barbuda"),
2626
new TranslationInfo(LanguageCode.FR, "Antigua et Barbuda"),
2727
new TranslationInfo(LanguageCode.HE, "אנטיגואה וברבודה"),
28+
new TranslationInfo(LanguageCode.HI, "एंटीगुआ और बारबूडा"),
2829
new TranslationInfo(LanguageCode.HR, "Antigva i Barbuda"),
2930
new TranslationInfo(LanguageCode.HU, "Antigua és Barbuda"),
3031
new TranslationInfo(LanguageCode.HY, "Անտիգուա և Բարբուդա"),

0 commit comments

Comments
 (0)