Django

Code

root/django/branches/i18n/django/utils


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1067 [1067] 11/03/05 15:29:48 hugo i18n: merged to [1054] of trunk
(edit) @1066 [1066] 11/03/05 11:10:16 hugo i18n: fixed documentation and message scanner for constant string …
(edit) @1061 [1061] 11/03/05 05:25:18 hugo i18n: implemented the proposed syntax change to {% trans %} and {% …
(edit) @1048 [1048] 11/02/05 11:46:07 hugo i18n: added get_available_languages tag and added a default view for …
(edit) @1043 [1043] 11/01/05 12:50:32 hugo i18n: removed debugging leftovers (thx. rjwittams)
(edit) @1027 [1027] 10/30/05 18:13:29 hugo i18n: merged to [1025] from trunk
(edit) @994 [994] 10/23/05 06:45:35 hugo i18n: added missing translations of day names, month names and language …
(edit) @993 [993] 10/23/05 05:18:03 hugo i18n: merged to [992] from trunk
(edit) @979 [979] 10/20/05 09:15:30 hugo i18n: merged to [978] from trunk
(edit) @973 [973] 10/20/05 02:36:44 hugo i18n: removed special casing for en and en-* - we now have an english …
(edit) @964 [964] 10/19/05 18:55:37 hugo i18n: reworked part of the translation loader to be cleaner, simpler and …
(edit) @943 [943] 10/18/05 12:50:08 hugo i18n: django-admin.py forces english translation because of it's generated …
(edit) @918 [918] 10/17/05 17:33:08 hugo i18n: fixed a problem with the object history and lazy translations of …
(edit) @914 [914] 10/17/05 14:33:30 hugo i18n: once again worked over the django_language parameter (cookie, get, …
(edit) @904 [904] 10/17/05 08:54:52 hugo i18n: fixed handling of gettext_lazy - now it doesn't memoize function …
(edit) @886 [886] 10/16/05 11:17:48 hugo i18n: merged to [885] in trunk
(edit) @884 [884] 10/16/05 11:10:48 hugo i18n: added gettext_lazy - lazy translation for stuff like model help text
(edit) @875 [875] 10/14/05 18:47:35 hugo i18n: fixed a bug with Python 2.3 support (double encoding of stuff)
(edit) @851 [851] 10/12/05 10:33:22 hugo i18n: fixed language code reporting - now the actually used language code …
(edit) @848 [848] 10/12/05 06:48:27 hugo changed layout of language stuff to be oriented after locale names, not …
(edit) @844 [844] 10/11/05 15:24:45 hugo i18n: merged r815:r843 from trunk
(edit) @841 [841] 10/11/05 13:26:32 hugo i18n: corrected sublanguage handling (de-de now mapps to de, if de-de …
(edit) @839 [839] 10/11/05 09:19:28 hugo i18n: added a way to merge in some more locale paths via settings
(edit) @838 [838] 10/11/05 08:44:51 hugo i18n: fixed projectpath discovery. Now the DJANGO_SETTINGS_MODULE …
(edit) @837 [837] 10/11/05 08:38:24 hugo i18n: fixed translation resolving - now project translations are pulled in …
(edit) @831 [831] 10/11/05 04:23:53 hugo i18n: fixed an import error (I really shouldn't make last-minute-changes)
(edit) @830 [830] 10/11/05 04:21:13 hugo i18n: fixed syntax error
(edit) @829 [829] 10/11/05 04:20:31 hugo i18n: made DjangoTranslations? compatible with Python 2.3
(edit) @815 [815] 10/09/05 05:47:06 hugo i18n: merged r787:r814 from trunk
(edit) @788 [788] 10/06/05 05:07:45 hugo i18n: added support for the new DEFAULT_CHARSET setting in translators
(edit) @787 [787] 10/06/05 05:04:07 hugo i18n: merged r776:r786 from trunk
(edit) @769 [769] 10/03/05 07:20:18 hugo take django_language either from GET or POST (GET has preference if …
(edit) @768 [768] 10/03/05 05:15:11 hugo i18n: added GET-support to language selection, added serbian translation …
(edit) @762 [762] 10/01/05 11:45:16 hugo i18n: fixed a rather stupid bug in language discovery (sort descending by …
(edit) @759 [759] 10/01/05 10:45:07 hugo i18n: language en is now successfully recognized on accept-header parsing
(edit) @758 [758] 10/01/05 08:28:59 hugo i18n: switched ngettext to make use of the standard ngettext instead …
(edit) @755 [755] 10/01/05 07:47:22 hugo i18n now has support for ngettext and has unittests
(edit) @738 [738] 09/30/05 03:49:11 hugo added a gettext_noop function to django.utils.translation
(edit) @726 [726] 09/29/05 12:01:05 hugo i18n patch - references #65
(copy) @722 [722] 09/29/05 10:27:57 jacob Created i18n branch.
copied from django/trunk/django/utils:
(edit) @711 [711] 09/27/05 11:33:25 adrian Fixed #567 -- Added HttpRequest.has_key() method. Thanks, …
Note: See TracRevisionLog for help on using the revision log.