2024-07-02 10:07:54 +02:00
|
|
|
export const languages: Record<string, string> = {
|
2024-06-19 19:42:36 +02:00
|
|
|
'en': 'English',
|
2024-08-05 14:44:40 +02:00
|
|
|
'es': 'Español',
|
|
|
|
'fr': 'Français',
|
|
|
|
'nl': 'Nederlands',
|
|
|
|
'pt-BR': 'Português (Brasil)',
|
2024-07-08 19:13:31 +02:00
|
|
|
};
|