mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
Adding tamil locale and into page
This commit is contained in:
parent
c46738d4f5
commit
71a1166e83
2 changed files with 38 additions and 0 deletions
|
@ -126,6 +126,12 @@ class IntlHelperBarView extends React.Component{
|
|||
onClick: function() {
|
||||
this.fireCommand('locale pl; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
text: 'தமிழ்',
|
||||
testID: 'tamil',
|
||||
onClick: function() {
|
||||
this.fireCommand('locale ta_IN; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
icon: 'signout',
|
||||
onClick: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue