mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-04 19:30:57 +01:00
Merge pull request #877 from ajnart/language/add-turkish
✨ Add turkish translation locale
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = {
|
||||
'el',
|
||||
'sk',
|
||||
'no',
|
||||
'tk',
|
||||
],
|
||||
|
||||
localeDetection: true,
|
||||
|
||||
0
public/locales/tk/.gitkeep
Normal file
0
public/locales/tk/.gitkeep
Normal file
@@ -151,6 +151,12 @@ export const languages: Language[] = [
|
||||
translatedName: 'Greek',
|
||||
emoji: '🇬🇷',
|
||||
},
|
||||
{
|
||||
shortName: 'tr',
|
||||
originalName: 'Türkçe',
|
||||
translatedName: 'Turkish',
|
||||
emoji: '🇹🇷',
|
||||
},
|
||||
];
|
||||
|
||||
export const getLanguageByCode = (code: string | null) =>
|
||||
|
||||
Reference in New Issue
Block a user