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

Translations available in the script tag #298

Closed
emilos opened this issue Oct 19, 2018 · 0 comments
Closed

Translations available in the script tag #298

emilos opened this issue Oct 19, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@emilos
Copy link
Contributor

emilos commented Oct 19, 2018

<h1><translate hello /></h1>
<button id='button'>Click</button>
<script i18n yaml>
hello:
- 'Hello'
- 'Cześć'
</script>
<script some_attribute_name>
const button = document.getElementById('button')
button.onclick= function () { 
  element.innerHTML = i18n.hello 
}
</script>

output:

we'll add
const i18n = { hello: 'world'};

@emilos emilos added the enhancement New feature or request label Oct 19, 2018
@emilos emilos closed this as completed Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants