diff --git a/src/Verify2/VerifyObjects/VerificationLocale.php b/src/Verify2/VerifyObjects/VerificationLocale.php index 9d7c0077..38632f8c 100644 --- a/src/Verify2/VerifyObjects/VerificationLocale.php +++ b/src/Verify2/VerifyObjects/VerificationLocale.php @@ -5,19 +5,43 @@ class VerificationLocale { private array $allowedCodes = [ - 'en-us', + 'fr-fr', 'en-gb', + 'en-us', 'es-es', - 'es-mx', 'es-us', 'it-it', - 'fr-fr', 'de-de', - 'ru-ru', - 'hi-in', 'pt-br', 'pt-pt', + 'ru-ru', + 'hi-in', 'id-id', + 'he-il', + 'yue-cn', + 'ja-jp', + 'ar-xa', + 'cs-cz', + 'cy-gb', + 'el-gr', + 'en-au', + 'en-in', + 'es-mx', + 'fi-fi', + 'fil-ph', + 'fr-ca', + 'hu-hu', + 'is-is', + 'nb-no', + 'nl-nl', + 'pl-pl', + 'ro-ro', + 'sv-se', + 'th-th', + 'tr-tr', + 'vi-vn', + 'zh-cn', + 'zh-tw' ]; public function __construct(protected string $code = 'en-us')