1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

[api-minor] Move to Fluent for the localization (bug 1858715)

- For the generic viewer we use @fluent/dom and @fluent/bundle
- For the builtin pdf viewer in Firefox, we set a localization url
  and then we rely on document.l10n which is a DOMLocalization object.
This commit is contained in:
Calixte Denizet 2023-10-13 16:23:17 +02:00
parent 2a3090224f
commit 66982a2a11
155 changed files with 1311 additions and 28684 deletions

View file

@ -24,6 +24,8 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-unicorn": "^48.0.1",
"@fluent/bundle": "^0.18.0" ,
"@fluent/dom": "^0.9.0",
"globals": "^13.23.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",