-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependencies #9
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
base: main
Are you sure you want to change the base?
Changes from 8 commits
4cc9876
2475d2b
2397591
c56bc66
a7c997d
56e98a5
e6b8b32
fe738ec
fd81b46
ca1c70e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| // A part of NonVisual Desktop Access (NVDA) | ||
| // Copyright (C) 2025 NV Access Limited | ||
| // This file may be used under the terms of the GNU General Public License, version 2 or later, as modified by the NVDA license. | ||
| // For full terms and any additional permissions, see the NVDA license file: https://github.com/nvaccess/nvda/blob/master/copying.txt | ||
| // | ||
| // Markdown linting rules. | ||
| { | ||
| // Use ATX style headings. E.g. | ||
| // # This is a heading | ||
| "heading-style": { | ||
| "style": "atx" | ||
| }, | ||
| // Don't complain about using tabs in markdown | ||
| "hard_tab": false, | ||
| // Don't complain about lines being too long | ||
| "line-length": false, | ||
| // Only complain about repeated headings in the same part of the document outline | ||
| // Needed for the changelog | ||
| // We could consider enabling this on a file-by-file basis | ||
| "no-duplicate-heading": { | ||
| "siblings_only": true | ||
| }, | ||
| // Several of our markdown files include trailing punctuation in headings | ||
| "no-trailing-punctuation": false, | ||
| // Rule is incompatible with the anchor style we use in the user guide | ||
| "link-fragments": false, | ||
| // Many of our code blocks lack a language | ||
| // This should probably be fixed gradually | ||
| "fenced-code-language": false, | ||
| "ul-style": { | ||
| "style": "asterisk" | ||
| }, | ||
| "table-column-style": { | ||
| // MD060: Tables use single padding around the column delimiters. | ||
| // e.g. | Column 1 | Column 2 | | ||
| "style": "compact" | ||
| } | ||
| } |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.13.12 | ||
| 3.13 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,15 +5,31 @@ files: | |
| BMI.po: 300 | ||
| BMI.pot: 300 | ||
| BMI.xliff: 302 | ||
| BrailleExtender.po: 592 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should these changes be here?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that changes should be here. Do you have any suggestion for this, for example, creating a new PR with the updated configuration,?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @deanbudd, conflicts are fixed now.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. they still seem to be in this diff
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I updated the config file intentionally, since more add-ons may have been added. If you want, I can reset it to main.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think they should be updated in different PR |
||
| BrailleExtender.pot: 592 | ||
| IndentNav.po: 578 | ||
| IndentNav.pot: 578 | ||
| MSEdgeDiscardAnnouncements.po: 372 | ||
| MSEdgeDiscardAnnouncements.pot: 372 | ||
| MSEdgeDiscardAnnouncements.xliff: 374 | ||
| SentenceNav.po: 360 | ||
| SentenceNav.pot: 360 | ||
| SentenceNav.xliff: 362 | ||
| TeleNVDA.po: 588 | ||
| TeleNVDA.pot: 588 | ||
| TeleNVDA.xliff: 616 | ||
| VLC.po: 582 | ||
| VLC.pot: 582 | ||
| askOpenRouter.po: 458 | ||
| askOpenRouter.pot: 458 | ||
| askOpenRouter.xliff: 456 | ||
| beepKeyboard.po: 408 | ||
| beepKeyboard.pot: 408 | ||
| beepKeyboard.xliff: 410 | ||
| brailleEssentials.po: 627 | ||
| brailleEssentials.pot: 627 | ||
| calibre.po: 586 | ||
| calibre.pot: 586 | ||
| charInfo.po: 296 | ||
| charInfo.pot: 296 | ||
| charInfo.xliff: 298 | ||
|
|
@@ -26,12 +42,18 @@ files: | |
| columnsReview.po: 332 | ||
| columnsReview.pot: 332 | ||
| columnsReview.xliff: 334 | ||
| contactsManager.po: 645 | ||
| contactsManager.pot: 645 | ||
| contactsManager.xliff: 647 | ||
| controlUsageAssistant.po: 260 | ||
| controlUsageAssistant.pot: 260 | ||
| controlUsageAssistant.xliff: 262 | ||
| cursorLocator.po: 224 | ||
| cursorLocator.pot: 224 | ||
| cursorLocator.xliff: 436 | ||
| customBrowseMode.po: 629 | ||
| customBrowseMode.pot: 629 | ||
| customBrowseMode.xliff: 631 | ||
| customNotifications.po: 244 | ||
| customNotifications.pot: 244 | ||
| customNotifications.xliff: 268 | ||
|
|
@@ -41,6 +63,11 @@ files: | |
| debugHelper.po: 428 | ||
| debugHelper.pot: 428 | ||
| debugHelper.xliff: 430 | ||
| dengjen_neural_voices.po: 661 | ||
| dengjen_neural_voices.pot: 661 | ||
| dotPad.po: 663 | ||
| dotPad.pot: 663 | ||
| dotPad.xliff: 665 | ||
| dropbox.po: 416 | ||
| dropbox.pot: 416 | ||
| dropbox.xliff: 418 | ||
|
|
@@ -62,6 +89,9 @@ files: | |
| evtTracker.po: 438 | ||
| evtTracker.pot: 438 | ||
| evtTracker.xliff: 440 | ||
| favoriteLinks.po: 643 | ||
| favoriteLinks.pot: 643 | ||
| favoriteLinks.xliff: 637 | ||
| goldenCursor.po: 368 | ||
| goldenCursor.pot: 368 | ||
| goldenCursor.xliff: 370 | ||
|
|
@@ -77,6 +107,12 @@ files: | |
| mp3DirectCut.po: 404 | ||
| mp3DirectCut.pot: 404 | ||
| mp3DirectCut.xliff: 406 | ||
| noBeepsSpeechMode.po: 570 | ||
| noBeepsSpeechMode.pot: 570 | ||
| noBeepsSpeechMode.xliff: 602 | ||
| notepadMarkdownBrowseMode.po: 659 | ||
| notepadMarkdownBrowseMode.pot: 659 | ||
| notepadMarkdownBrowseMode.xliff: 657 | ||
| numpadNavMode.po: 412 | ||
| numpadNavMode.pot: 412 | ||
| numpadNavMode.xliff: 414 | ||
|
|
@@ -95,16 +131,23 @@ files: | |
| pcKbBrl.po: 228 | ||
| pcKbBrl.pot: 228 | ||
| pcKbBrl.xliff: 276 | ||
| perky.po: 633 | ||
| perky.pot: 633 | ||
| perky.xliff: 635 | ||
| placeMarkers.po: 576 | ||
| placeMarkers.pot: 576 | ||
| placeMarkers.xliff: 610 | ||
| proxy.po: 384 | ||
| proxy.pot: 384 | ||
| proxy.xliff: 386 | ||
| rdAccess.po: 288 | ||
| rdAccess.pot: 288 | ||
| rdAccess.xliff: 290 | ||
| readFeeds.md: 450 | ||
| readFeeds.po: 232 | ||
| readFeeds.pot: 232 | ||
| readFeeds.xliff: 278 | ||
| readonlyProfiles.po: 618 | ||
| readonlyProfiles.pot: 618 | ||
| readonlyProfiles.xliff: 270 | ||
| reportSymbols.po: 236 | ||
| reportSymbols.pot: 236 | ||
|
|
@@ -127,6 +170,12 @@ files: | |
| searchWith.po: 388 | ||
| searchWith.pot: 388 | ||
| searchWith.xliff: 390 | ||
| showSelectionWhenBrailleTetheredToReview.po: 568 | ||
| showSelectionWhenBrailleTetheredToReview.pot: 568 | ||
| showSelectionWhenBrailleTetheredToReview.xliff: 600 | ||
| soundSplitter.po: 584 | ||
| soundSplitter.pot: 584 | ||
| soundSplitter.xliff: 614 | ||
| speechLogger.po: 348 | ||
| speechLogger.pot: 348 | ||
| speechLogger.xliff: 350 | ||
|
|
@@ -136,10 +185,21 @@ files: | |
| systrayList.po: 340 | ||
| systrayList.pot: 340 | ||
| systrayList.xliff: 342 | ||
| terminalAccess.po: 590 | ||
| terminalAccess.pot: 590 | ||
| thunderbirdPlus.po: 572 | ||
| thunderbirdPlus.pot: 572 | ||
| thunderbirdPlus.xliff: 604 | ||
| toneMaster.po: 574 | ||
| toneMaster.pot: 574 | ||
| toneMaster.xliff: 608 | ||
| tonysEnhancements.po: 304 | ||
| tonysEnhancements.pot: 304 | ||
| tonysEnhancements.xliff: 306 | ||
| translateNvdaAddonsWithCrowdin.md: 448 | ||
| toolbarsExplorer.po: 580 | ||
| toolbarsExplorer.pot: 580 | ||
| toolbarsExplorer.xliff: 612 | ||
| trainingKeyboardCommands.xliff: 606 | ||
| translateNvdaAddonsWithCrowdin.po: 446 | ||
| translateNvdaAddonsWithCrowdin.pot: 446 | ||
| unicodeBrailleInput.po: 328 | ||
|
|
@@ -160,7 +220,19 @@ files: | |
| winWizard.po: 344 | ||
| winWizard.pot: 344 | ||
| winWizard.xliff: 346 | ||
| windowState.po: 653 | ||
| windowState.pot: 653 | ||
| windowState.xliff: 655 | ||
| wintenApps.po: 639 | ||
| wintenApps.pot: 639 | ||
| wintenApps.xliff: 641 | ||
| wordNav.po: 364 | ||
| wordNav.pot: 364 | ||
| wordNav.xliff: 366 | ||
| wordPredictor.po: 649 | ||
| wordPredictor.pot: 649 | ||
| wordPredictor.xliff: 651 | ||
| zoomEnhancements.po: 623 | ||
| zoomEnhancements.pot: 623 | ||
| zoomEnhancements.xliff: 625 | ||
| projectId: 780748 | ||
Uh oh!
There was an error while loading. Please reload this page.