We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e98e8 commit fd9ab06Copy full SHA for fd9ab06
1 file changed
src/js/select2/i18n/id.js
@@ -1,6 +1,9 @@
1
define(function () {
2
// Indonesian
3
return {
4
+ errorLoading: function () {
5
+ return 'Data tidak boleh diambil.';
6
+ },
7
inputTooLong: function (args) {
8
var overChars = args.input.length - args.maximum;
9
0 commit comments