mirror of
https://github.com/chartdb/chartdb.git
synced 2026-01-05 11:19:57 -06: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