-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b29eb63
commit 8fe81b1
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule translate
updated
5 files
+11 −5 | src/debug.js | |
+1 −1 | src/translation/sandboxManager.js | |
+0 −8 | src/translation/translate.js | |
+16 −7 | src/translator.js | |
+1 −1 | testTranslators/testTranslators.js |
Submodule bundled-styles
updated
3 files
+2 −2 | american-medical-association.csl | |
+84 −52 | apa.csl | |
+47 −3 | ieee.csl |
Submodule locales
updated
9 files
+3 −3 | .github/workflows/merge.yaml | |
+3 −3 | .github/workflows/sheldon.yaml | |
+2 −2 | Gemfile.lock | |
+1 −1 | locales-de-AT.xml | |
+1 −1 | locales-de-CH.xml | |
+1 −1 | locales-de-DE.xml | |
+0 −1 | locales-en-US.xml | |
+0 −1 | locales-pa-PK.xml | |
+0 −3 | locales-zh-TW.xml |
Submodule reader
updated
12 files
+1 −1 | epubjs/epub.js | |
+1 −1 | pdfjs/pdf.js | |
+5 −8 | src/common/annotation-manager.js | |
+6 −19 | src/common/components/context-menu.js | |
+38 −5 | src/common/context-menu.js | |
+9 −1 | src/common/defines.js | |
+28 −3 | src/common/focus-manager.js | |
+2 −2 | src/common/keyboard-manager.js | |
+3 −0 | src/common/reader.js | |
+2 −0 | src/dom/common/dom-view.tsx | |
+7 −0 | src/dom/epub/stylesheets/layout/_paginated.scss | |
+70 −24 | src/pdf/pdf-view.js |
Submodule translators
updated
42 files