mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fluent: remove NUMBER() function from variant selector
This commit is contained in:
parent
e25832c43f
commit
58d31479d7
1 changed files with 2 additions and 2 deletions
|
@ -239,7 +239,7 @@ 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
|
||||
}
|
||||
|
@ -247,7 +247,7 @@ pdfjs-find-match-count =
|
|||
# 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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue