You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support multiple languages/locales, NVDA must be translated and data specific to the locale must be provided.
46
46
This section only includes information on custom NVDA file formats required for translation.
47
47
Other items need to be translated, such as the NVDA user interface and documentation, but these use standard file formats.
48
-
For complete documentation about translating NVDA, please see https://github.com/nvaccess/nvda/wiki/Translating
48
+
For complete documentation about translating NVDA, please see the [Translating wiki page https://github.com/nvaccess/nvda/wiki/Translating]
49
49
50
50
++ Character Descriptions ++
51
51
Sometimes, it can be very difficult or even impossible to distinguish one character from another.
@@ -859,8 +859,7 @@ All other fields will be ignored.
859
859
Each language directory can also contain gettext information, which is the system used to translate the rest of NVDA's user interface and reported messages.
860
860
As with the rest of NVDA, an nvda.mo compiled gettext database file should be placed in the LC_MESSAGES directory within this directory.
861
861
To allow plugins in your add-on to access gettext message information via calls to _(), you must initialize translations at the top of each Python module by calling addonHandler.initTranslation().
862
-
For more information about gettext and NVDA translation in general, please read
863
-
https://github.com/nvaccess/nvda/wiki/Translating
862
+
For more information about gettext and NVDA translation in general, please read the [Translating NVDA wiki page https://github.com/nvaccess/nvda/wiki/Translating]
864
863
865
864
++ Add-on Documentation ++[AddonDoc]
866
865
Documentation for an add-on should be placed in a doc directory in the archive.
0 commit comments