This commit is contained in:
a-ill
2023-07-03 21:27:18 +03:00
parent a0f672439d
commit ea157a6031
28 changed files with 143 additions and 133 deletions

View File

@@ -4,16 +4,15 @@
// Import statements
import { writable } from 'svelte/store';
import { loadLocaleContent,getLocale } from "/js/libraries/serverTools.js"
import { loadLocaleContent } from "/js/libraries/serverTools.js"
// Import components
// Main code
let loaded
let locale = []
let content = writable({})
loadLocaleContent(content,"footer-component",loaded,(lang) => getLocale(locale,lang))
let locale = loadLocaleContent(content,"footer-component",loaded)
</script>
@@ -74,7 +73,7 @@ footer p, footer a {
display: grid;
margin-left: 2rem;
margin-right: 2rem;
margin-bottom: 1.4rem;
margin-bottom: 1rem;
}
.not-logged {