Browsertrix is the hosted, high-fidelity, browser-based crawling service from Webrecorder designed to make web archiving easier and more accessible for all!
Since numbers and dates use getLocale() from lit, they're always formatted in English, which is the default locale. We need to figure out how to best balance localization for the language that the user selects for their browser with the languages our app supports via translations.
Additionally, numbers that are formatted with toLocaleString should be updated to use whatever approach we land on.
Context
Since numbers and dates use
getLocale()
from lit, they're always formatted in English, which is the default locale. We need to figure out how to best balance localization for the language that the user selects for their browser with the languages our app supports via translations.Additionally, numbers that are formatted with
toLocaleString
should be updated to use whatever approach we land on.