Merge remote-tracking branch 'upstream/develop' into bnakkoma

This commit is contained in:
itepechi 2023-10-23 04:26:49 +09:00
commit 05fd58ec3f
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ const loaders = {
sk: () => import('./sk.json'),
te: () => import('./te.json'),
uk: () => import('./uk.json'),
vi: () => import('./vi.json'),
zh: () => import('./zh.json'),
zh_Hant: () => import('./zh_Hant.json')
}