{% extends "base.html" %} {% load i18n %} {% load translations %} {% load authnames %} {% load crispy_forms_tags %} {% load icons %} {% block breadcrumbs %}
{% blocktrans %}Send a request to the project you want to translate to add a missing language.{% endblocktrans %}
{% trans "Add all projects you want to translate to see them as watched projects on the dashboard." %}
{% trans "Your name and e-mail will appear as commit authorship." %}
{% trans "Account removal deletes all your private data." %}
{% trans "You can download all your private data." %}
{% blocktrans %}All of the fields on this page are optional and can be deleted at any time, and by filling them out, you're giving us consent to share this data wherever your user profile appears.{% endblocktrans %}
{% blocktrans %}Avatars are provided using {{ avatar_url_prefix }}.{% endblocktrans %}
{% blocktrans %}Contact us immediately if you see anything suspicious in the audit log.{% endblocktrans %}
{% blocktrans %}You can control Weblate using the HTTP REST API and your API key is used to authenticate to it.{% endblocktrans %}
curl \ -H "Authorization: Token {{ user.auth_token.key }}" \ {{ site_url }}{% url 'api:api-root' %}
wlc \ --key {{ user.auth_token.key }} \ --url {{ site_url }}{% url 'api:api-root' %} \ list-projects
{% blocktrans %}The API key is also used to authenticate to automatically exported Git repositories.{% endblocktrans %}
git clone 'https://{{ user.username|urlencode }}:{{ user.auth_token.key }}@{{ site_domain }}/git/PROJECT/COMPONENT/'
{% trans "Please pay attention to the licensing info, as this specifies how translations can be used." %}
{% trans "By registering you agree to use your name and e-mail in the commits, and provide your contribution under the license defined by each localization project." %}
{% trans "You have agreed to the following as a contributor:" %}
{% for component in items %} {{ component }} {% endfor %}