Changeset 3224
- Timestamp:
- 01/11/07 09:41:52 (2 years ago)
- Files:
-
- trunk/doc/book/content/i18n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/book/content/i18n.txt
r2820 r3224 187 187 <?php echo format_date(date()) ?> 188 188 189 4. Make a `messages.fr.xml` file in the `app/i18n` directory, according to the XLIFF format, containing one `trans-unit` node for ea h call to the `__()` function:189 4. Make a `messages.fr.xml` file in the `app/i18n` directory, according to the XLIFF format, containing one `trans-unit` node for each call to the `__()` function: 190 190 191 191 [xml]