{% extends "base.html" %} {% load i18n %} {% block body_class %}index{% endblock %} {% block breadcrumb %}{% endblock %} {% block content_title %}

{% trans "Welcome to Transifex" %}

{% endblock %} {% block body %}

About Transifex

Transifex is an upstream-friendly cross-project localization platform. It is a service offering users with an easy-to-use interface to submit translations to various projects hosted on a number of hosting platform types.

The goal of Transifex is to make it real easy for developers to receive translations from contributors, and translators to collaborate together to send their contributors to upstream in an easy way.

Features

Here is a quick list of what Transifex supports:

And many more to come. :)

{% endblock %}