diff --git a/src/data/background.js b/src/data/background.js index 37025f19..a2bfd27e 100644 --- a/src/data/background.js +++ b/src/data/background.js @@ -391,6 +391,8 @@ function reportWebsite(info, tab, anon, issueType, notes, callback) { notes, url: tab.url, browser: getBrowserAndVersion(), + language: + navigator.language || Intl.DateTimeFormat().resolvedOptions().locale, extensionVersion: chrome.runtime.getManifest().version, }), })