mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
[common.js] added translation for select2
This commit is contained in:
@@ -516,6 +516,11 @@ define([
|
|||||||
|
|
||||||
minimumInputLength: 1, // input at least 1 character
|
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: {
|
ajax: {
|
||||||
url: _this.getUrl({name: 'search_user'}),
|
url: _this.getUrl({name: 'search_user'}),
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
|
Reference in New Issue
Block a user