Ticket #1243 (assigned enhancement)

Opened 3 years ago

Last modified 3 years ago

Add an "i18n" target in the Makefile of all products to fix and update translations

Reported by: madarche Assigned to: madarche (accepted)
Priority: P3 Milestone: CPS 3.5.0
Component: CPS (global) Version: TRUNK
Severity: normal Keywords:
Cc:

Description

Add an "i18n" target in the Makefile of all products to fix and update translations.

"make i18n" will be available for all products and not just CPSSkins thus providing a possible global usage of translation work.

It is easy to implement since all the required parts already exist in the CPSI18n product.

Change History

01/12/06 12:32:22 changed by madarche

  • status changed from new to assigned.

03/02/06 17:46:40 changed by madarche

Those i18n targets should also work for translation files using the Zope3 framework.

In those cases the i18n targets should compile the .po files into .mo files:

$ msgfmt -o xxx.mo xxx.po

05/16/06 18:08:01 changed by sfermigier

  • milestone changed from CPS 3.4.1 to CPS 3.4.2.

05/19/06 16:56:16 changed by sfermigier

  • milestone changed from CPS 3.4.2 to CPS 3.4.3.