-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yannick Plassiard
committed
Apr 30, 2020
1 parent
eae129b
commit 195eb2f
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"addon_description" : _("""Uses the Google Translate API to translate each spoken text to the desired language, on the fly. | ||
This add-on requires an internet connection."""), | ||
# version | ||
"addon_version" : "2020.01", | ||
"addon_version" : "2020.05", | ||
# Author(s) | ||
"addon_author" : u"Yannick PLASSIARD <[email protected]>", | ||
# URL for the add-on documentation support | ||
|
@@ -30,9 +30,9 @@ | |
# Minimum NVDA version supported (e.g. "2018.3") | ||
"addon_minimumNVDAVersion" : "2019.3", | ||
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version) | ||
"addon_lastTestedNVDAVersion" : "2019.3", | ||
"addon_lastTestedNVDAVersion" : "2020.1", | ||
# Add-on update channel (default is stable or None) | ||
"addon_updateChannel" : "dev", | ||
"addon_updateChannel" : "stable", | ||
} | ||
|
||
|
||
|