Add translations
This commit is contained in:
@ -75,6 +75,9 @@ function onApplicationInit (peertubeHelpers) {
|
||||
const topLeftBlock = document.querySelector('.top-left-block')
|
||||
|
||||
topLeftBlock.style.backgroundImage = 'url(' + imageUrl + ')'
|
||||
|
||||
peertubeHelpers.translate('User name')
|
||||
.then(translation => console.log('Translated User name by ' + translation))
|
||||
}
|
||||
|
||||
function addSymbolToVideoNameResult (result, symbol) {
|
||||
|
Reference in New Issue
Block a user