i18n: Translated to Telugu (44.3%)

Verified that the translation strings work by running Pleroma-FE locally.

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Joseph Nuthalpati 2019-08-10 16:50:59 +05:30 committed by Joseph Nuthalapati
parent 7e2d48a26e
commit 5e0b4e06ec
No known key found for this signature in database
GPG key ID: 5398F00A2FA43C35
2 changed files with 353 additions and 0 deletions

View file

@ -32,6 +32,7 @@ const messages = {
pt: require('./pt.json'),
ro: require('./ro.json'),
ru: require('./ru.json'),
te: require('./te.json'),
zh: require('./zh.json')
}