Fixed #25743 -- Optimized utils.localize() and localize_input()
Bail early if the input is a string since that's the most common case.
Loading
Please register or sign in to comment
Bail early if the input is a string since that's the most common case.