TelegramBot/telegram/locales/config.ts

4 lines
No EOL
99 B
TypeScript
Executable file

export const langs = [
{ code: 'en', label: 'English' },
{ code: 'pt', label: 'Português' }
];