Language switching possiple in every tab

app.js
   - german as fallback language

public/javascripts/global.js and map.js
   - language select possible in every tab

views/index.pug
   - changed order of de / en

localse/dev/translation.json
   - is a copy of de

package.json
  "version": "3.0.3",
  "date": "2023-04-21 14:00 UTC",
This commit is contained in:
rxf
2023-04-21 15:47:19 +02:00
parent 6f2e676359
commit 7763c1e43d
6 changed files with 53 additions and 13 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ import { DateTime } from './luxon.min.js'
currentTab = event.currentTarget.id
if (currentTab === 'maptab') {
map.showMap(params, sysparams)
document.querySelector('#sellan').style.display = 'inline'
// document.querySelector('#sellan').style.display = 'inline'
}
})
})