| Index: includes/install-button-templates.tmpl |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/install-button-templates.tmpl |
| @@ -0,0 +1,9 @@ |
| +{% for browser in browsers %} |
| +<script id="download-label-{{ browser.id }}" type="text/template"> |
| + {% if locale in ["en", "de", "fr"] %} |
| + {{ get_string("agree-and-install-for-" + browser.id, "install-button") }} |
| + {% else %} |
| + {{ get_string("install-for-" + browser.id, "install-button") }} |
| + {% endif %} |
| +</script> |
| +{% endfor %} |