Skip to content

Feature request: ease translation work by removing text content from CSS #38

@dashdashzako

Description

@dashdashzako

Hello!

There is a few text content set inside the CSS file, which makes it difficult to localize unless a specific CSS rule is set for the language.

[for="themer"] [aria-hidden]::before {
content: 'off';
}
[for="themer"] :checked + [aria-hidden]::before {
content: 'on';
}

figcaption::before {
counter-increment: fig;
content: 'Figure ' counter(fig) ':\0020';
font-weight: bold;
}

I think adding adding this information to HTML files and keep CSS declaration as language-free as possible would make translation work much easier and cleaner.

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions