added Turkish translations

This commit is contained in:
K3rn3l_p4n1c 2023-09-01 18:31:56 +03:00
parent a7809a8bca
commit 7a65713101
5 changed files with 104 additions and 6 deletions

View file

@ -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',