You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
488 B
31 lines
488 B
/** |
|
* This script is designed to switch language in the pop up window. |
|
* outated but can be used in the future. |
|
* |
|
*/ |
|
|
|
|
|
var ger = null; |
|
var eng = null; |
|
|
|
|
|
|
|
/** |
|
* This function loads english and german for the plugin |
|
* */ |
|
function loadLang(lang) { |
|
|
|
let tmp_lang = JSON.prase(); |
|
|
|
} |
|
|
|
|
|
function changeLang(lang){ |
|
let tmp_lang = JSON.prase(data_eng); |
|
$("#tab_cookie").text(tmp_lang.tab_cookie); |
|
$("#tab_dsgvo").text(tmp_lang.tab_dsgvo); |
|
$("#tab_more").text(tmp_lang.tab_more); |
|
|
|
|
|
|
|
|
|
|