mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
The Next Generation GoldenDict
https://xiaoyifang.github.io/goldendict-ng/
34832d2abb
doc: codify minimum supported OS / versioning / releasing |
||
---|---|---|
.github | ||
cmake | ||
icons | ||
locale | ||
opencc | ||
redist | ||
src | ||
thirdparty | ||
tools | ||
website | ||
winlibs | ||
.clang-format | ||
.clang-tidy | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.gitmodules | ||
.prettierignore | ||
.prettierrc.json | ||
CMakeLists.txt | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
CREDITS.txt | ||
crowdin.yml | ||
goldendict.pro | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
resources.qrc | ||
sonar-project.properties | ||
vcpkg-configuration.json | ||
vcpkg.json |
GoldenDict-ng
The Next Generation GoldenDict. A feature-rich open-source dictionary lookup program, supporting multiple dictionary formats and online dictionaries.
Linux | Windows | macOS |
---|---|---|
Bug reporting in issue tracker
Some significant features of this fork
- webengine with latest html/css feature support
- support >4GB dictionary
- support highdpi screen resolution
- built with xapian as fulltext engine
- support Qt5.15.2 and higher ,include latest Qt6
- performance optimization(eg. >10000000 headwords support)
- anki integration
- dark theme
- daily auto release support
- lots of bug fixes and improvements
Help GoldenDict's Development
GoldenDict is developed by volunteers.
All kinds of help like answering questions, bug reporting, testing, translation and coding are welcomed.
To translate the interface, you can use the Crowdin https://crowdin.com/project/goldendict-ng
To start development, check out developer guide
License
This project is licensed under the GNU GPLv3+ license, a copy of which can be found in the LICENSE.txt
file.
History
The original project was developed at http://goldendict.org/ and https://github.com/goldendict/goldendict.