feat(trans): Use de as standard
This commit is contained in:
		@@ -21,7 +21,7 @@ async function initI18next() {
 | 
				
			|||||||
        .init({
 | 
					        .init({
 | 
				
			||||||
            supportedLngs: ["en", "de"],
 | 
					            supportedLngs: ["en", "de"],
 | 
				
			||||||
            nonExplicitSupportedLngs: true,
 | 
					            nonExplicitSupportedLngs: true,
 | 
				
			||||||
            fallbackLng: "en",
 | 
					            fallbackLng: "de",
 | 
				
			||||||
            debug: true,
 | 
					            debug: true,
 | 
				
			||||||
            backend: {
 | 
					            backend: {
 | 
				
			||||||
                loadPath: "/i18n/{{lng}}.json",
 | 
					                loadPath: "/i18n/{{lng}}.json",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user