Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use fluent to format a11y strings in reader #144

Merged
merged 1 commit into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. use document.l10n to format a11y strings

    - For zotero build, add "reader.ftl" for localization
    - Remove redundant a11y strings from en-us.strings.js
    - Use document.l10n.formatValue for live messages
    and just data-l10n-id for aria labels
    - If document.l10n is undefined, nothing will be announced.
    That is until web library supports fluent.
    abaevbog committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    13a3f68 View commit details
    Browse the repository at this point in the history