mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-21 19:25:24 +02:00
added Turkish translations
This commit is contained in:
parent
a7809a8bca
commit
7a65713101
5 changed files with 104 additions and 6 deletions
|
@ -108,6 +108,12 @@ class IntlHelperBarView extends React.Component{
|
|||
onClick: function() {
|
||||
this.fireCommand('locale vi; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
text: 'Türkçe',
|
||||
testID: 'turkish',
|
||||
onClick: function() {
|
||||
this.fireCommand('locale tr_TR; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
text: 'Galego',
|
||||
testID: 'galician',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue