Skip to content

Commit

Permalink
fix: Add missing Locales for Verify v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Oct 16, 2023
1 parent 48ee07c commit 802be16
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/main/java/com/vonage/client/verify2/Locale.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,30 @@ public enum Locale {
PORTUGUESE_BRAZIL("pt-br"),
PORTUGUESE_PORTUGAL("pt-pt"),
INDONESIAN_INDONESIA("id-id"),
JAPANESE_JAPAN("ja-jp");
JAPANESE_JAPAN("ja-jp"),
HEBREW_ISRAEL("he-il"),
YUE_CHINESE_CHINA("yue-cn"),
ARABIC_ARABIAN_PENINSULA("ar-xa"),
CZECH_CZECH_REPUBLIC("cs-cz"),
WELSH_UK("cy-gb"),
GREEK_GREECE("el-gr"),
ENGLISH_AUSTRALIA("en-au"),
ENGLISH_INDIA("en-in"),
FINNISH_FINLAND("fi-fi"),
FILIPINO_PHILIPPINES("fil-ph"),
FRENCH_CANADA("fr-ca"),
HUNGARIAN_HUNGARY("hu-hu"),
ICELANDIC_ICELAND("is-is"),
NORWEGIAN_BOKMAL_NORWAY("nb-no"),
DUTCH_NETHERLANDS("nl-nl"),
POLISH_POLAND("pl-pl"),
ROMANIAN_ROMANIA("ro-ro"),
SWEDISH_SWEDEN("sv-se"),
THAI_THAILAND("th-th"),
TURKISH_TURKEY("tr-tr"),
VIETNAMESE_VIETNAM("vi-vn"),
CHINESE_CHINA("zh-cn"),
CHINESE_TAIWAN("zh-tw");

private final String code;

Expand Down

0 comments on commit 802be16

Please sign in to comment.