Finalize links page

This commit is contained in:
jultty 2024-06-05 15:39:28 -03:00
commit 37295bacfe
8 changed files with 89 additions and 52 deletions

View file

@ -1,8 +1,6 @@
const userLang = navigator.language || navigator.userLanguage
let lang = userLang.includes('pt') ? 'pt' : 'en'
console.log('post-l10n.js loaded:', lang)
if (lang == 'pt') {
const footer_back = document.getElementById('footer-back-link')
const author_pre = document.getElementById('author-pre-text')