Development

Changeset 4356

You must first sign up to be able to contribute.

Changeset 4356

Show
Ignore:
Timestamp:
06/25/07 11:10:10 (1 year ago)
Author:
fabien
Message:

doc: fixed a typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/trunk/book/10-Forms.txt

    r4187 r4356  
    856856        required: 
    857857          msg:      Please upload an image file 
    858         file:       True 
     858          file:     True 
    859859        sfFileValidator: 
    860860          mime_types: 
  • doc/trunk/book/13-I18n-and-L10n.txt

    r4337 r4356  
    310310>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. 
    311311 
    312 Listing 13-14 shows an example of the XLIFF syntax with the messages.fr.xml file necessary to translate Listing 13-13 into French. 
     312Listing 13-14 shows an example of the XLIFF syntax with the `messages.fr.xml` file necessary to translate Listing 13-13 into French. 
    313313 
    314314Listing 13-14 - An XLIFF Dictionary, in `myapp/i18n/messages.fr.xml`