Go to file
Damien Elmes 77c9db5bba plural rules and decimal separator should use bundle's language
Instead of providing the list of languages in preferred order, when
creating a bundle we need to specify the bundle language as the first
language, so that the correct plural rules are used. Fluent's docs
are misleading here; I will submit a PR to fix them.

The old behaviour caused:
https://forums.ankiweb.net/t/bug-in-review-intervals-for-some-languages-in-number-of-cards/5744
2020-12-14 14:23:49 +10:00
.buildkite add disk and repo cache to Linux CI 2020-12-10 08:49:37 +10:00
cargo drop unused i686 references 2020-12-09 15:45:01 +10:00
docs document worker and disable it by default 2020-12-11 21:04:06 +10:00
ftl Merge pull request #835 from abdnh/init-lang 2020-11-22 16:25:44 +10:00
pip bump py deps 2020-12-09 15:54:35 +10:00
platforms minor doc updates 2020-12-11 22:37:12 +10:00
pylib minor doc updates 2020-12-11 22:37:12 +10:00
qt avoid distributing BUILD.bazel in js/vendor 2020-12-12 10:35:01 +10:00
rslib plural rules and decimal separator should use bundle's language 2020-12-14 14:23:49 +10:00
scripts disable worker when building wheels 2020-12-12 10:27:18 +10:00
ts plural rules and decimal separator should use bundle's language 2020-12-14 14:23:49 +10:00
.bazelignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
.bazelrc document worker and disable it by default 2020-12-11 21:04:06 +10:00
.bazelversion initial Bazel conversion 2020-11-01 14:26:58 +10:00
.gitattributes enforce eol normalization in gitattributes 2020-11-01 15:24:25 +10:00
.gitignore tidy up .gitignore 2020-12-10 20:26:41 +10:00
bazel.bat initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel simplify wheel building 2020-12-10 20:27:21 +10:00
Cargo.lock bump rust deps 2020-12-09 15:34:43 +10:00
Cargo.toml drop unused i686 references 2020-12-09 15:45:01 +10:00
CONTRIBUTORS Remove space for contributors check... again? 2020-11-18 09:25:35 +01:00
defs.bzl update rules_rust + persistent_worker 2020-12-10 15:35:37 +10:00
late_deps.bzl move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
LICENSE move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
python.bzl remove explicit python3.9 reference due to pylint 2020-12-02 11:23:01 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00
repos.bzl update rules_rust + persistent_worker 2020-12-10 15:35:37 +10:00
run document optimized builds and add helper script 2020-12-07 11:50:03 +10:00
run.bat document optimized builds and add helper script 2020-12-07 11:50:03 +10:00
WORKSPACE packages.bzl -> repos.bzl; update rules_rust 2020-11-05 14:22:45 +10:00

Anki

Build status

This repo contains the source code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/

For more information on building, please see Development.