aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizer.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-11-16 14:30:21 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-11-16 14:30:21 +0000
commit711247f40bf28cc93e8be3e74bc5d654884c9ce4 (patch)
treebc5bc9f7fa4f47b49bd547a031535da7c6f8074e /iPhone/GTMUILocalizer.h
parent73d9542bde42d7b172f5db221d3403ceb4bdcf51 (diff)
[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
Diffstat (limited to 'iPhone/GTMUILocalizer.h')
-rw-r--r--iPhone/GTMUILocalizer.h5
1 files changed, 0 insertions, 5 deletions
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