mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
Add i18n of new predicates for debug operator
This commit is contained in:
parent
c10f3e97bf
commit
dd3c8394e7
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ class GlobalSearchComponent extends CardSearchPagedComponent {
|
||||||
predicate_end: TAPi18n.__('predicate-end'),
|
predicate_end: TAPi18n.__('predicate-end'),
|
||||||
predicate_assignee: TAPi18n.__('predicate-assignee'),
|
predicate_assignee: TAPi18n.__('predicate-assignee'),
|
||||||
predicate_member: TAPi18n.__('predicate-member'),
|
predicate_member: TAPi18n.__('predicate-member'),
|
||||||
|
predicate_selector: TAPi18n.__('predicate-selector'),
|
||||||
|
predicate_projection: TAPi18n.__('predicate-projection'),
|
||||||
};
|
};
|
||||||
|
|
||||||
let text = '';
|
let text = '';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue