mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
🌐 Update translations, added Greek
This commit is contained in:
@@ -131,6 +131,12 @@ export const languages: Language[] = [
|
||||
translatedName: 'Chinese',
|
||||
emoji: '🇨🇳',
|
||||
},
|
||||
{
|
||||
shortName: 'el',
|
||||
originalName: 'Ελληνικά',
|
||||
translatedName: 'Greek',
|
||||
emoji: '🇬🇷',
|
||||
},
|
||||
];
|
||||
|
||||
export const getLanguageByCode = (code: string | null) =>
|
||||
|
||||
Reference in New Issue
Block a user