Development

#4145 (Typos in 1_1 Chapter 13)

You must first sign up to be able to contribute.

Ticket #4145 (closed documentation: fixed)

Opened 4 months ago

Last modified 4 months ago

Typos in 1_1 Chapter 13

Reported by: caponica Assigned to: fabien
Priority: minor Milestone: 1.0.18
Component: other Version: 1.1.0
Keywords: Cc:
Qualification: Unreviewed

Description

Not sure if there's anything you can do with this, but the apostrophes in the code examples are throwing out the formatting of Listing 13-12 and Listing 13-15. The specific parts are where it says:
Today's date is
and
La date d'aujourd'hui est

---

In the section Handling Other Elements Requiring Translation it looks like there is something wrong with the text here. On the page it displays:
[php] getCulture().'/myText.gif') ?>

Should this be something like:
<?php echo image_tag(getCulture().'/myText.gif') ?>

(I'm not sure if you can directly call getCulture like this from the View, but I'm sure you know :) )

---

In listings 13-17 and 13-18 there are spaces missing where it says:
There are%1%

This should be:
There are %1%

---

In listings 13-18 it says:
Ily a %1%

My French is basic, but I think that there's a space missing?
Il y a %1%

Yours,

Christian

Change History

08/07/08 08:58:06 changed by fabien

  • milestone set to 1.1.2.

The first two problems are a Markdown to HTML conversion.

08/07/08 08:58:20 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [10731]) [doc] [1.0, 1.1, 1.2] fixed typos (closes #4145)

08/07/08 08:58:24 changed by fabien

(In [10732]) [doc] [1.0, 1.1, 1.2] fixed typos (closes #4145)

08/07/08 09:00:53 changed by fabien

(In [10733]) [doc] [1.0, 1.1, 1.2] fixed typos (closes #4145)

08/07/08 09:01:21 changed by fabien

  • milestone changed from 1.1.2 to 1.0.18.