Skip to content

Commit

Permalink
i18n: Remove a duplicate message key.
Browse files Browse the repository at this point in the history
I got the following error when I ran `tools/tx-sync`:

```
Step 3: Upload strings to translate...
+ tx --quiet push -s
tx ERROR: Error received from server: Duplicate string key ('Oops! Something went wrong\.') in line 247
tx ERROR: Could not upload source file. You can use --skip to ignore this error and continue the execution.
tx ERROR: Error received from server: Duplicate string key ('Oops! Something went wrong\.') in line 247
```

Looks like maybe a rebase error when I was working on zulip#4754. The
string was already added, in zulip#4829.
  • Loading branch information
chrisbobbe committed Jul 16, 2021
1 parent 9027646 commit 2f004af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/translations/messages_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"Why not start the conversation?": "Why not start the conversation?",
"That conversation doesn't seem to exist.": "That conversation doesn't seem to exist.",
"Request timed out.": "Request timed out.",
"Oops! Something went wrong.": "Oops! Something went wrong.",
"Chat": "Chat",
"Sign in with {method}": "Sign in with {method}",
"Cannot connect to server": "Cannot connect to server",
Expand Down

0 comments on commit 2f004af

Please sign in to comment.