Skip to content

Commit

Permalink
Fixed translation extraction (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk authored Nov 21, 2023
1 parent 0fbe8cc commit e4eda7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Configuration parser for search.
*
* @Example configuration:
* Example configuration:
*
* ```yaml
* ibexa:
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Resources/translations/ibexa_search.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<target state="new">Sort by name Z-A</target>
<note>key: sort_definition.name_desc.label</note>
</trans-unit>
<trans-unit id="48c4f8e4803da42f9c8cd166032d872a88f344c1" resname="sort_definition.relevance.label">
<trans-unit id="93c30dbedf81f260d2906c302f3920c137cca63f" resname="sort_definition.relevance.label">
<source>Sort by relevance</source>
<target state="new">Sort by relevance</target>
<note>key: sort_definition.relevance.label</note>
Expand Down

0 comments on commit e4eda7c

Please sign in to comment.