Added by Thomas Weidner, last edited by Thomas Weidner on Aug 17, 2007  (view change)

Labels

 
(None)

Zend Framework: Zend_Translate_Tbx Component Proposal

Proposed Component Name Zend_Translate_Tbx
Developer Notes http://framework.zend.com/wiki/display/ZFDEV/Zend_Translate_Tbx
Proposers
Revision 1.0 - 08 October 2006: New source integration for Zend_Translate. (wiki revision: 6)

Table of Contents

1. Overview

Zend_Translate_Tbx is an additional source integration for the core component Zend_Translate.

2. References

3. Component Requirements, Constraints, and Acceptance Criteria

  • Zend_Translate_Tbx is an additional source format for Zend_Translate
  • It will integrate the TBX standard (Termbase Exchange Link) into the Zend_Framework
  • This component can not create new TBX files, it only can parse them for framework integration

4. Dependencies on Other Framework Components

  • Zend_Translate_Abstract
  • Zend_Exception

5. Theory of Operation

This component integrates TBX source files into the Zend_Framework.
It derives from Zend_Translate_Abstract and can be used by Zend_Translate to serve source files for translation.

6. Milestones / Tasks

  • Milestone 1: [DONE] proposal written
  • Milestone 2: [DONE] Zend_Translate - Thomas Weidner
  • Milestone 3: Code class based on Zend_Translate_Abstract
  • Milestone 4: Unit tests and debugging
  • Milestone 5: Documentation done

7. Class Index

  • Zend_Translate_Tbx

8. Use Cases

Use of translation - HTTP_ACCEPT_LANGUAGE: de_AT

9. Class Skeletons

Real implementation depends on the completed definition for Zend_Translate_Abstract which is actual in progress.

Zend Comment

This proposal is approved for incubator development.