Skip to content

Commit

Permalink
Fluent: remove NUMBER() function from variant selector
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Oct 4, 2024
1 parent e25832c commit 58d3147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n/en-US/viewer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@ pdfjs-find-reached-bottom = Reached end of document, continued from top
# $current (Number) - the index of the currently active find result
# $total (Number) - the total number of matches in the document
pdfjs-find-match-count =
{ NUMBER($total) ->
{ $total ->
[one] { $current } of { $total } match
*[other] { $current } of { $total } matches
}
# Variables:
# $limit (Number) - the maximum number of matches
pdfjs-find-match-count-limit =
{ NUMBER($limit) ->
{ $limit ->
[one] More than { $limit } match
*[other] More than { $limit } matches
}
Expand Down

0 comments on commit 58d3147

Please sign in to comment.