aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-08 11:32:20 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-08 11:32:20 +0100
commite2437f27ccd1c7646accc75b819fff3295c7a2e2 (patch)
treeb291106a314e66fe77f11bb9026e12c1bb5839b0 /src/i18n/locales
parentRemove debugging output (diff)
downloadferdium-app-e2437f27ccd1c7646accc75b819fff3295c7a2e2.tar.gz
ferdium-app-e2437f27ccd1c7646accc75b819fff3295c7a2e2.tar.zst
ferdium-app-e2437f27ccd1c7646accc75b819fff3295c7a2e2.zip
feat(Spell checking): Add option to automatically detect language
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/en-US.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 99df6a0ca..4e0c5575d 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",