Skip to content

Commit

Permalink
Add Vietnamese language option
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Dec 3, 2024
1 parent a980c19 commit 728a96b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Plaid/Entity/Language.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,10 @@ public enum Language
/// </summary>
[EnumMember(Value = "sv")]
Swedish,

/// <summary>
/// Use Vietnamese in the Plaid Link Tool.
/// </summary>
[EnumMember(Value = "vi")]
Vietnamese,
}

0 comments on commit 728a96b

Please sign in to comment.