Skip to content

Commit

Permalink
refactor: [breaking] remove obsolete portuguese language in Meetings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Mar 14, 2024
1 parent d166b59 commit 2b64f3c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Vonage/Meetings/Common/UiSettings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.ComponentModel;
using System.ComponentModel;
using System.Text.Json.Serialization;
using Vonage.Common.Serialization;

Expand Down Expand Up @@ -33,12 +32,6 @@ public enum UserInterfaceLanguage
/// </summary>
[Description("es")] Es,

/// <summary>
/// Portuguese language.
/// </summary>
[Obsolete("Use Portuguese-Brazilian instead.")] [Description("pt")]
Pt,

/// <summary>
/// Portuguese-Brazilian language.
/// </summary>
Expand Down

0 comments on commit 2b64f3c

Please sign in to comment.