Skip to content

Commit

Permalink
amendment 163: change LAK name
Browse files Browse the repository at this point in the history
  • Loading branch information
dgg committed Jun 14, 2017
1 parent e21fcbf commit dc87a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/NMoneys/Currencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,8 @@
<negativePattern>8</negativePattern>
</currency>
<currency code="LAK">
<englishName>Kip</englishName>
<nativeName>ກີບ</nativeName>
<englishName>Lao Kip</englishName>
<nativeName>ເງີນກີບລາວ</nativeName>
<symbol>8365</symbol>
<significantDecimalDigits>2</significantDecimalDigits>
<decimalSeparator>,</decimalSeparator>
Expand Down
2 changes: 1 addition & 1 deletion src/NMoneys/CurrencyIsoCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public enum CurrencyIsoCode : short
[EnumMember, CanonicalCulture("kk-KZ")]
KZT = 398,
/// <summary>
/// Kip
/// Lao Kip
/// </summary>
[EnumMember, CanonicalCulture("lo-LA")]
LAK = 418,
Expand Down

0 comments on commit dc87a74

Please sign in to comment.