Wtower / django-ninecms

Nine CMS is a simple Django app to manage content. Users can create content and publish it to various paths.
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Add internationalisation/localisation support #41

Closed Wtower closed 2 years ago

Wtower commented 8 years ago

Localize all strings using ugettext.

Wtower commented 8 years ago

Fixed with d48d663c20771709296c4468181873d83113fedf

Wtower commented 8 years ago

Translate https://github.com/Wtower/django-ninecms/blob/devel/ninecms/locale/el/LC_MESSAGES/django.po and compile with ./manage.py compilemessages -l el.

More languages are welcome.