OSDN Git Service

Update liblouis braille translator to 2.5.2.
authorJames Teh <jamie@jantrid.net>
Wed, 30 Jan 2013 06:53:22 +0000 (16:53 +1000)
committerJames Teh <jamie@jantrid.net>
Wed, 30 Jan 2013 06:53:22 +0000 (16:53 +1000)
Add Korean grade 1 table.

readme.txt
source/braille.py
user_docs/en/changes.t2t

index 42d0d71..14ee73e 100644 (file)
@@ -22,7 +22,7 @@ General dependencies:
        * ConfigObj, version 4.6.0 or later:\r
                * Web site: http://www.voidspace.org.uk/python/configobj.html\r
                * Copy configobj.py and validate.py into the global Python site-packages directory.\r
-       * liblouis, version 2.5.1 or later:\r
+       * liblouis, version 2.5.2 or later:\r
                * Official web site: http://www.liblouis.org/\r
                * Download page: http://code.google.com/p/liblouis/downloads/list\r
                * Download the liblouis source archive.\r
index 811b94e..e9b1560 100644 (file)
@@ -138,6 +138,9 @@ TABLES = (
        ("it-it-comp8.utb", _("Italian 8 dot computer braille"), True),\r
        # Translators: The name of a braille table displayed in the\r
        # braille settings dialog.\r
+       ("ko.ctb", _("Korean grade 1"), False),\r
+       # Translators: The name of a braille table displayed in the\r
+       # braille settings dialog.\r
        ("Lv-Lv-g1.utb", _("Latvian grade 1"), False),\r
        # Translators: The name of a braille table displayed in the\r
        # braille settings dialog.\r
index 5645d8c..3c27583 100644 (file)
@@ -12,7 +12,7 @@
 - Notifications in Internet Explorer 9 and above are now spoken (such as content blocking or file downloads). (#2343)\r
 - Automatic reporting of table row and column headers is now supported for browse mode documents in Internet Explorer and other MSHTML controls. (#778)\r
 - New language: Aragonese\r
-- New braille translation table: Danish grade 2.\r
+- New braille translation tables: Danish grade 2, Korean grade 1. (#2737)\r
 - Support for braille displays connected via bluetooth on a computer running the Bluetooth Stack for Windows by Toshiba. (#2419)\r
 - Support for port selection when using freedom Scientific displays (Automatic, USB or Bluetooth).\r
 - Support for the BrailleNote family of notetakers from Humanware when acting as a braille terminal for a screen reader. (#2012)\r
 - New keyboard settings that allow  the choice for whether NVDA should interrupt speech for typed characters and or the Enter key. (#698)\r
 \r
 \r
+== Changes ==\r
+- Updated liblouis braille translator to 2.5.2. (#2737)\r
+\r
+\r
 == Bug Fixes ==\r
 - The quick navigation keys for jumping to the next or previous separator in Browse Mode now work in Internet Explorer and other MSHTML controls. (#2781)\r
 - If NVDA falls back to eSpeak or  no speech due to a configured speech synthesizer failing when NVDA starts, the configuration is no longer updated to set the fallback synthesizer as the configured choice, meaning that now the original synthesizer will be tried again next time NVDA starts. (#2589)\r