Skip to content

Commit

Permalink
Edited README.md via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Yari @yariok committed Sep 7, 2011
1 parent b718d07 commit 2eec184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -25,7 +25,7 @@ To manage response from Wordreference.com you need to implement the WRAPIDelegat

##Implement the `WRAPIDelegate` protocol##

** Translation complete **
###Translation complete###

`-(void) translateDidFinish:(NSDictionary*) result;`

Expand Down Expand Up @@ -104,7 +104,7 @@ This function is called when translation is completely successful terminated, `r



**Translation not found**
###Translation not found###

`-(void)translationNotFound`

Expand All @@ -120,15 +120,15 @@ You can use this function to warn your user:
[alert beginSheetModalForWindow:[self window] modalDelegate:self didEndSelector:nil contextInfo:nil];
}

**Call a not supported dictionary**
###Call a not supported dictionary###

`-(void) notAllowedDictionaryRequest`

Not every dictionaries are supported (at the moment) by Wordreference.com for example you can't ask for Spanish to Jappanese translation.
This function is called after requesting a not supported dictionary.


**Redirect request**
###Redirect request###

`-(void)translateRedirectTo:(NSString *)url`

Expand Down

0 comments on commit 2eec184

Please sign in to comment.