mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 08:33:01 +05:30
testing github copilot
This commit is contained in:
parent
dd8bbbbc55
commit
25a0890edb
@ -16,6 +16,14 @@
|
|||||||
|
|
||||||
await loadTranslations(initLocale, pathname); // keep this just before the `return`
|
await loadTranslations(initLocale, pathname); // keep this just before the `return`
|
||||||
|
|
||||||
|
// firefox
|
||||||
|
// https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language
|
||||||
|
// chrome
|
||||||
|
// https://developer.chrome.com/extensions/i18n#overview-getAcceptLanguages
|
||||||
|
// edge
|
||||||
|
// https://msdn.microsoft.com/en-us/library/hh869301(v=vs.85).aspx
|
||||||
|
|
||||||
|
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -61,6 +61,8 @@ onclick='document.getElementById("Active").style.display ="block"; document.getE
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* this is a hack to make the grid work, need to improve this */
|
||||||
|
|
||||||
.div1 { grid-area: 1 / 1 / 2 / 2; }
|
.div1 { grid-area: 1 / 1 / 2 / 2; }
|
||||||
.div2 { grid-area: 1 / 2 / 2 / 3; }
|
.div2 { grid-area: 1 / 2 / 2 / 3; }
|
||||||
.div3 { grid-area: 1 / 3 / 2 / 4; }
|
.div3 { grid-area: 1 / 3 / 2 / 4; }
|
||||||
|
Loading…
Reference in New Issue
Block a user