Skip to content

Commit 5dd1fd9

Browse files
committed
Optimize summary
1 parent 1f672a4 commit 5dd1fd9

File tree

439 files changed

+1019
-0
lines changed

Some content is hidden

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

439 files changed

+1019
-0
lines changed

src/Nager.Country.Translation/CountryProviderExtension.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation
55
{
66
public static class CountryProviderExtension
77
{
8+
///<inheritdoc/>
89
public static ICountryInfo GetCountryByNameConsiderTranslation(
910
this ICountryProvider countryProvider,
1011
string countryName)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AfghanistanCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new []
910
{
1011
new TranslationInfo(LanguageCode.AR, "أفغانستان"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AlandIslandsCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new []
910
{
1011
new TranslationInfo(LanguageCode.AR, "جزر أولاند"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AlbaniaCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new[]
910
{
1011
new TranslationInfo(LanguageCode.AR, "ألبانيا"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AlgeriaCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new []
910
{
1011
new TranslationInfo(LanguageCode.AR, "الجزائر"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AmericanSamoaCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new[]
910
{
1011
new TranslationInfo(LanguageCode.AR, "ساموا الأمريكية"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AndorraCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new[]
910
{
1011
new TranslationInfo(LanguageCode.AR, "أندورا"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AngolaCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new[]
910
{
1011
new TranslationInfo(LanguageCode.AR, "أنغولا"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AnguillaCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new []
910
{
1011
new TranslationInfo(LanguageCode.AR, "أنغويلا"),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Nager.Country.Translation.CountryInfos
55
/// </summary>
66
public class AntarcticaCountryTranslation : ICountryTranslation
77
{
8+
///<inheritdoc/>
89
public TranslationInfo[] Translations => new[]
910
{
1011
new TranslationInfo(LanguageCode.AR, "القارة القطبية الجنوبية"),

0 commit comments

Comments
 (0)