[L10N]: Numbers and dates always formatted in English #2143
Labels
front end
Requires front end dev work
localization
Related to supporting multiple languages and regions
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.The text was updated successfully, but these errors were encountered: