Global variant not working ?

I’m trying to set a locale variants as suggested in the docs.

Code looks like this

image

I thought it was a case sensentive thing but I’ve tried “locale”, “Locale”, “LOCALE”, etc. none of them work

Okay so turns out it’s the issue where all of the “values” need to be lowercase or else it wouldn’t work. “locale” needs to be “Locale” as well