From 7c06e81370e75fc14d4582e9d88435ada37e7992 Mon Sep 17 00:00:00 2001 From: Abdel792 Date: Fri, 12 Jun 2026 19:16:13 +0200 Subject: [PATCH 1/2] Add references to AddonTemplate localization guides --- projectDocs/dev/addons.md | 2 ++ projectDocs/translating/readme.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/projectDocs/dev/addons.md b/projectDocs/dev/addons.md index 74f7f0d6702..37a642919e0 100644 --- a/projectDocs/dev/addons.md +++ b/projectDocs/dev/addons.md @@ -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 diff --git a/projectDocs/translating/readme.md b/projectDocs/translating/readme.md index bae0d7bbc05..b0cc604bd97 100644 --- a/projectDocs/translating/readme.md +++ b/projectDocs/translating/readme.md @@ -52,4 +52,4 @@ 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). From c474d0e1ea5724dcec0426f236ccaf45e7631c01 Mon Sep 17 00:00:00 2001 From: Sean Budd Date: Tue, 16 Jun 2026 10:04:47 +1000 Subject: [PATCH 2/2] Apply suggestion from @seanbudd --- projectDocs/translating/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projectDocs/translating/readme.md b/projectDocs/translating/readme.md index b0cc604bd97..5f14f04376d 100644 --- a/projectDocs/translating/readme.md +++ b/projectDocs/translating/readme.md @@ -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): 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). +* 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).