-
-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update liblouis to 3.24.0 #14436
Update liblouis to 3.24.0 #14436
Conversation
See test results for failed build of commit a936a4a0ba |
6605834
to
54ce907
Compare
Could you please remove the following lines from nvdaHelper/liblouis/sconscript?
This was fixed in liblouis/liblouis#1263 and is therefore no longer necessary. |
Questions:
|
Hi,
I am voting here as one of the translators:
It doesn’t make a difference, because users should have access both to the new and old standard. The example is Korean. As I recall, Korean has pre 2006 and after 2006 standard, and both braille tables, as wel as g1 and g2 are available.
So, why to make here exception or difference?
The Danish people, who are used to old standard, should have access to it, as well as to the new one.
By the way, why we need to specify braille tables manually every release of liblouis?
Why we cannot use metadata and get rid of this shame?
From: André-Abush Clause ***@***.***>
Sent: Monday, December 12, 2022 7:07 PM
To: nvaccess/nvda ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [nvaccess/nvda] Update liblouis to 3.24.0 (PR #14436)
Questions:
1. Since the following braille tables were previously not usable from NVDA:
"da-dk-g26l.ctb", "da-dk-g28l.ctb", "da-dk-g26l-lit.ctb"
Should we make available the following renamed braille tables?
"da-dk-g26l_1993.ctb", "da-dk-g28l_1993.ctb", "da-dk-g26l-lit_1993.ctb"
2. Instead of this:
addTable("da-dk-g28_1993.ctb", _("Danish 8 dot grade 2 (1993)"), contracted=True)
addTable("da-dk-g28.ctb", _("Danish 8 dot grade 2 (2022)"), contracted=True)
What do you think of that?:
addTable("da-dk-g28_1993.ctb", _("Danish 8 dot grade 2") + " (1993)", contracted=True)
addTable("da-dk-g28.ctb", _("Danish 8 dot grade 2") + " (2022)", contracted=True)
This would save translators time.
—
Reply to this email directly, view it on GitHub <#14436 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACVCDE5AXGMWLW3JOL22CZ3WM5STRANCNFSM6AAAAAAS23WHIY> .
You are receiving this because you are subscribed to this thread. <https://github.com/notifications/beacon/ACVCDEYUM5JJ2TTBUGG32NLWM5STRA5CNFSM6AAAAAAS23WHI2WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSQJEWDQ.gif> Message ID: ***@***.*** ***@***.***> >
|
Is there anything NVAccess needs to do or decide to unstick this PR? |
@seanbudd Sorry, I forgot the PR. I'll fix the last details and request the review. @zstanecic So you suggest the following display names, right?
Instead of:
Being uniform with Korean tables makes sense to me :) |
Hi Andre!
Yes, i suggest exactly the solution you provided,
First instead of second.
|
So, it will be good to have tables named like this:
• Danish 8 dot grade 1
• Danish 8 dot grade 1 (1993)
• Danish 8 dot grade 2
• Danish 8 dot grade 2 (1993)
|
Either option seems fine to me |
See test results for failed build of commit 9afe3b2ed0 |
3211b2a
to
cca2af6
Compare
Link to issue number:
None
Summary of the issue:
Liblouis 3.24.0 has been released.
Description of user facing changes
Updates liblouis to 3.24.0 which adds new braille tables. Changelog.
Description of development approach
Update liblouis submodule and make new braille tables available from the NVDA settings.
Testing strategy:
Ran from sources and loaded new braille tables. LGTM.
Known issues with pull request:
None
Change log entries:
Section: Changes
Code Review Checklist: