kartoza / prj.app

A django app for creating visual changelogs for software releases
30 stars 32 forks source link

We need to support internationalisation #2

Open timlinux opened 11 years ago

timlinux commented 11 years ago

Problem

Non english speakers should also be able to use the site.

Proposed solution

We should support application translation as per https://docs.djangoproject.com/en/1.5/topics/i18n/translation/

Translators should also be able to post translated versions of the entry images.

Lets consider using these two helpers:

Translation of django project resources should be facilitated via transifex.

Expected outcome

All application strings should be translatable in gettext or via transifex

timlinux commented 9 years ago

This is high priority