Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Nov 20, 2021
1 parent 9f4ae34 commit 7538b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/locale-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export class LocalePicker extends LitElement {
async firstUpdated() {
let isFirstPolyfill = true;

// polyfill if needed
// Polyfill if needed
// See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames#browser_compatibility
// TODO actually test if polyfill works in older browser
const polyfill = async (locale: LocaleCode) => {
if (!shouldPolyfill(locale)) {
return;
Expand Down

0 comments on commit 7538b61

Please sign in to comment.