[orca] Add the "triple prime" character to the list of character names



commit 402bfc88eea555a12e058be9b065021cf05c313f
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Jul 3 16:40:41 2015 -0400

    Add the "triple prime" character to the list of character names

 src/orca/chnames.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/chnames.py b/src/orca/chnames.py
index 230112e..0163537 100644
--- a/src/orca/chnames.py
+++ b/src/orca/chnames.py
@@ -627,6 +627,10 @@ chnames['\u2032'] = _("prime")
 #
 chnames['\u2033'] = _("double prime")
 
+# Translators: this is the spoken word for the character '‴' (U+2034)
+#
+chnames['\u2034'] = _("triple prime")
+
 # Translators: this is the spoken word for the character '⁃' (U+2043)
 #
 chnames['\u2043'] = _("hyphen bullet")


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