some translation stuff
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 25 May 2010 12:40:56 +0000 (14:40 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 25 May 2010 12:42:20 +0000 (14:42 +0200)
commit891b9e3b7ecaedc9ac32bc941400a267c77482a0
tree1cb5d9819edad2b28595484015c4c5b0e36e74b9
parentd467f1fa349730919e9fe906287e63563c888063
some translation stuff

added modeltranslation
added infopages, deleted static pages from templates
catalogue.Book._short_html now modeltranslated
added Ukrainian l10n
some minor fixes
60 files changed:
apps/catalogue/locale/de/LC_MESSAGES/django.po
apps/catalogue/locale/en/LC_MESSAGES/django.po
apps/catalogue/locale/es/LC_MESSAGES/django.po
apps/catalogue/locale/fr/LC_MESSAGES/django.po
apps/catalogue/locale/lt/LC_MESSAGES/django.po
apps/catalogue/locale/pl/LC_MESSAGES/django.po
apps/catalogue/locale/ru/LC_MESSAGES/django.po
apps/catalogue/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
apps/catalogue/migrations/0009__short_html_translation.py [new file with mode: 0644]
apps/catalogue/models.py
apps/chunks/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
apps/infopages/__init__.py [new file with mode: 0644]
apps/infopages/admin.py [new file with mode: 0644]
apps/infopages/migrations/0001_initial.py [new file with mode: 0644]
apps/infopages/migrations/__init__.py [new file with mode: 0644]
apps/infopages/models.py [new file with mode: 0644]
apps/lessons/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
apps/modeltranslation/__init__.py [new file with mode: 0644]
apps/modeltranslation/admin.py [new file with mode: 0644]
apps/modeltranslation/fields.py [new file with mode: 0644]
apps/modeltranslation/management/__init__.py [new file with mode: 0644]
apps/modeltranslation/management/commands/__init__.py [new file with mode: 0644]
apps/modeltranslation/management/commands/update_translation_fields.py [new file with mode: 0644]
apps/modeltranslation/models.py [new file with mode: 0644]
apps/modeltranslation/tests.py [new file with mode: 0644]
apps/modeltranslation/testurls.py [new file with mode: 0644]
apps/modeltranslation/translator.py [new file with mode: 0644]
apps/modeltranslation/utils.py [new file with mode: 0644]
apps/newtagging/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
apps/sponsors/locale/de/LC_MESSAGES/django.po [new file with mode: 0644]
apps/sponsors/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
wolnelektury/locale/de/LC_MESSAGES/django.mo
wolnelektury/locale/de/LC_MESSAGES/django.po
wolnelektury/locale/en/LC_MESSAGES/django.mo
wolnelektury/locale/en/LC_MESSAGES/django.po
wolnelektury/locale/es/LC_MESSAGES/django.mo
wolnelektury/locale/es/LC_MESSAGES/django.po
wolnelektury/locale/fr/LC_MESSAGES/django.mo
wolnelektury/locale/fr/LC_MESSAGES/django.po
wolnelektury/locale/lt/LC_MESSAGES/django.mo
wolnelektury/locale/lt/LC_MESSAGES/django.po
wolnelektury/locale/pl/LC_MESSAGES/django.mo
wolnelektury/locale/pl/LC_MESSAGES/django.po
wolnelektury/locale/ru/LC_MESSAGES/django.mo
wolnelektury/locale/ru/LC_MESSAGES/django.po
wolnelektury/locale/uk/LC_MESSAGES/django.mo [new file with mode: 0644]
wolnelektury/locale/uk/LC_MESSAGES/django.po [new file with mode: 0644]
wolnelektury/settings.py
wolnelektury/static/js/catalogue.js
wolnelektury/templates/catalogue/book_fragments.html
wolnelektury/templates/catalogue/search_multiple_hits.html
wolnelektury/templates/catalogue/search_too_short.html
wolnelektury/templates/catalogue/tagged_object_list.html
wolnelektury/templates/info/about_us.html [deleted file]
wolnelektury/templates/info/base.html [new file with mode: 0644]
wolnelektury/templates/info/help_us.html [deleted file]
wolnelektury/templates/info/join_us.html
wolnelektury/templates/info/voluntary_services.html [deleted file]
wolnelektury/translation.py [new file with mode: 0644]
wolnelektury/urls.py