Add click sound effect and option to disable on settings.
This commit is contained in:
parent
77be44f66c
commit
fb73bfa300
7 changed files with 40 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ module.exports = {
|
|||
by: "by",
|
||||
back: "back",
|
||||
hideBackground: "Hide background",
|
||||
disableSoundEffects: "Disable sound effects",
|
||||
options: "Options",
|
||||
alsoAvailableAsVideo: "Also available as video",
|
||||
websiteDescription: "Personal website/blog of Adrian Victor.",
|
||||
|
|
@ -124,6 +125,7 @@ module.exports = {
|
|||
by: "por",
|
||||
back: "voltar",
|
||||
hideBackground: "Esconder imagem de fundo",
|
||||
disableSoundEffects: "Desabilitar efeitos sonoros",
|
||||
options: "Opções",
|
||||
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