add VI to messages.js
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2023-10-02 13:28:23 +01:00
parent 8afbe5e3bc
commit 52b0b6f008
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')
}