forked from ProjectSegfault/website
		
	testing github copilot
This commit is contained in:
		@@ -16,6 +16,14 @@
 | 
			
		||||
 | 
			
		||||
    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 {};
 | 
			
		||||
  }
 | 
			
		||||
</script>
 | 
			
		||||
 
 | 
			
		||||
@@ -61,6 +61,8 @@ onclick='document.getElementById("Active").style.display ="block"; document.getE
 | 
			
		||||
        align-items: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
     /* this is a hack to make the grid work, need to improve this */
 | 
			
		||||
    
 | 
			
		||||
    .div1 { grid-area: 1 / 1 / 2 / 2; }
 | 
			
		||||
    .div2 { grid-area: 1 / 2 / 2 / 3; }
 | 
			
		||||
    .div3 { grid-area: 1 / 3 / 2 / 4; }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user