mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
Anki is a smart spaced repetition flashcard program
There is currently a problem with crowdin. It asks to translate shortcut. I assume that actually, shortcuts are intended to remain the same independtly of the language, and thus that they should not appear here. I kind of assume that crowdin gets the strings to which _ or ngettext are applied. So I wanted to ensure that none of those methods are applied to shortcut. The python file containing those shortcut are generated from .ui files, used by QTCreator. I thus changed those files to indicates that shortcuts should not be translated. I assumed that shortcuts are strings containing either only "F(digit)", a single letter, "Alt+" or "Ctrl+". I may have missed other shortcuts if they exists. |
||
|---|---|---|
| anki | ||
| aqt | ||
| designer | ||
| tests | ||
| tools | ||
| web | ||
| .gitignore | ||
| .pylintrc | ||
| .travis.sh | ||
| .travis.yml | ||
| anki.1 | ||
| anki.desktop | ||
| anki.png | ||
| anki.xml | ||
| anki.xpm | ||
| LICENSE | ||
| LICENSE.logo | ||
| Makefile | ||
| pkgkey.asc | ||
| README.contributing | ||
| README.development | ||
| README.md | ||
| requirements.txt | ||
| runanki | ||
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
To run from source, please see README.development.
If you are interested in contributing changes to Anki, please see README.contributing before you begin work.