Skip to content

Commit fd4a082

Browse files
osmanorhankevin-brown
authored andcommitted
Add missing errorLoading to Turkish translation
This closes select2#4650.
1 parent a018dd8 commit fd4a082

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/js/select2/i18n/tr.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
define(function () {
22
// Turkish
33
return {
4+
errorLoading: function (){
5+
return "Sonuç yüklenemedi";
6+
},
47
inputTooLong: function (args) {
58
var overChars = args.input.length - args.maximum;
69

0 commit comments

Comments
 (0)