mirror of
https://github.com/chartdb/chartdb.git
synced 2026-05-24 23:19:05 -05:00
fix(i18n): add missing type to vi.ts (#444)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { LanguageMetadata } from '../types';
|
||||
import type { LanguageMetadata, LanguageTranslation } from '../types';
|
||||
|
||||
export const vi = {
|
||||
export const vi: LanguageTranslation = {
|
||||
translation: {
|
||||
menu: {
|
||||
file: {
|
||||
|
||||
Reference in New Issue
Block a user