Django

Code

root/django/branches/i18n


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) @1065 [1065] 11/03/05 10:50:41 hugo i18n: readded constant string translations, needed for template tags with …
(edit) @1064 [1064] 11/03/05 10:07:43 hugo i18n: updated unittests and fixed bugs in the tags, removed the old tags …
(edit) @1063 [1063] 11/03/05 06:01:16 hugo i18n: updated translation documentation for new syntax
(edit) @1062 [1062] 11/03/05 05:26:42 hugo i18n: rebuilt the .po and .mo files based on the new source
(edit) @1061 [1061] 11/03/05 05:25:18 hugo i18n: implemented the proposed syntax change to {% trans %} and {% …
(edit) @1060 [1060] 11/03/05 01:54:45 hugo i18n: updated sr translation. thx Petar.
(edit) @1059 [1059] 11/03/05 01:53:22 hugo i18n: fixed the LANGUAGES variable to contain language codes (instead of …
(edit) @1058 [1058] 11/03/05 00:54:10 adrian Small update to [1057]
(edit) @1057 [1057] 11/03/05 00:52:53 adrian Preliminary clean-up of docs/translation.txt in i18n branch
(edit) @1055 [1055] 11/02/05 17:41:08 hugo i18n: updated fr translation. thx Laurent.
(edit) @1049 [1049] 11/02/05 11:48:49 hugo i18n: updated documentation and unittests for the new …
(edit) @1048 [1048] 11/02/05 11:46:07 hugo i18n: added get_available_languages tag and added a default view for …
(edit) @1045 [1045] 11/02/05 08:45:32 hugo i18n: added updated sr translation. thx nesh.
(edit) @1043 [1043] 11/01/05 12:50:32 hugo i18n: removed debugging leftovers (thx. rjwittams)
(edit) @1032 [1032] 10/31/05 15:37:21 hugo i18n: updated cs translation
(edit) @1027 [1027] 10/30/05 18:13:29 hugo i18n: merged to [1025] from trunk
(edit) @1026 [1026] 10/30/05 18:02:40 hugo i18n: added simplified chinese translation
(edit) @1015 [1015] 10/27/05 18:03:13 hugo i18n: startproject still did create the settings directory with admin.py …
(edit) @1014 [1014] 10/27/05 18:01:02 hugo i18n: updated brazilian translation
(edit) @1013 [1013] 10/27/05 17:34:06 hugo fix for startproject requiring settings
(edit) @1003 [1003] 10/23/05 17:13:41 hugo i18n: updated italian translation
(edit) @1002 [1002] 10/23/05 17:03:26 hugo i18n: now really added the new language czech
(edit) @1001 [1001] 10/23/05 17:02:55 hugo i18n: added new language czech
(edit) @1000 [1000] 10/23/05 16:48:37 hugo i18n: fixed a typo in the language names
(edit) @999 [999] 10/23/05 16:33:48 hugo i18n: added updated italian translations
(edit) @997 [997] 10/23/05 10:32:29 hugo i18n: updated french translation
(edit) @996 [996] 10/23/05 06:54:50 hugo i18n: added sample dateformat i18n to the object_changelist template
(edit) @995 [995] 10/23/05 06:46:11 hugo i18n: updated all language files to new message IDs
(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) @965 [965] 10/19/05 18:59:05 hugo i18n: fixed a bug that crept in with latest translation for new admin
(edit) @964 [964] 10/19/05 18:55:37 hugo i18n: reworked part of the translation loader to be cleaner, simpler and …
(edit) @963 [963] 10/19/05 13:22:12 hugo i18n: updated .po files for new message locations
(edit) @962 [962] 10/19/05 13:18:03 hugo i18n: re-added lost translation hooks (dropped in the last big merge)
(edit) @961 [961] 10/19/05 13:07:50 hugo i18n: updated french translation
(edit) @960 [960] 10/19/05 11:32:57 hugo i18n: merged to trunk [959]
(edit) @956 [956] 10/19/05 10:47:26 hugo i18n: merged up to [954] from trunk. contains the big load of admin …
(edit) @955 [955] 10/19/05 09:53:07 hugo i18n: added a note on DjangoContext? vs. Context with regard to LANGUAGES …
(edit) @944 [944] 10/18/05 13:53:52 hugo i18n: shortened a too-long german translation
(edit) @943 [943] 10/18/05 12:50:08 hugo i18n: django-admin.py forces english translation because of it's generated …
(edit) @942 [942] 10/18/05 12:29:55 hugo added french django translation
(edit) @934 [934] 10/18/05 08:06:42 hugo i18n: added an empty translation file for language "en" as a startingpoint …
(edit) @932 [932] 10/18/05 05:50:15 hugo i18n: merged to [931] from trunk
(edit) @919 [919] 10/17/05 18:09:33 hugo i18n: added gl translation. thx fonso.
(edit) @918 [918] 10/17/05 17:33:08 hugo i18n: fixed a problem with the object history and lazy translations of …
(edit) @916 [916] 10/17/05 14:45:56 hugo i18n: added hint on order for locale middleware
(edit) @915 [915] 10/17/05 14:34:12 hugo i18n: updated translation doc to reflect the django_language and …
(edit) @914 [914] 10/17/05 14:33:30 hugo i18n: once again worked over the django_language parameter (cookie, get, …
(edit) @912 [912] 10/17/05 13:55:46 hugo i18n: added a lot more translations to the admin stuff, especially model …
(edit) @910 [910] 10/17/05 10:44:09 hugo i18n: merged to [905] from trunk
(edit) @909 [909] 10/17/05 10:41:05 hugo i18n: fixed a bug with the i18n template tag that crept in with the last …
(edit) @908 [908] 10/17/05 09:39:00 hugo i18n: added a load of translation hooks to validator error messages and …
(edit) @907 [907] 10/17/05 09:37:26 hugo i18n: added -a switch to make-messags.py to run xgettext on all …
(edit) @904 [904] 10/17/05 08:54:52 hugo i18n: fixed handling of gettext_lazy - now it doesn't memoize function …
(edit) @901 [901] 10/17/05 08:16:13 hugo i18n: added translation hooks to all validators
(edit) @899 [899] 10/17/05 07:40:26 hugo i18n: modified settings.txt to reflect LANGUAGE_CODE behaviour
(edit) @898 [898] 10/17/05 06:33:01 hugo i18n: merged to [897] from trunk
(edit) @897 [897] 10/17/05 02:22:22 hugo i18n: fixed settings and default settings files for i18n changes
(edit) @886 [886] 10/16/05 11:17:48 hugo i18n: merged to [885] in trunk
(edit) @885 [885] 10/16/05 11:15:58 hugo i18n: updated translation documentation for gettext_lazy
(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) @874 [874] 10/14/05 18:32:35 hugo i18n: merged to [873] from trunk
(edit) @869 [869] 10/14/05 16:33:45 hugo i18n: merged up to r868
(edit) @853 [853] 10/13/05 11:21:40 hugo i18n: merged to r852
(edit) @852 [852] 10/13/05 09:49:48 hugo i18n: fixed bug in the templateize function to turn templates into …
(edit) @851 [851] 10/12/05 10:33:22 hugo i18n: fixed language code reporting - now the actually used language code …
(edit) @850 [850] 10/12/05 09:55:03 hugo i18n: LANGUAGE_CODE in DjangoContext? is now language-SUBLANGUAGE instead …
(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) @843 [843] 10/11/05 15:04:05 hugo added new brazilian language settings
(edit) @841 [841] 10/11/05 13:26:32 hugo i18n: corrected sublanguage handling (de-de now mapps to de, if de-de …
(edit) @840 [840] 10/11/05 09:22:28 hugo i18n: added documentation on LOCALE_PATHS
(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) @836 [836] 10/11/05 08:23:01 hugo i18n: added two additional unit tests for i18n (filter related)
(edit) @835 [835] 10/11/05 07:24:16 hugo i18n: added the translation step to the filter parser (the arg is now …
(edit) @834 [834] 10/11/05 07:20:37 hugo i18n: enhanced the filter-argument-parser to parse _("") strings, too
(edit) @833 [833] 10/11/05 07:12:13 hugo i18n: clarified some points about app-specific translations
(edit) @832 [832] 10/11/05 04:59:14 hugo i18n: added gettext_noop support to the xgettext call in make-messages.py
(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) @816 [816] 10/09/05 05:57:05 hugo i18n: I18NMiddleware now patches the Vary response header
(edit) @815 [815] 10/09/05 05:47:06 hugo i18n: merged r787:r814 from trunk
(edit) @801 [801] 10/07/05 19:01:25 hugo i18n: again cleaned up make-messages.py - now the line numbers for …
(edit) @799 [799] 10/07/05 18:20:24 hugo i18n: make-messages.py now correctly handles creation of new languages
(edit) @798 [798] 10/07/05 18:18:29 hugo i18n: made the make-messages.py script work much better by using msgmerge …
(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) @779 [779] 10/05/05 08:38:56 hugo i18n: added russian translation and added patch for sr translation. thx …
(edit) @778 [778] 10/05/05 07:14:02 hugo i18n: added sr-translation patch from #65
(edit) @777 [777] 10/05/05 05:34:54 hugo i18n: make-messages now supports directory names with blanks in them
(edit) @776 [776] 10/04/05 15:10:36 hugo i18n: added first take at spanish translation (thanks heimy!)
(edit) @775 [775] 10/04/05 14:34:43 hugo i18n: merged r722:774 from trunk
Note: See TracRevisionLog for help on using the revision log.