Skip to content

Commit 2ac008c

Browse files
committed
Shorten Japanese translation for formatNoMatches
1 parent edddf96 commit 2ac008c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2_locale_ja.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"use strict";
66

77
$.extend($.fn.select2.defaults, {
8-
formatNoMatches: function () { return "該当項目なし"; },
8+
formatNoMatches: function () { return "該当なし"; },
99
formatInputTooShort: function (input, min) { var n = min - input.length; return "後" + n + "文字入れてください"; },
1010
formatInputTooLong: function (input, max) { var n = input.length - max; return "検索文字列が" + n + "文字長すぎます"; },
1111
formatSelectionTooBig: function (limit) { return "最多で" + limit + "項目までしか選択できません"; },

0 commit comments

Comments
 (0)