{% extends "base.html" %} {% load i18n %} {% load static %} {% load translations %} {% load humanize %} {% block breadcrumbs_container %} {% endblock %} {% block content %}

{% blocktrans %}Help Weblate keep thriving{% endblocktrans %}

{% if support_status.has_support %} {% trans "Welcome and thank you for supporting Weblate" %} {% else %} {% trans "Welcome and thank you for choosing Weblate" %} {% endif %} — {% trans "the privacy-respecting localization platform committed to open-source values." %}

{{ stars|intcomma }}

{% blocktrans count count=stars context "Label on engage page" %}GitHub star{% plural %}GitHub stars{% endblocktrans %}

{{ issues|intcomma }}

{% blocktrans count count=issues context "Label on engage page" %}Open issues{% plural %}Open issues{% endblocktrans %}

{{ commits |intcomma }}

{% blocktrans count count=commits context "Label on engage page" %}Recent changes{% plural %}Recent changes{% endblocktrans %}

{% trans "While Weblate remains free for all users, its development requires continuous investment." %} {% trans "We prioritize your privacy; we never display ads or sell your data." %} {% trans "The invaluable support of the community through subscriptions and donations ensures that Weblate continues to grow and thrive." %} {% trans "Join us in shaping the future of localization and contribute today!" %}

{% if not support_status.has_support %} {% trans "Purchase a support package" %} {% endif %} {% trans "Give to Weblate" %}

{% endblock %}