Skip to content

Commit

Permalink
Attempt to fix translation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cea2aj committed Jun 28, 2023
1 parent 00971e4 commit ef7bdd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions conf/i18n/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ msgstr ""
msgctxt "Example: 1-10 of 50"
msgid ""
"<span class=\"yxt-VerticalResultsCount-start\">[[start]]</span>\n"
" <span class=\"yxt-VerticalResultsCount-dash\">-</span>\n"
" <span class=\"yxt-VerticalResultsCount-end\">[[end]]</span>\n"
" <span class=\"yxt-VerticalResultsCount-of\">of</span>\n"
" <span class=\"yxt-VerticalResultsCount-total\">[[resultsCount]]</span>"
"<span class=\"yxt-VerticalResultsCount-dash\">-</span>\n"
"<span class=\"yxt-VerticalResultsCount-end\">[[end]]</span>\n"
"<span class=\"yxt-VerticalResultsCount-of\">of</span>\n"
"<span class=\"yxt-VerticalResultsCount-total\">[[resultsCount]]</span>"
msgstr ""

#: src/ui/components/search/spellcheckcomponent.js:9
Expand Down
10 changes: 5 additions & 5 deletions src/ui/templates/results/verticalresultscount.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<div class="yxt-VerticalResultsCount">
{{translate
phrase=
'<span class="yxt-VerticalResultsCount-start">[[start]]</span>
<span class="yxt-VerticalResultsCount-dash">-</span>
<span class="yxt-VerticalResultsCount-end">[[end]]</span>
<span class="yxt-VerticalResultsCount-of">of</span>
<span class="yxt-VerticalResultsCount-total">[[resultsCount]]</span>'
'<span class="yxt-VerticalResultsCount-start">[[start]]</span>
<span class="yxt-VerticalResultsCount-dash">-</span>
<span class="yxt-VerticalResultsCount-end">[[end]]</span>
<span class="yxt-VerticalResultsCount-of">of</span>
<span class="yxt-VerticalResultsCount-total">[[resultsCount]]</span>'
context='Example: 1-10 of 50'
start=pageStart
end=pageEnd
Expand Down

0 comments on commit ef7bdd4

Please sign in to comment.