Skip to content

Commit

Permalink
Merge branch 't5137' into next
Browse files Browse the repository at this point in the history
Incubates #5137, #5097.
  • Loading branch information
jcsteh committed Jun 26, 2015
2 parents b577119 + eee082b commit d0226c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/liblouis
Submodule liblouis updated 80 files
+1 −0 .dockerignore
+3 −0 .gitignore
+4 −10 .travis.yml
+49 −19 ANNOUNCEMENT
+4 −1 AUTHORS
+20 −20 ChangeLog
+23 −0 Dockerfile
+103 −7 HACKING
+7 −3 Makefile.am
+50 −0 NEWS
+10 −6 configure.ac
+0 −31 copyright-notice.cmt
+0 −30 copyright-notice.txt
+3 −3 doc/liblouis.texi
+10 −8 liblouis/Makefile.am
+51 −40 liblouis/compileTranslationTable.c
+638 −0 liblouis/findTable.c
+55 −0 liblouis/findTable.h
+19 −2 liblouis/liblouis.h.in
+1 −3 liblouis/lou_backTranslateString.c
+1 −2 liblouis/lou_translateString.c
+8 −3 liblouis/louis.h
+1 −3 liblouis/transcommon.ci
+0 −1 liblouis/wrappers.c
+35 −15 python/louis/__init__.py.in
+20 −0 python/setup.py
+9 −0 tables/Makefile.am
+1 −1 tables/bengali.cti
+2 −2 tables/compress.cti
+2 −2 tables/controlchars.cti
+0 −28 tables/copyright_notice.txt
+1 −0 tables/devanagari.cti
+1 −0 tables/en-GB-g2.ctb
+90 −21 tables/en-gb-g1.utb
+75 −13 tables/en-ueb-chardefs.uti
+8 −8 tables/en-ueb-g1.ctb
+0 −2 tables/en-ueb-g2.ctb
+5 −4 tables/fr-bfu-comp6.utb
+83 −68 tables/fr-bfu-comp8.utb
+1 −0 tables/gujarati.cti
+1 −0 tables/kannada.cti
+29 −0 tables/ko-2006-g1.ctb
+29 −0 tables/ko-2006-g2.ctb
+187 −0 tables/ko-2006.cti
+15,140 −0 tables/ko-chars.cti
+634 −0 tables/ko-g1-rules.cti
+2 −614 tables/ko-g1.ctb
+9,263 −0 tables/ko-g2-rules.cti
+4 −9,243 tables/ko-g2.ctb
+1 −15,104 tables/ko.cti
+1 −0 tables/malayalam.cti
+2 −0 tables/oriya.cti
+622 −0 tables/pl-pl-comp8.ctb
+1 −0 tables/telugu.cti
+1 −1 tables/us-table.dis
+211 −0 tables/vi-g1.ctb
+11 −7 tests/Makefile.am
+9 −0 tests/capitalized_with_sentance.c
+10 −0 tests/en_gb_g1_italics.c
+20 −0 tests/findTable.c
+9 −0 tests/getTable.c
+4 −1 tests/harness/Makefile.am
+111 −0 tests/harness/en-ueb-g1_harness.txt
+26 −0 tests/harness/fr-bfu-g2_harness.txt
+78 −0 tests/harness/ko-2006-g2_harness.txt
+52 −0 tests/harness/pl-pl-comp8_harness.txt
+41 −9 tests/harness/runHarness.py
+10 −0 tests/hyphenate_straightforward.c
+10 −0 tests/letterDefTest.c
+9 −0 tests/outpos.c
+1 −0 tests/tablesWithMetadata/Makefile.am
+2 −0 tests/tablesWithMetadata/bar
+3 −0 tests/tablesWithMetadata/foo
+1 −3 tools/lou_allround.c
+0 −1 tools/lou_checkhyphens.c
+0 −1 tools/lou_checktable.c
+0 −1 tools/lou_debug.c
+0 −1 tools/lou_translate.c
+24 −1 windows/include/config.h
+0 −1 windows/include/liblouis.h
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -27,7 +27,7 @@ The following dependencies are included in Git submodules:
* eSpeak, version 1.48.04: http://espeak.sourceforge.net/
* IAccessible2, version 1.3: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2
* ConfigObj, version 4.6.0: http://www.voidspace.org.uk/python/configobj.html
* liblouis, version 2.6.2: http://www.liblouis.org/
* liblouis, version 2.6.3: http://www.liblouis.org/
* NVDA images and sounds
* System dlls not present on many systems: mfc90.dll, msvcp90.dll, msvcr90.dll, Microsoft.VC90.CRT.manifest
* Adobe Acrobat accessibility interface, version XI: http://download.macromedia.com/pub/developer/acrobat/AcrobatAccess.zip
Expand Down
12 changes: 12 additions & 0 deletions source/braille.py
Expand Up @@ -126,6 +126,12 @@
("Fr-Ca-g2.ctb", _("French (Canada) grade 2"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
("ga-g1.utb", _("Irish grade 1"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
("ga-g2.ctb", _("Irish grade 2"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
("gu-in-g1.utb", _("Gujarati grade 1"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand Down Expand Up @@ -159,6 +165,12 @@
("ka-in-g1.utb", _("Kannada grade 1"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
("ko-2006-g1.ctb", _("Korean grade 1 (2006)"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
("ko-2006-g2.ctb", _("Korean grade 2 (2006)"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
("ko-g1.ctb", _("Korean grade 1"), False),
# Translators: The name of a braille table displayed in the
# braille settings dialog.
Expand Down

0 comments on commit d0226c8

Please sign in to comment.