webrecorder / browsertrix

Browsertrix is the hosted, high-fidelity, browser-based crawling service from Webrecorder designed to make web archiving easier and more accessible for all!
https://webrecorder.net/browsertrix
GNU Affero General Public License v3.0
201 stars 35 forks source link

[L10N]: Numbers and dates always formatted in English #2143

Closed SuaYoo closed 2 days ago

SuaYoo commented 1 week ago

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.