remove languages other than en

This commit is contained in:
vcoppe
2024-07-23 19:03:40 +02:00
parent 83fcc59513
commit 3709976464

View File

@@ -1,4 +1,3 @@
export const languages: Record<string, string> = {
'en': 'English',
'pt-BR': 'Português (Brasil)',
};