Ticket #70 (new enhancement)

Opened 3 years ago

Last modified 1 year ago

i18n

Reported by: Matt Goodall <matt@pollenation.net> Assigned to: michalpasternak
Priority: normal Milestone:
Component: form-core Version:
Severity: normal Keywords:
Cc:

Description

Forms should not contain any strings that are not marked for translation.

Mathieu Gaspard sent me a .zip of the entire forms package with changes to support i18n but I've not looked through it yet.

Attachments

forms.zip (164.2 kB) - added by Matt Goodall <matt@pollenation.net> on 01/26/06 11:39:47.
forms-i18n.patch (17.5 kB) - added by Matt Goodall <matt@pollenation.net> on 01/26/06 12:54:22.
Attached patch from Mathieu. (Thanks!)
forms-i18n.2.patch (17.5 kB) - added by Mathieu Gaspard on 01/31/06 09:11:38.
should comply with the current trunk
forms-nevow-i18n.diff (19.2 kB) - added by Mathieu on 02/03/06 07:54:15.
forms i18n patch but with nevow's i18n instead of gettext's

Change History

01/26/06 11:39:18 changed by Matt Goodall <matt@pollenation.net>

See ticket #69.

01/26/06 11:39:47 changed by Matt Goodall <matt@pollenation.net>

  • attachment forms.zip added.

01/26/06 12:54:22 changed by Matt Goodall <matt@pollenation.net>

  • attachment forms-i18n.patch added.

Attached patch from Mathieu. (Thanks!)

01/31/06 09:11:38 changed by Mathieu Gaspard

  • attachment forms-i18n.2.patch added.

should comply with the current trunk

01/31/06 09:14:52 changed by Mathieu Gaspard

TODO:

cd to forms/messages/fr

create the LC_MESSAGES directory

run message_format.sh to compile the language file

it should do the trick

02/03/06 07:54:15 changed by Mathieu

  • attachment forms-nevow-i18n.diff added.

forms i18n patch but with nevow's i18n instead of gettext's

10/13/07 16:38:22 changed by michalpasternak

  • owner changed from somebody to michalpasternak.

10/13/07 16:38:55 changed by michalpasternak

I'll handle this.