feat(translations): basic translations support

This commit is contained in:
Alexey Kasyanchuk
2018-05-17 02:09:43 +03:00
parent 57c1d0d322
commit feff322592
7 changed files with 113 additions and 16 deletions

View File

@ -10,6 +10,7 @@ let config = {
udpTrackersPort: 4446,
udpTrackersTimeout: 3 * 60 * 1000,
peerId: undefined,
language: 'en',
p2p: true,
p2pConnections: 10,