Django

Code

Ticket #2524 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] generic create_update lacks use of i18n

Reported by: mir@noris.de Assigned to: hugo
Milestone: Component: Internationalization
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

These user messages miss the gettext()-markup:

- The %s was created successfully - The %s was updated successfully. - The %s was deleted.

The attached patch changes this, but does not bring translations.

NB: I used %(...)s because translations might not use the model name at all. For example, in German the right article depends on the model name in a way that would require a full dictionary to get it right automatically.

Attachments

views_i18n.diff (2.8 kB) - added by mir@noris.de on 08/11/06 12:29:02.
patch

Change History

08/11/06 12:29:02 changed by mir@noris.de

  • attachment views_i18n.diff added.

patch

08/11/06 14:17:46 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [3559]) Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@noris.de


Add/Change #2524 ([patch] generic create_update lacks use of i18n)




Change Properties
Action