Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Last active June 9, 2021 16:25
Show Gist options
  • Save manfromanotherland/47cb5db4a5a4bc802779 to your computer and use it in GitHub Desktop.
Save manfromanotherland/47cb5db4a5a4bc802779 to your computer and use it in GitHub Desktop.
JS: Magnific Popup Portuguese translation #snippet
$('.magnific-portuguese').magnificPopup({
tClose: 'Fechar',
tLoading: 'Carregando...',
gallery: {
tPrev: 'Anterior',
tNext: 'Próxima',
tCounter: '%curr% de %total%'
},
image: {
tError: '<a href="%url%">A imagem</a> não pode ser carregada.'
},
ajax: {
tError: '<a href="%url%">Arquivo</a> não encontrado.'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment