Skip to content

Commit

Permalink
Update Turkish locale (#6123)
Browse files Browse the repository at this point in the history
  • Loading branch information
alperyazgan authored Oct 25, 2022
1 parent 512d6f2 commit 3ce9736
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/select2/i18n/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ define(function () {
},
removeAllItems: function () {
return 'Tüm öğeleri kaldır';
},
removeItem: function () {
return 'Bu öğeyi kaldır';
},
search: function() {
return 'Ara';
}
};
});

0 comments on commit 3ce9736

Please sign in to comment.