06:46
<nicolo-ribaudo>
And then Intl comes, using both "camelCase" and "with spaces" in the options bag of a single function 😅
07:20
<eemeli>
Where's the "with spaces" style used? I thought Intl was pretty consistently camelCase.
07:21
<nicolo-ribaudo>
For localeMatcher
07:22
<eemeli>
Ah, true. And then of course we also have "2-digit" in a few places as well.
07:23
<eemeli>
Thankfully "best fit" is the localeMatcher default, so it ~never shows up in real code.