Changeset 4356
- Timestamp:
- 06/25/07 11:10:10 (1 year ago)
- Files:
-
- doc/trunk/book/10-Forms.txt (modified) (1 diff)
- doc/trunk/book/13-I18n-and-L10n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/trunk/book/10-Forms.txt
r4187 r4356 856 856 required: 857 857 msg: Please upload an image file 858 file:True858 file: True 859 859 sfFileValidator: 860 860 mime_types: doc/trunk/book/13-I18n-and-L10n.txt
r4337 r4356 310 310 >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. 311 311 312 Listing 13-14 shows an example of the XLIFF syntax with the messages.fr.xmlfile necessary to translate Listing 13-13 into French.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. 313 313 314 314 Listing 13-14 - An XLIFF Dictionary, in `myapp/i18n/messages.fr.xml`