Skip to content

Commit b4acee3

Browse files
committed
Added Hungarian locale
1 parent a3bd0fd commit b4acee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/alpha.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const alpha = {
55
'es-ES': /^[A-ZÁÉÍÑÓÚÜ]+$/i,
66
'fr-FR': /^[A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
77
'nl-NL': /^[A-ZÉËÏÓÖÜ]+$/i,
8+
'hu-HU': /^[A-ZÁÉÓÖŐÚÜŰ]+$/i,
89
'pl-PL': /^[A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
910
'pt-PT': /^[A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]+$/i,
1011
'ru-RU': /^[А-ЯЁа-яё]+$/i,
@@ -18,6 +19,7 @@ export const alphanumeric = {
1819
'de-DE': /^[0-9A-ZÄÖÜß]+$/i,
1920
'es-ES': /^[0-9A-ZÁÉÍÑÓÚÜ]+$/i,
2021
'fr-FR': /^[0-9A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
22+
'hu-HU': /^[0-9A-ZÁÉÓÖŐÚÜŰ]+$/i,
2123
'nl-NL': /^[0-9A-ZÉËÏÓÖÜ]+$/i,
2224
'pl-PL': /^[0-9A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
2325
'pt-PT': /^[0-9A-ZÃÁÀÂÇÉÊÍÕÓÔÚÜ]+$/i,

0 commit comments

Comments
 (0)