From 58d31479d728fe3cd1ad6ba04a8744e0d67da4c0 Mon Sep 17 00:00:00 2001 From: Francesco Lodolo Date: Fri, 4 Oct 2024 07:14:45 +0200 Subject: [PATCH] Fluent: remove NUMBER() function from variant selector --- l10n/en-US/viewer.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/en-US/viewer.ftl b/l10n/en-US/viewer.ftl index 080feb30d57be..67be5cd587d21 100644 --- a/l10n/en-US/viewer.ftl +++ b/l10n/en-US/viewer.ftl @@ -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 }