Finalize links page
This commit is contained in:
parent
c474ea4d75
commit
37295bacfe
8 changed files with 89 additions and 52 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue