Update Liblouis to 3.29.0#16259
Merged
Merged
Conversation
Member
|
@codeofdusk - do you mind adding the steps you follow to update liblouis here: https://github.com/nvaccess/nvda/blob/master/include/readme.md#liblouis i.e. where you look out for new tables, basic steps to follow |
ivnc
added a commit
to ivnc/nvda
that referenced
this pull request
Apr 2, 2024
…endency already updated by nvaccess#16259)
5 tasks
michaelDCurran
pushed a commit
that referenced
this pull request
Apr 8, 2024
) The Liblouis braille transcriber was updated in #16259, but the newly added grc-international-es.utb table, as noted in the release notes at https://github.com/liblouis/liblouis/releases/tag/v3.29.0 (New features section), was not added to the NVDA's table list. Description of user facing changes New table in the table list called "Spanish for Greek text". Changelog entry added in #16259 has been also extended to reflect this update. Description of development approach Call addTable() as for all other tables.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
None
Summary of the issue:
Liblouis 3.29.0 has been released.
Description of how this pull request fixes the issue:
Update Liblouis to 3.29.0, adding/updating Braille table definitions.
Testing strategy:
Verified that new tables appear in UI.
Known issues with pull request:
None known
Code Review Checklist: