You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
57433becaa
The URL matching regex only accepted two-letter codes or two-letter plus two uppercase (e.g., pt-BR), missing codes like zh-Hant with longer suffixes. Use [a-zA-Z]+ after the hyphen to match all codes.