mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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_assignee: TAPi18n.__('predicate-assignee'),
|
||||
predicate_member: TAPi18n.__('predicate-member'),
|
||||
predicate_selector: TAPi18n.__('predicate-selector'),
|
||||
predicate_projection: TAPi18n.__('predicate-projection'),
|
||||
};
|
||||
|
||||
let text = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue