New Turkish Translations added

This commit is contained in:
Ömer Kaan Coşkun 2023-09-10 12:25:47 +03:00 committed by GitHub
parent a7809a8bca
commit 35740665b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 0 deletions

View file

@ -187,6 +187,16 @@ exports.dialog = {
},
},
],
'tr_TR': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Çözümü görmek istediğine emin misin?',
'',
'Sana inanıyorum bunu yapabilirsin!'
]
}
}],
};