diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index c599723060baa383baabde7bbc05c07cac9d6baa..869eaec49357775f17a144ffa816bace1bd15d0c 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -32,7 +32,7 @@ const loaders = {
   pt: () => import('./pt.json'),
   ro: () => import('./ro.json'),
   ru: () => import('./ru.json'),
-  //te: () => import('./te.json'), // buggy
+  // te: () => import('./te.json'), // buggy
   uk: () => import('./uk.json'),
   zh: () => import('./zh.json'),
   zh_Hant: () => import('./zh_Hant.json')