Include flags in the language name translations instead of hard-coding it in the language switch button component

This commit is contained in:
2026-05-22 15:20:08 +02:00
parent 619d4065b3
commit abbfd0ad9d
8 changed files with 46 additions and 61 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const fallbackLocale = 'en';
export const LANGUAGES_RTL = [
'ar'
];
const SUPPORTED_LANGUAGES = [
export const SUPPORTED_LANGUAGES = [
'en',
'de',
'fr',