1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

[common.js] added translation for select2

This commit is contained in:
llj
2015-08-17 18:08:31 +08:00
parent 010cb8eeb8
commit 32249b1f78

View File

@@ -516,6 +516,11 @@ define([
minimumInputLength: 1, // input at least 1 character
formatInputTooShort: gettext("Please enter 1 or more character"),
formatNoMatches: gettext("No matches"),
formatSearching: gettext("Searching..."),
formatAjaxError: gettext("Loading Failed"),
ajax: {
url: _this.getUrl({name: 'search_user'}),
dataType: 'json',