The ReleasePad widget supports English and Spanish. By default it displays in English. To switch to Spanish, change the lang attribute on your widget code.
Set the language
Change lang="en" to lang="es" on your rp-token div:
<div id="rp-token"
data-param="YOUR_TOKEN"
lang="es">
</div>
<script type="text/javascript"
src="https://widget.releasepad.io/releasepad-bundle.js"
charset="utf-8">
</script>
<link rel="stylesheet" href="https://widget.releasepad.io/releasepad-bundle.min.css">
What changes
When set to es, the following UI strings switch to Spanish:
| Element | English | Spanish |
|---|---|---|
| Modal header | Latest updates | Últimas actualizaciones |
| Read more link | Read more | Leer más |
| Empty state | 🚀 Launch pad is clear — stay tuned for updates! | Nada que ver aquí |
Your changelog post content stays exactly as you wrote it — only the widget’s built-in interface strings are translated. If you want the post content itself in Spanish, the GitHub integration’s AI settings can generate drafts in Spanish (and four other languages).
Fallback behavior
If you pass any value other than "en" or "es", the widget falls back to English. For example, lang="fr" or lang="" will both render the English UI.
The lang attribute lives on the same rp-token div as every other widget option, so while you’re editing the snippet you can also change the tab position or disable the entrance animation in the same pass.
Need more help?
Can't find what you're looking for? Our team is happy to help you get set up.
Contact support