4 lines
No EOL
99 B
TypeScript
Executable file
4 lines
No EOL
99 B
TypeScript
Executable file
export const langs = [
|
|
{ code: 'en', label: 'English' },
|
|
{ code: 'pt', label: 'Português' }
|
|
]; |