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