Go to file
Damien Elmes 0c08ff5317
Merge pull request #835 from abdnh/init-lang
Set up default language before loading profile
2020-11-22 16:25:44 +10:00
.github strip out unused gettext refs 2020-11-18 13:22:51 +10:00
cargo use ring on Linux; native-tls on other platforms 2020-11-15 15:25:28 +10:00
docs strip out unused gettext refs 2020-11-18 13:22:51 +10:00
ftl Merge pull request #835 from abdnh/init-lang 2020-11-22 16:25:44 +10:00
pip add script to extract FTL strings 2020-11-19 11:26:09 +10:00
platforms move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
pylib Merge branch 'master' into init-lang 2020-11-22 16:10:49 +10:00
qt Merge branch 'master' into init-lang 2020-11-22 16:10:49 +10:00
rslib Add tests for conversion functions in text.rs 2020-11-20 09:45:53 +01:00
scripts move other i18n scripts to ftl/ 2020-11-22 15:41:14 +10:00
ts add rule to copy mathjax from node_modules 2020-11-15 20:22:28 +10:00
.bazelignore initial Bazel conversion 2020-11-01 14:26:58 +10:00
.bazelrc update Windows CI 2020-11-09 19:09:23 +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 support user bazelrc 2020-11-04 22:11:28 +10:00
bazel.bat initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bazel extract version from defs.bzl; gate buildhash on optimized build 2020-11-04 14:02:08 +10:00
CONTRIBUTORS Remove space for contributors check... again? 2020-11-18 09:25:35 +01:00
defs.bzl add bazel version check for external consumers 2020-11-11 10:33:49 +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 initial Bazel conversion 2020-11-01 14:26:58 +10:00
README.md initial Bazel conversion 2020-11-01 14:26:58 +10:00
repos.bzl update translations 2020-11-22 16:00:25 +10:00
run strip out unused gettext refs 2020-11-18 13:22:51 +10:00
run.bat initial Bazel conversion 2020-11-01 14:26:58 +10:00
WORKSPACE packages.bzl -> repos.bzl; update rules_rust 2020-11-05 14:22:45 +10:00

Anki

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.