Skip to content

Commit

Permalink
amendment 164: obsolete STD and replace with STN
Browse files Browse the repository at this point in the history
  • Loading branch information
dgg committed Dec 26, 2017
1 parent 26ddbc9 commit c3adbc0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/NMoneys/Currencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,18 @@
<groupSizes>3</groupSizes>
<positivePattern>3</positivePattern>
<negativePattern>8</negativePattern>
<obsolete>true</obsolete>
</currency>
<currency code="STN">
<englishName>Dobra</englishName>
<nativeName>Dobra de São Tomé e Príncipe</nativeName>
<symbol>68 98</symbol>
<significantDecimalDigits>2</significantDecimalDigits>
<decimalSeparator>,</decimalSeparator>
<groupSeparator> </groupSeparator>
<groupSizes>3</groupSizes>
<positivePattern>3</positivePattern>
<negativePattern>8</negativePattern>
</currency>
<currency code="SVC">
<englishName>El Salvador Colon</englishName>
Expand Down
7 changes: 6 additions & 1 deletion src/NMoneys/CurrencyIsoCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -707,9 +707,14 @@ public enum CurrencyIsoCode : short
/// <summary>
/// Dobra
/// </summary>
[EnumMember, CanonicalCulture("pt-ST", Overwritten = true)]
[EnumMember, Obsolete]
STD = 678,
/// <summary>
/// Dobra
/// </summary>
[EnumMember, CanonicalCulture("pt-ST", Overwritten = true)]
STN = 930,
/// <summary>
/// El Salvador Colon
/// </summary>
[EnumMember, CanonicalCulture("es-SV")]
Expand Down

0 comments on commit c3adbc0

Please sign in to comment.