All pastes #2056954 Raw Edit

NH

public diff v1 · immutable
#2056954 ·published 2011-05-11 18:41 UTC
rendered paste body
--- a/iOS/Classes/EventInfo.m   2011-05-11 14:33:26.144884169 -0400+++ b/iOS/Classes/EventInfo.m   2011-05-11 14:34:13.445594178 -0400@@ -52,8 +52,7 @@             // Format output             outputFormatter = [[NSDateFormatter alloc] init];-            [outputFormatter setLocale:[[[NSLocale alloc] initWithLocaleIdentifier:[[NSLocale preferredLanguages]-                                                                                   objectAtIndex:0]] autorelease]];+            [outputFormatter setLocale:[[[NSLocale alloc] initWithLocaleIdentifier:@"pt_BR"]]];             [outputFormatter setDateFormat:EVENTINFO_DATE_ABSOLUTE];             ret = [[outputFormatter stringFromDate:date] capitalizedString];             [outputFormatter release], outputFormatter = nil;