Files
NSG_PORTAL_V2/definitions/language-options.ts
T

5 lines
127 B
TypeScript
Raw Normal View History

2024-05-30 18:06:50 +07:00
export const languageOptions = [
{ title: 'Tiếng Anh', value: 'en' },
{ title: 'Tiếng Việt', value: 'vi' },
];