Update liblouis to 3.35.0#18848
Conversation
There was a problem hiding this comment.
Pull Request Overview
Updates the liblouis Braille translator dependency from version 3.34.0 to 3.35.0, bringing improvements to various Braille translations including Portuguese 8-dot, Greek International, Biblical Hebrew, Norwegian 8-dot, and Unified English Braille.
- Updated liblouis submodule to version 3.35.0
- Updated documentation to reflect the new version
- Added changelog entry describing the improvements
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| user_docs/en/changes.md | Added changelog entry documenting the liblouis update and its improvements |
| projectDocs/dev/createDevEnvironment.md | Updated version reference from 3.34.0 to 3.35.0 |
| include/liblouis | Updated submodule commit to point to liblouis 3.35.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@LeonarddeR It looks like there are new tables. Do we need to register them in |
|
Ah, it was not mentioned in the news file, I'll add it later today. |
|
@nishimotz May I ask you to reflect on the added Japanese table? Is the current naming clear/distinct enough? |
|
@seanbudd I think this is ready to go. For the new Japanese table, we're following naming as provided by liblouis. |
Fixup for #18848 Summary of the issue: The v3.35.0 tag on liblouis git repository is some commits behind the actual 3.35 release. The tagged version we used before didn't have its version number changed, so NVDA reports it as 3.34.0 Description of user facing changes: NOne Description of developer facing changes: None
Link to issue number:
None
Summary of the issue:
A new version of liblouis has been released.
Description of user facing changes:
Table updates, see liblouis changelog.
Description of developer facing changes:
None
Description of development approach:
Updated submodule
Testing strategy:
Unit tests
test from source
Known issues with pull request:
None
Code Review Checklist: