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',
|
'el',
|
||||||
'sk',
|
'sk',
|
||||||
'no',
|
'no',
|
||||||
|
'tk',
|
||||||
],
|
],
|
||||||
|
|
||||||
localeDetection: true,
|
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',
|
translatedName: 'Greek',
|
||||||
emoji: '🇬🇷',
|
emoji: '🇬🇷',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
shortName: 'tr',
|
||||||
|
originalName: 'Türkçe',
|
||||||
|
translatedName: 'Turkish',
|
||||||
|
emoji: '🇹🇷',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const getLanguageByCode = (code: string | null) =>
|
export const getLanguageByCode = (code: string | null) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user