Skip to content

Commit b4d7461

Browse files
committed
Optimize summary
1 parent 23d016d commit b4d7461

File tree

158 files changed

+308
-1
lines changed

Some content is hidden

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

158 files changed

+308
-1
lines changed

src/Nager.Country.Translation/LanguageTranslations/ZhuangLanguageTranslation.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
namespace Nager.Country.Translation.LanguageTranslations
22
{
3+
/// <summary>
4+
/// Zhuang Language Translation
5+
/// </summary>
36
public class ZhuangLanguageTranslation : ILanguageTranslation
47
{
58
///<inheritdoc/>

src/Nager.Country.Translation/LanguageTranslations/ZuluLanguageTranslation.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
namespace Nager.Country.Translation.LanguageTranslations
22
{
3+
/// <summary>
4+
/// Zulu Language Translation
5+
/// </summary>
36
public class ZuluLanguageTranslation : ILanguageTranslation
47
{
58
///<inheritdoc/>

src/Nager.Country/Currencies/AngCurrency.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
namespace Nager.Country.Currencies
22
{
3+
/// <summary>
4+
/// Ang Currency
5+
/// </summary>
36
public class AngCurrency : ICurrency
47
{
8+
///<inheritdoc/>
59
public string Symbol => "NAƒ";
610

711
///<inheritdoc/>

src/Nager.Country/Currencies/AoaCurrency.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
namespace Nager.Country.Currencies
22
{
3+
/// <summary>
4+
/// Aoa Currency
5+
/// </summary>
36
public class AoaCurrency : ICurrency
47
{
8+
///<inheritdoc/>
59
public string Symbol => "Kz";
610

711
///<inheritdoc/>

src/Nager.Country/Currencies/ArsCurrency.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
namespace Nager.Country.Currencies
22
{
3+
/// <summary>
4+
/// Ars Currency
5+
/// </summary>
36
public class ArsCurrency : ICurrency
47
{
8+
///<inheritdoc/>
59
public string Symbol => "$";
610

711
///<inheritdoc/>

src/Nager.Country/Currencies/AudCurrency.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
namespace Nager.Country.Currencies
22
{
3+
/// <summary>
4+
/// Aud Currency
5+
/// </summary>
36
public class AudCurrency : ICurrency
47
{
8+
///<inheritdoc/>
59
public string Symbol => "$";
610

711
///<inheritdoc/>

src/Nager.Country/Currencies/AwgCurrency.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
namespace Nager.Country.Currencies
22
{
3+
/// <summary>
4+
/// Awg Currency
5+
/// </summary>
36
public class AwgCurrency : ICurrency
47
{
8+
///<inheritdoc/>
59
public string Symbol => "Afl";
610

711
///<inheritdoc/>

src/Nager.Country/Currencies/AznCurrency.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
namespace Nager.Country.Currencies
22
{
3+
/// <summary>
4+
/// Azn Currency
5+
/// </summary>
36
public class AznCurrency : ICurrency
47
{
8+
///<inheritdoc/>
59
public string Symbol => "₼";
610

711
///<inheritdoc/>

src/Nager.Country/Currencies/BamCurrency.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
public class BamCurrency : ICurrency
44
{
5+
///<inheritdoc/>
56
public string Symbol => "КМ";
67

78
///<inheritdoc/>

src/Nager.Country/Currencies/BbdCurrency.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
namespace Nager.Country.Currencies
22
{
3+
/// <summary>
4+
/// Bbd Currency
5+
/// </summary>
36
public class BbdCurrency : ICurrency
47
{
8+
///<inheritdoc/>
59
public string Symbol => "$";
610

711
///<inheritdoc/>

0 commit comments

Comments
 (0)