[orca] Mark u+25fe for translation so the fallback code doesn't kick in



commit 5b7844503e93441ecadbd7285f5831a94f80a113
Author: Attila Hammer <hammera pickup hu>
Date:   Fri Apr 17 14:13:05 2015 +0200

    Mark u+25fe for translation so the fallback code doesn't kick in
    
    This symbol is being used for bullets on web pages. Thus the fallback
    code for unknown math symbols is doing more harm than good.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746379

 src/orca/mathsymbols.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/mathsymbols.py b/src/orca/mathsymbols.py
index 0a2e08b..b4e95a9 100644
--- a/src/orca/mathsymbols.py
+++ b/src/orca/mathsymbols.py
@@ -2046,6 +2046,9 @@ _shapes['\u25cf'] = _("black circle")
 # Translators: this is the spoken representation for the character '◦' (U+25e6)
 _shapes['\u25e6'] = _("white bullet")
 
+# Translators: this is the spoken representation for the character '◾' (U+25fe)
+_shapes['\u25fe'] = _("black medium small square")
+
 _all.update(_alnum)
 _all.update(_arrows)
 _all.update(_operators)


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