]> git.parisson.com Git - django_quiz.git/commit
i18n support and Russian language translation is added.
authorРустам Кашапов <rrkashapov@bars-open.ru>
Thu, 2 Oct 2014 16:40:46 +0000 (20:40 +0400)
committerРустам Кашапов <rrkashapov@bars-open.ru>
Thu, 2 Oct 2014 16:40:46 +0000 (20:40 +0400)
commit6ae2d5ec48ed12ad1c2f090be9c3c25c443a68f4
tree6c1d27c47887824d8d81fbb472b834749b0c7b5d
parent25b9adaaa285d259e9146512175d526236829caf
i18n support and Russian language translation is added.
23 files changed:
.gitignore
essay/models.py
multichoice/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
multichoice/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
multichoice/models.py
quiz/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
quiz/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
quiz/models.py
quiz/templates/base.html
quiz/templates/correct_answer.html
quiz/templates/progress.html
quiz/templates/question.html
quiz/templates/quiz/category_list.html
quiz/templates/quiz/quiz_detail.html
quiz/templates/quiz/quiz_list.html
quiz/templates/quiz/sitting_detail.html
quiz/templates/quiz/sitting_list.html
quiz/templates/result.html
quiz/templates/single_complete.html
quiz/templates/view_quiz_category.html
true_false/locale/ru/LC_MESSAGES/django.mo [new file with mode: 0644]
true_false/locale/ru/LC_MESSAGES/django.po [new file with mode: 0644]
true_false/models.py