From dacb43511007fc0b6d62e5fee5b48d2f459e8aad Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Sat, 9 Aug 2014 18:58:08 +0900 Subject: [PATCH] add 2 more translatable strings --- .gitignore | 1 + locales/en/generic.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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" }