Development

Changeset 25111

You must first sign up to be able to contribute.

Changeset 25111

Show
Ignore:
Timestamp:
12/09/09 09:13:38 (4 years ago)
Author:
garak
Message:

[doc-it][1.4] fixed a typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.4/jobeet/it/08.markdown

    r24078 r25111  
    348348>     $t->is(Jobeet::slugify('Développeur Web'), 'developpeur-web', '::slugify() removes accents'); 
    349349> 
    350 >Il test deve fallire. Invece di sostiuire `é` con `e`, il metodo `slugify()` 
     350>Il test deve fallire. Invece di sostituire `é` con `e`, il metodo `slugify()` 
    351351>l'ha sostituita con un trattino (`-`). Questo è un bel problema, chiamato 
    352352>*~translitterazione~*. Sperando che abbiate installato "~iconv~",