Anki is a smart spaced repetition flashcard program
Find a file
Damien Elmes d919615475 refactor language handling
Because Qt translations need to be initialized before any widgets are created,
and because the Qt language needs to match the gettext language in order for
translated shortcuts to work, per-profile language settings aren't possible.
So instead of storing the language in the profile, we use
pm.meta['defaultLang'] for all profiles and initialize language handling in
__init__.py

The language selection in the preferences has been removed, because in a
school setting a student fiddling with the language could potentially cause
other students to be unable to navigate the UI. Instead, Anki will accept
-l/--lang passed on the command line to override the original language chosen
at first program startup.
2012-04-18 03:06:56 +09:00
aqt refactor language handling 2012-04-18 03:06:56 +09:00
designer refactor language handling 2012-04-18 03:06:56 +09:00
tools basename fix thanks to muflax 2011-12-20 16:44:52 +09:00
.gitignore bundle qt translations 2012-04-18 01:04:07 +09:00
anki don't mask original import error 2012-01-12 13:31:54 +09:00
anki.bat pause @ end of anki.bat 2012-01-09 10:17:24 +09:00
anki.desktop fixed the .desktop file (trailing semicolon missing) 2009-01-10 23:17:21 +09:00
ChangeLog.old initial commit from hg 2008-09-28 00:00:49 +09:00
LICENSE update logo license 2012-04-06 07:43:27 +09:00
LICENSE.logo allow ankidroid link 2012-04-06 07:54:00 +09:00
README bigger spacing for all but mac; mention httplib2>0.7 2012-01-11 20:18:17 +09:00
README.development mention win32 dev docs 2012-01-16 07:34:37 +09:00
README.translating fix recursion error, update docs 2009-06-30 11:47:30 +09:00

Anki
-------------------------------------

Prerequisites for Linux/FreeBSD/etc:

- Python 2.5+
- Python-Qt/PyQt 4.6+
- SimpleJSON 1.7.3+
- Beautiful Soup
- Httplib2 0.7+

For audio playing support:

- mplayer

For audio recording support:

- pyaudio
- lame

Running / Installation
-------------------------------------

<todo>

For more information and the latest version, please see the website at:

http://ankisrs.net/