Skip to content

Commit

Permalink
Update to Anki 2.1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Jun 27, 2022
1 parent 3e3f0af commit ca494e0
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ftl/core
Submodule core updated 68 files
+5 −4 core/ar/custom-study.ftl
+2 −2 core/ar/editing.ftl
+13 −0 core/ar/exporting.ftl
+24 −0 core/ar/importing.ftl
+2 −0 core/ar/notetypes.ftl
+2 −0 core/be/profiles.ftl
+6 −3 core/cs/custom-study.ftl
+11 −11 core/cs/deck-config.ftl
+2 −0 core/cs/editing.ftl
+2 −5 core/cs/statistics.ftl
+4 −4 core/de/custom-study.ftl
+2 −2 core/de/editing.ftl
+7 −0 core/de/exporting.ftl
+9 −0 core/de/importing.ftl
+5 −4 core/es/custom-study.ftl
+2 −2 core/es/editing.ftl
+7 −0 core/es/exporting.ftl
+9 −0 core/es/importing.ftl
+5 −4 core/fi/custom-study.ftl
+3 −0 core/fi/exporting.ftl
+20 −0 core/fi/importing.ftl
+2 −0 core/fi/notetypes.ftl
+5 −2 core/fr/custom-study.ftl
+22 −0 core/fr/deck-config.ftl
+3 −0 core/fr/exporting.ftl
+20 −0 core/fr/importing.ftl
+2 −0 core/fr/notetypes.ftl
+12 −4 core/ga-IE/custom-study.ftl
+1 −0 core/ga-IE/deck-config.ftl
+2 −0 core/ga-IE/editing.ftl
+10 −0 core/ga-IE/exporting.ftl
+35 −0 core/ga-IE/importing.ftl
+2 −0 core/ga-IE/notetypes.ftl
+1 −1 core/he/actions.ftl
+2 −2 core/he/adding.ftl
+9 −9 core/he/browsing.ftl
+1 −2 core/he/card-templates.ftl
+2 −2 core/he/change-notetype.ftl
+5 −2 core/he/custom-study.ftl
+37 −37 core/he/deck-config.ftl
+3 −1 core/he/editing.ftl
+4 −1 core/he/exporting.ftl
+22 −2 core/he/importing.ftl
+2 −0 core/he/notetypes.ftl
+3 −3 core/he/preferences.ftl
+2 −2 core/he/scheduling.ftl
+2 −2 core/he/studying.ftl
+4 −2 core/pt-BR/custom-study.ftl
+12 −3 core/pt-BR/editing.ftl
+2 −0 core/pt-BR/exporting.ftl
+10 −1 core/pt-BR/importing.ftl
+3 −0 core/pt-BR/profiles.ftl
+5 −4 core/ru/custom-study.ftl
+3 −2 core/ru/deck-config.ftl
+3 −2 core/ru/editing.ftl
+9 −1 core/ru/exporting.ftl
+10 −0 core/ru/importing.ftl
+1 −0 core/templates/errors.ftl
+3 −0 core/templates/exporting.ftl
+1 −1 core/templates/fields.ftl
+20 −0 core/templates/importing.ftl
+2 −0 core/templates/notetypes.ftl
+1 −1 core/templates/scheduling.ftl
+5 −4 core/zh-CN/custom-study.ftl
+3 −0 core/zh-CN/exporting.ftl
+20 −1 core/zh-CN/importing.ftl
+2 −0 core/zh-CN/notetypes.ftl
+1 −1 core/zh-CN/scheduling.ftl
39 changes: 39 additions & 0 deletions rslib-bridge/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rslib-bridge/anki
Submodule anki updated 242 files
2 changes: 1 addition & 1 deletion rslib-bridge/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![allow(clippy::missing_safety_doc)]

use anki::backend_proto::{backend_error, BackendError, Int64};
use anki::pb::{backend_error, BackendError, Int64};
use jni::objects::{JClass, JObject};
use jni::sys::{jarray, jbyteArray, jint, jlong};
use jni::JNIEnv;
Expand Down

0 comments on commit ca494e0

Please sign in to comment.