i want to translate my webpage. but using i18n module in django, it looks like it is impossible.
on django internationlization tutorial they say to edit all po files.
the po files
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-05-27 10:16+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: registration/admin.py:23
msgid "Activate users"
msgstr ""
#: registration/admin.py:43
msgid "Re-send activation emails"
msgstr ""
#: registration/forms.py:34
msgid "Username"
msgstr "uuuuuuuuuuuu"
edit to languages which i don't know is very very hard. so i would like to know any apps that will automatically translate..?