Skip to content

Commit

Permalink
fix: add missing translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
TGRHavoc committed May 23, 2021
1 parent e44e0ad commit 291119f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@
"toggle": "Toggle all"
},
"errors": {
"response-not-ok": "Response wasn't OK... %(statusText)s",
"getting-config": "Error getting config",
"getting-blips": {
"title": "Error getting blips.json",
"message" : "%(error.message)s"
},
"getting-config": {
"title" : "Error getting config",
"message": "%(error.message)s"
},
"socket-error": "Error with WebSocket connection",
"server-config": {
"title": "Couldn't load server config!",
Expand Down

0 comments on commit 291119f

Please sign in to comment.