Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
- Update NEWS
- Update extra/generate-display-names/display-names
- Add table and test to Makefiles
  • Loading branch information
bertfrees committed Dec 2, 2022
1 parent 4ebc0d8 commit e2d7da0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ issues]].
** New features
** Bug fixes
** Braille table improvements
- New grade 1, 1.2, 1.3, 1.4, 1.5 and 2 tables for Swahili (Kenya)
thanks to Jake Kyle, Dipendra Manocha and Martin Kieti.
- New grade 1, 1.2, 1.3, 1.4, 1.5 and 2 tables for Swahili (Kenya) and
grade 1 table for Chichewa (Malawi) thanks to Jake Kyle, Dipendra
Manocha and Martin Kieti.
- Improvements to Hungarian thanks to Attila Hammer.
- Update braille patterns of some Chinese characters and phrases in
the Chinese bopomofo braille table thanks to Bo-Cheng Jhan.
Expand All @@ -27,6 +28,7 @@ issues]].
- sw-ke-g1-5.ctb
- sw-ke-g1.utb
- sw-ke-g2.ctb
- ny-mw.utb

*** Renamed
None
Expand Down
1 change: 1 addition & 0 deletions extra/generate-display-names/display-names
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
* ../../tables/nl-comp8.utb Dutch, computer Dutch computer braille
../../tables/nso-za-g1.utb Sepedi, uncontracted Sepedi uncontracted braille
../../tables/nso-za-g2.ctb Sepedi, contracted Sepedi contracted braille
* ../../tables/ny-mw.utb Chichewa Chichewa braille
* ../../tables/or.tbl Oriya Oriya braille
* ../../tables/pa.tbl Punjabi Punjabi braille
* ../../tables/pi.tbl Pali Pali braille
Expand Down
3 changes: 3 additions & 0 deletions extra/generate-display-names/displayLanguage.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ func DisplayLanguage(lang_c *C.char) *C.char {
case "no":
ret = "Norwegian";
break;
case "ny":
ret = "Chichewa"; // a.k.a. Chinyanja, Nyanja or Chewa
break;
case "or":
ret = "Oriya";
break;
Expand Down
1 change: 1 addition & 0 deletions tables/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ table_files = \
np-in-g1.utb \
nso-za-g1.utb \
nso-za-g2.ctb \
ny-mw.utb \
or-in-g1.utb \
oriya.cti \
or.tbl \
Expand Down
1 change: 1 addition & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ dist_braille_specs_TESTS = \
braille-specs/no_g2_harness.yaml \
braille-specs/no_harness.yaml \
braille-specs/no_typeform_harness.yaml \
braille-specs/ny-mw.yaml \
braille-specs/pa.yaml \
braille-specs/pl-g1.yaml \
braille-specs/pl-pl-comp8_harness.yaml \
Expand Down
1 change: 1 addition & 0 deletions tests/braille-specs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ EXTRA_DIST = \
no_g2_harness.yaml \
no_harness.yaml \
no_typeform_harness.yaml \
ny-mw.yaml \
pa.yaml \
pl-g1.yaml \
pl-pl-comp8_harness.yaml \
Expand Down

0 comments on commit e2d7da0

Please sign in to comment.