mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-05 12:14:28 +02:00
Ukrainian translation for general strings and Main levels.
Fix css for bottom right panel to fit a new language.
This commit is contained in:
parent
02530196c2
commit
909db0fe9e
27 changed files with 1368 additions and 141 deletions
|
@ -87,6 +87,12 @@ var IntlHelperBarView = React.createClass({
|
|||
onClick: function() {
|
||||
this.fireCommand('locale ru_RU; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
text: 'Українська',
|
||||
testID: 'ukrainian',
|
||||
onClick: function() {
|
||||
this.fireCommand('locale uk; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
icon: 'signout',
|
||||
onClick: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue