aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 17:27:42 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 17:27:42 +0100
commit1044b503fb64d7a8fb98862470f05377ac2f8d2e (patch)
treeffb34a80a7166e05415440271d52d38d4b25d6fe /src
parentfix(Service): Fix shortcut for (un)muting notifications & audio (diff)
downloadferdium-app-1044b503fb64d7a8fb98862470f05377ac2f8d2e.tar.gz
ferdium-app-1044b503fb64d7a8fb98862470f05377ac2f8d2e.tar.zst
ferdium-app-1044b503fb64d7a8fb98862470f05377ac2f8d2e.zip
add missing react-intl files
Diffstat (limited to 'src')
-rw-r--r--src/i18n/locales/defaultMessages.json26
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 27 insertions, 1 deletions
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 @@
3901 "column": 27, 3901 "column": 27,
3902 "line": 186 3902 "line": 186
3903 } 3903 }
3904 },
3905 {
3906 "defaultMessage": "!!!Disable notifications & audio",
3907 "end": {
3908 "column": 3,
3909 "line": 193
3910 },
3911 "file": "src/lib/Menu.js",
3912 "id": "sidebar.muteApp",
3913 "start": {
3914 "column": 11,
3915 "line": 190
3916 }
3917 },
3918 {
3919 "defaultMessage": "!!!Enable notifications & audio",
3920 "end": {
3921 "column": 3,
3922 "line": 197
3923 },
3924 "file": "src/lib/Menu.js",
3925 "id": "sidebar.unmuteApp",
3926 "start": {
3927 "column": 13,
3928 "line": 194
3929 }
3904 } 3930 }
3905 ], 3931 ],
3906 "path": "src/lib/Menu.json" 3932 "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 @@
282 "validation.url": "{field} is not a valid URL", 282 "validation.url": "{field} is not a valid URL",
283 "welcome.loginButton": "Login to your account", 283 "welcome.loginButton": "Login to your account",
284 "welcome.signupButton": "Create a free account" 284 "welcome.signupButton": "Create a free account"
285} 285} \ No newline at end of file