mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Add support of i18n with related patches and support "en" and "zh" locales for now
This commit is contained in:
parent
87f4d05e8e
commit
b9c59c454d
14 changed files with 400 additions and 147 deletions
|
@ -291,7 +291,7 @@ $(".ui-logout").click(function () {
|
|||
|
||||
var filtertags = [];
|
||||
$(".ui-use-tags").select2({
|
||||
placeholder: 'Select tags...',
|
||||
placeholder: $(".ui-use-tags").attr('placeholder'),
|
||||
multiple: true,
|
||||
data: function () {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue