Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/src/commit/fb2ade78e822d331bcc06a37d8dc9a05b37daa31/resources/library/interactive/Wiktionary.wgt/script/languages.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
 
 
 
 
 
 

21 lines
514 B

var sankoreLang = {
"en":{
"wikipedia": "Wiktionary",
"prev_word":"Previous word",
"next_word":"Next word",
"search":"Search"
},
"ru":{
"wikipedia": "Викисловарь",
"prev_word":"Пред. слово",
"next_word":"След. слово",
"search":"Поиск"
},
"fr":{
"wikipedia": "Wiktionnaire",
"prev_word":"Mot précédent",
"next_word":"Mot suivant",
"search":"Rechercher"
}
};