fix tegulu

This commit is contained in:
Henry Jameson 2022-04-06 18:43:47 +03:00
commit 853f5145be
2 changed files with 2 additions and 2 deletions

View file

@ -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'),
uk: () => import('./uk.json'),
zh: () => import('./zh.json'),
zh_Hant: () => import('./zh_Hant.json')