From c83bc083590683ed180500bebc67b5006709d815 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 29 Feb 2020 17:36:32 -0800 Subject: [PATCH] i18n: Add additional automatically output strings. I'm skeptical of the setup that these are generated dynamically while working in the development environment; that seems not robust. --- app/translations/en-US.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/translations/en-US.json b/app/translations/en-US.json index 6c3a5be0..db73fd74 100644 --- a/app/translations/en-US.json +++ b/app/translations/en-US.json @@ -107,5 +107,10 @@ "Window Shortcuts": "Window Shortcuts", "Quit when the window is closed": "Quit when the window is closed", "Force social login in app instead of browser": "Force social login in app instead of browser", - "Ask where to save files before downloading": "Ask where to save files before downloading" + "Ask where to save files before downloading": "Ask where to save files before downloading", + "Add a Zulip organization": "Add a Zulip organization", + "Connect": "Connect", + "OR": "OR", + "Create a new organization": "Create a new organization", + "Network and Proxy Settings": "Network and Proxy Settings" } \ No newline at end of file