66982a2a11
- 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.
4 lines
199 B
HTML
4 lines
199 B
HTML
<!-- This snippet is used in production (included from viewer.html) -->
|
|
<link rel="resource" type="application/l10n" href="locale/locale.json">
|
|
<script src="../build/pdf.mjs" type="module"></script>
|