Development

Changeset 11085

You must first sign up to be able to contribute.

Changeset 11085

Show
Ignore:
Timestamp:
08/24/08 18:54:20 (3 months ago)
Author:
Javier.Eguiluz
Message:

[doc] [1.0] Fixed syntax issues

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/13-I18n-and-L10n.txt

    r10732 r11085  
    311311>In addition to the XLIFF standard, symfony also supports several other translation back-ends for dictionaries: gettext, MySQL, SQLite, and Creole. Refer to the API documentation for more information about configuring these back-ends. 
    312312 
    313 Listing 13-14 shows an example of the XLIFF syntax with the messages.fr.xml file necessary to translate Listing 13-13 into French. 
     313Listing 13-14 shows an example of the XLIFF syntax with the `messages.fr.xml` file necessary to translate Listing 13-13 into French. 
    314314 
    315315Listing 13-14 - An XLIFF Dictionary, in `myapp/i18n/messages.fr.xml`