3 lines
No EOL
74 B
TypeScript
3 lines
No EOL
74 B
TypeScript
export const languages: Record<string, string> = {
|
|
'en': 'English',
|
|
}; |