File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
src/Nager.Country/Currencies Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,21 @@ namespace Nager.Country.Currencies
66 public sealed class XpfCurrency : ICurrency
77 {
88 /// <inheritdoc/>
9- public string ? Symbol => "R " ;
9+ public string ? Symbol => "F " ;
1010
1111 /// <inheritdoc/>
12- public string ? Singular => "rand " ;
12+ public string ? Singular => "CFP franc " ;
1313
1414 /// <inheritdoc/>
15- public string ? Plural => "rand " ;
15+ public string ? Plural => "CFP francs " ;
1616
1717 /// <inheritdoc/>
18- public string IsoCode => "ZAR " ;
18+ public string IsoCode => "XPF " ;
1919
2020 /// <inheritdoc/>
21- public string NumericCode => "710 " ;
21+ public string NumericCode => "953 " ;
2222
2323 /// <inheritdoc/>
24- public string Name => "South African Rand " ;
24+ public string Name => "CFP franc " ;
2525 }
2626}
Original file line number Diff line number Diff line change @@ -6,21 +6,21 @@ namespace Nager.Country.Currencies
66 public sealed class ZarCurrency : ICurrency
77 {
88 /// <inheritdoc/>
9- public string ? Symbol => null ;
9+ public string ? Symbol => "R" ;
1010
1111 /// <inheritdoc/>
12- public string ? Singular => null ;
12+ public string ? Singular => "rand" ;
1313
1414 /// <inheritdoc/>
15- public string ? Plural => null ;
15+ public string ? Plural => "rand" ;
1616
1717 /// <inheritdoc/>
18- public string IsoCode => "XPF " ;
18+ public string IsoCode => "ZAR " ;
1919
2020 /// <inheritdoc/>
21- public string NumericCode => "953 " ;
21+ public string NumericCode => "710 " ;
2222
2323 /// <inheritdoc/>
24- public string Name => "CFP franc " ;
24+ public string Name => "South African Rand " ;
2525 }
2626}
You can’t perform that action at this time.
0 commit comments