Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions projectDocs/dev/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* [NVDA Developer Guide](https://download.nvaccess.org/documentation/developerGuide.html)
* [Technical design overview](../design/technicalDesignOverview.md)
* [NVDA Add-on Development Community Guide](https://github.com/nvdaaddons/DevGuide/wiki/NVDA-Add-on-Development-Guide)
* [Addon localization guide for add-on authors](https://github.com/nvaccess/AddonTemplate/blob/master/docs/l10n/addonAuthors.md)
* [Addon localization guide for translators](https://github.com/nvaccess/AddonTemplate/blob/master/docs/l10n/addonTranslators.md)
* [NVDA ControllerClient manual (NVDA API for external applications to directly speak or braille messages, etc.)](../../extras/controllerClient)

## Communication channels
Expand Down
3 changes: 2 additions & 1 deletion projectDocs/translating/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ If your language is no longer maintained, you can request to be the new maintain
* gestures.ini: remapping of gestures for your language, see [Translating Gestures](https://download.nvaccess.org/documentation/developerGuide.html#TranslatingGestures) for more information.
* userGuide.md: the User Guide, see [Translating using Crowdin](./crowdin.md) for more information.
* changes.md (optional): a list of changes between releases, see [Translating using Crowdin](./crowdin.md) for more information.
* Add-ons (optional, out of date): a set of optional features that users can install, see [Translating Addons](https://github.com/nvaccess/nvda/wiki/TranslatingAddons) for more information.
* Add-ons (optional): a set of optional features that users can install.
See the localization guides for [add-on authors](https://github.com/nvaccess/AddonTemplate/blob/master/docs/l10n/addonAuthors.md) and [add-on translators](https://github.com/nvaccess/AddonTemplate/blob/master/docs/l10n/addonTranslators.md).
Loading