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

translating html tags #41

Open
Wyciokazz opened this issue Jan 17, 2023 · 1 comment
Open

translating html tags #41

Wyciokazz opened this issue Jan 17, 2023 · 1 comment

Comments

@Wyciokazz
Copy link

When creating scripts, it will translate this line , how can i disabling?

@LazZiya
Copy link
Owner

LazZiya commented Jan 18, 2023

Can you show a sample code?

Anyhow, you can disable translation for inner html content using localize-content="false"

<!-- assuming you have a select box, and you want to translate its title bot not the inner html -->
<select localize-att-title="Tooltip" localize-content="false">
    <option localize-content>AAA</option>
</select>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants