Add support for link preview.
This commit is contained in:
parent
6197930c8f
commit
e932940df7
3 changed files with 15 additions and 3 deletions
|
|
@ -55,7 +55,8 @@ module.exports = {
|
|||
back: "back",
|
||||
hideBackground: "Hide background",
|
||||
options: "Options",
|
||||
alsoAvailableAsVideo: "Also available as video"
|
||||
alsoAvailableAsVideo: "Also available as video",
|
||||
websiteDescription: "Personal website/blog of Adrian Victor."
|
||||
},
|
||||
pt: {
|
||||
language: "português",
|
||||
|
|
@ -98,6 +99,7 @@ module.exports = {
|
|||
back: "voltar",
|
||||
hideBackground: "Esconder imagem de fundo",
|
||||
options: "Opções",
|
||||
alsoAvailableAsVideo: "Também disponível em vídeo"
|
||||
alsoAvailableAsVideo: "Também disponível em vídeo",
|
||||
websiteDescription: "Website/blog pessoal de Adrian Victor."
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue