From 1044b503fb64d7a8fb98862470f05377ac2f8d2e Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Thu, 7 Mar 2019 17:27:42 +0100 Subject: add missing react-intl files --- src/i18n/locales/defaultMessages.json | 26 ++++++++++++++++++++++++++ src/i18n/locales/en-US.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index d3a97de78..0641c510c 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -3901,6 +3901,32 @@ "column": 27, "line": 186 } + }, + { + "defaultMessage": "!!!Disable notifications & audio", + "end": { + "column": 3, + "line": 193 + }, + "file": "src/lib/Menu.js", + "id": "sidebar.muteApp", + "start": { + "column": 11, + "line": 190 + } + }, + { + "defaultMessage": "!!!Enable notifications & audio", + "end": { + "column": 3, + "line": 197 + }, + "file": "src/lib/Menu.js", + "id": "sidebar.unmuteApp", + "start": { + "column": 13, + "line": 194 + } } ], "path": "src/lib/Menu.json" diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index a9ac92a3a..7543d38bd 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -282,4 +282,4 @@ "validation.url": "{field} is not a valid URL", "welcome.loginButton": "Login to your account", "welcome.signupButton": "Create a free account" -} +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf