mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-05 12:14:28 +02:00
Added Slovenian translations
This commit is contained in:
parent
1f496930fc
commit
1ac4ca93a7
42 changed files with 2581 additions and 176 deletions
|
@ -113,7 +113,14 @@ class IntlHelperBarView extends React.Component{
|
|||
onClick: function() {
|
||||
this.props.onExit();
|
||||
}.bind(this)
|
||||
}];
|
||||
}, {
|
||||
text: 'Slovensko',
|
||||
testID: 'slovenian',
|
||||
onClick: function() {
|
||||
this.fireCommand('locale sl_SI; levels');
|
||||
}.bind(this)
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue