mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-30 09:44:26 +02:00
added Turkish translations
This commit is contained in:
parent
a7809a8bca
commit
7a65713101
5 changed files with 104 additions and 6 deletions
|
@ -212,5 +212,16 @@ exports.dialog = {
|
|||
},
|
||||
},
|
||||
],
|
||||
'tr_TR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Muhteşem!!!',
|
||||
'',
|
||||
'Bu seviyeyi *{numCommands}* komut ile çözdünüz.',
|
||||
'İdeal çözüm {best} komuttan oluşuyor.'
|
||||
]
|
||||
}
|
||||
}],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue