Development

Changeset 13398

You must first sign up to be able to contribute.

Changeset 13398

Show
Ignore:
Timestamp:
11/27/08 11:50:42 (7 months ago)
Author:
fabien
Message:

[1.1, 1.2] added DOCTYPE to generated XLIFF files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/i18n/sfMessageSource_XLIFF.class.php

    r13396 r13398  
    425425    return <<<EOD 
    426426<?xml version="1.0" ?> 
     427<!DOCTYPE xliff PUBLIC "-//XLIFF//DTD XLIFF//EN" "http://www.oasis-open.org/committees/xliff/documents/xliff.dtd" > 
    427428<xliff version="1.0"> 
    428429  <file source-language="EN" target-language="{$this->culture}" datatype="plaintext" original="$catalogue" date="$date" product-name="$catalogue"> 
  • branches/1.2/lib/i18n/sfMessageSource_XLIFF.class.php

    r13396 r13398  
    431431    return <<<EOD 
    432432<?xml version="1.0" encoding="UTF-8"?> 
     433<!DOCTYPE xliff PUBLIC "-//XLIFF//DTD XLIFF//EN" "http://www.oasis-open.org/committees/xliff/documents/xliff.dtd" > 
    433434<xliff version="1.0"> 
    434435  <file source-language="EN" target-language="{$this->culture}" datatype="plaintext" original="$catalogue" date="$date" product-name="$catalogue"> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.