aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-02-22 16:24:32 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-02-22 16:24:32 +0100
commit550f66ce9155c04eb48af506c8d7832bbce8ac91 (patch)
tree4371dbf0199bc00417face999bbec02afacfab71 /src/i18n
parentadds flow for deleting workspaces (diff)
parentMerge branch 'master' into develop (diff)
downloadferdium-app-550f66ce9155c04eb48af506c8d7832bbce8ac91.tar.gz
ferdium-app-550f66ce9155c04eb48af506c8d7832bbce8ac91.tar.zst
ferdium-app-550f66ce9155c04eb48af506c8d7832bbce8ac91.zip
Merge branch 'develop' into feature/workspaces
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/globalMessages.js16
-rw-r--r--src/i18n/locales/en-US.json4
2 files changed, 20 insertions, 0 deletions
diff --git a/src/i18n/globalMessages.js b/src/i18n/globalMessages.js
index 2c724ff6f..7b1618602 100644
--- a/src/i18n/globalMessages.js
+++ b/src/i18n/globalMessages.js
@@ -13,4 +13,20 @@ export default defineMessages({
13 id: 'global.notConnectedToTheInternet', 13 id: 'global.notConnectedToTheInternet',
14 defaultMessage: '!!!You are not connected to the internet.', 14 defaultMessage: '!!!You are not connected to the internet.',
15 }, 15 },
16 spellcheckerLanguage: {
17 id: 'global.spellchecking.language',
18 defaultMessage: '!!!Spell checking language',
19 },
20 spellcheckerSystemDefault: {
21 id: 'global.spellchecker.useDefault',
22 defaultMessage: '!!!Use System Default ({default})',
23 },
24 spellcheckerAutomaticDetection: {
25 id: 'global.spellchecking.autodetect',
26 defaultMessage: '!!!Detect language automatically',
27 },
28 spellcheckerAutomaticDetectionShort: {
29 id: 'global.spellchecking.autodetect.short',
30 defaultMessage: '!!!Automatic',
31 },
16}); 32});
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 24c96cb26..fe16e916f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -1,6 +1,10 @@
1{ 1{
2 "global.api.unhealthy": "Can't connect to Franz online services", 2 "global.api.unhealthy": "Can't connect to Franz online services",
3 "global.notConnectedToTheInternet": "You are not connected to the internet.", 3 "global.notConnectedToTheInternet": "You are not connected to the internet.",
4 "global.spellchecking.language": "Spell checking language",
5 "global.spellchecker.useDefault": "Use System Default ({default})",
6 "global.spellchecking.autodetect": "Detect language automatically",
7 "global.spellchecking.autodetect.short": "Automatic",
4 "welcome.signupButton": "Create a free account", 8 "welcome.signupButton": "Create a free account",
5 "welcome.loginButton": "Login to your account", 9 "welcome.loginButton": "Login to your account",
6 "welcome.slogan": "Messaging that works for you", 10 "welcome.slogan": "Messaging that works for you",