[orca] Fix for bgo#575614 - Please add speakable characters: → and ←



commit 102e9401a2030bbfba992cbf0fcd0368216ed468
Author: Willie Walker <william walker sun com>
Date:   Sun May 10 19:06:09 2009 -0400

    Fix for bgo#575614 - Please add speakable characters: â?? and â??
---
 src/orca/chnames.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/orca/chnames.py b/src/orca/chnames.py
index bdcb57f..f2f0783 100644
--- a/src/orca/chnames.py
+++ b/src/orca/chnames.py
@@ -632,6 +632,14 @@ chnames[u'\u20ac'] = _("euro")
 #
 chnames[u'\u2122'] = _("trademark")
 
+# Translators: this is the spoken word for the character 'â??' (U+2190)
+#
+chnames[u'\u2190'] = _("left arrow")
+
+# Translators: this is the spoken word for the character 'â??' (U+2192)
+#
+chnames[u'\u2192'] = _("right arrow")
+
 # Translators: this is the spoken word for the character 'â??' (U+2248)
 #
 chnames[u'\u2248'] = _("almost equal to")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]