diff --git a/.gitignore b/.gitignore index c10ab09fb6..ca606eef29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +npm-debug.log .idea .swo .swp diff --git a/locales/en/generic.json b/locales/en/generic.json index 72c777ec8b..b56d7ae379 100644 --- a/locales/en/generic.json +++ b/locales/en/generic.json @@ -65,5 +65,7 @@ "endTour": "End Tour", "music": "Music", "soundOff": "Turn the sound off", - "soundOn": "Turn the sound on" + "soundOn": "Turn the sound on", + "switchSound": "Switch on/off", + "selectTheme": "Select Audio theme" }