made translatable block page title
This commit is contained in:
@ -251,7 +251,7 @@ export let _v_sitebranding_block, _v_user_block, _v_header_menu,
|
||||
store.commit('Common/setPagetitle', title)
|
||||
}
|
||||
// replace in template the pagetitle by vue binding
|
||||
$h2.innerText = '{{ pagetitle }}'
|
||||
$h2.innerText = '{{ $t("materio."+pagetitle) }}'
|
||||
// create the vue
|
||||
_v_pagetitle_block = new Vue({
|
||||
store,
|
||||
|
Reference in New Issue
Block a user