diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-19 14:02:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-19 14:02:57 +0200 |
commit | 9c2e0dbfa9098675390e00ccb0fa49c51b3c6732 (patch) | |
tree | de2b894e0ba439bb012b895cc86d90b892eead7b /client/src/app/core | |
parent | 3aa5cea8fec998805e32c0480884906d8e4fd490 (diff) | |
download | PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.tar.gz PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.tar.zst PeerTube-9c2e0dbfa9098675390e00ccb0fa49c51b3c6732.zip |
Update iso639 translations for french and deutch
Diffstat (limited to 'client/src/app/core')
-rw-r--r-- | client/src/app/core/server/server.service.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts index 6323a7edf..74363e6a1 100644 --- a/client/src/app/core/server/server.service.ts +++ b/client/src/app/core/server/server.service.ts | |||
@@ -141,7 +141,6 @@ export class ServerService { | |||
141 | ) | 141 | ) |
142 | .subscribe(({ data, translations }) => { | 142 | .subscribe(({ data, translations }) => { |
143 | Object.keys(data) | 143 | Object.keys(data) |
144 | .map(dataKey => parseInt(dataKey, 10)) | ||
145 | .forEach(dataKey => { | 144 | .forEach(dataKey => { |
146 | const label = data[ dataKey ] | 145 | const label = data[ dataKey ] |
147 | 146 | ||