Merge pull request #880 from ajnart/fix/wrong-locale-for-turkish

🐛 Fix wrong i18n locale for turkish
This commit is contained in:
Meier Lukas
2023-05-04 16:30:12 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ module.exports = {
'el',
'sk',
'no',
'tk',
'tr',
],
localeDetection: true,