Skip to content

Commit

Permalink
commits translations for in_list adv search ops, re #10529
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Jan 26, 2024
1 parent 8298128 commit e0cd03a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arches/app/templates/javascript.htm
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@
date-format='{% trans "Date Format" as dateFormat %} "{{ dateFormat|escapejs }}"'
has-no-value='{% trans "Has no value" as hasNoValue %} "{{ hasNoValue|escapejs }}"'
has-any-value='{% trans "Has any value" as hasAnyValue %} "{{ hasAnyValue|escapejs }}"'
has-any-list-value='{% trans "Has any value in list" as anyInList %} "{{ anyInList|escapejs }}"'
has-all-list-values='{% trans "Has all values in list" as allInList %} "{{ allInList|escapejs }}"'
has-no-list-values='{% trans "Has no values in list" as notInList %} "{{ notInList|escapejs }}"'
default-value='{% trans "Default Value" as defaultValue %} "{{ defaultValue|escapejs }}"'
format='{% trans "Format" as format %} "{{ format|escapejs }}"'
view-valid-formats='{% trans "view valid formats" as viewValidFormats %} "{{ viewValidFormats|escapejs }}"'
Expand Down

0 comments on commit e0cd03a

Please sign in to comment.