From 711247f40bf28cc93e8be3e74bc5d654884c9ce4 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 16 Nov 2011 14:30:21 +0000 Subject: [Author: qsr] Handle UIButton in GTMUILocalizer To be noted: UISegmented Controls and UISearchBars were alredy working. UISwitch doesn't have any strings to be localized. R=dmaclach,thomasvl APPROVED=thomasvl --- iPhone/GTMUILocalizer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'iPhone/GTMUILocalizer.h') diff --git a/iPhone/GTMUILocalizer.h b/iPhone/GTMUILocalizer.h index d34c4d0..7493c89 100644 --- a/iPhone/GTMUILocalizer.h +++ b/iPhone/GTMUILocalizer.h @@ -31,11 +31,6 @@ // be looked up in the Localizable.strings table without the caret as the // key. // -// TODO(tvl): this correct for iOS? -// Due to technical limitations, accessibility description cannot be localized. -// See http://lists.apple.com/archives/Accessibility-dev/2009/Dec/msg00004.html -// and http://openradar.appspot.com/7496255 for more information. -// // As an example if I wanted to localize a button with the word "Print" on // it, I would put it in a view controlled by a UIViewController that was // the owner of the nib. I would set it's title to be "^Print". I would then -- cgit v1.2.3