Skip to content

Commit

Permalink
Add Arabic translation and release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Sep 27, 2023
1 parent bc0aa12 commit d0907c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions addon/doc/zh_CN/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
2. 有任何反馈,也可以通过 [GitHub Issue][GitHubIssue] 进行提交。

## 升级日志
### 版本0.4.1
* 由 ibrahim hamadeh 增加的阿拉伯语翻译。

### 版本0.4.0
* 可以在设置面板中设置计时器间隔,默认值为100。

Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _(arg):
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""This NVDA add-on watches changes to attributes of navigation objects."""),
# version
"addon_version": "0.4.0",
"addon_version": "0.4.1",
# Author(s)
"addon_author": "Cary-rowen <[email protected]>, hwf1324 <[email protected]>",
# URL for the add-on documentation support
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@
2. For any feedback, please submit it through a [GitHub Issue][GitHubIssue].

## Release Notes
### Version 0.4.1
* Added Arabic translation by ibrahim hamadeh.

### Version 0.4.0
* The watcher timer interval can be set in the settings panel, the default value is 100.
*The watcher timer interval can be set in the settings panel, the default value is 100.

### Version 0.3.4
* Enhanced documentation.
Expand Down

0 comments on commit d0907c5

Please sign in to comment.