aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorJoseph Nuthalpati <njoseph@riseup.net>2019-08-10 16:50:59 +0530
committerJoseph Nuthalapati <njoseph@riseup.net>2019-08-10 16:50:59 +0530
commit5e0b4e06ec12401371420ad4550dcdc2e0e1e777 (patch)
tree746a35ab3d05e0e8a05e199b5195062d66f813ac /src/i18n/messages.js
parent7e2d48a26e9b6e4d06e7d4efc7ceb579e30227b8 (diff)
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>
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 404a4079..ca02ae48 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -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')
}