Changeset 11085
- Timestamp:
- 08/24/08 18:54:20 (3 months ago)
- Files:
-
- doc/branches/1.0/book/13-I18n-and-L10n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/13-I18n-and-L10n.txt
r10732 r11085 311 311 >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. 312 312 313 Listing 13-14 shows an example of the XLIFF syntax with the messages.fr.xmlfile necessary to translate Listing 13-13 into French.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. 314 314 315 315 Listing 13-14 - An XLIFF Dictionary, in `myapp/i18n/messages.fr.xml`