Skip to content

Commit

Permalink
New: Global zoom in the vertical reader (Beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm committed Jun 19, 2022
1 parent 0c65d5e commit c94ac75
Show file tree
Hide file tree
Showing 11 changed files with 337 additions and 88 deletions.
16 changes: 14 additions & 2 deletions languages/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"lastPage": "Última pàgina",
"pages": {
"main": "Pàgines",
"slide": "Lliscar",
"scroll": "Navega cap avall",
"slide": "Lectura horitzontal",
"scroll": "Lectura vertical",
"adjustToWidth": "Ajustar a l'ample",
"margin": "Marge",
"marginHorizontal": "Margen horitzontal",
Expand Down Expand Up @@ -90,6 +90,18 @@
"emptyBookmarks": "No hi ha cap marcador",
"currentReading": "Lectura actual"
},
"settings": {
"reading": {
"main": "Preferències de lectura",
"maxMargin": "Marge horitzontal i vertical màxim",
"globalZoom": "Aplica un zoom global en comptes d'imatge a imatge (Només en lectura vertical)"
},
"navigation": {
"main": "Navegación",
"showFullPathLibrary": "Mostrar la ruta completa a l'obrir els còmics de la biblioteca",
"showFullPathOpened": "Mostrar la ruta completa a l'obrir un arxiu o carpeta"
}
},
"menu": {
"file": {
"main": "Arxiu",
Expand Down
12 changes: 12 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@
"emptyBookmarks": "No bookmarks",
"currentReading": "Current reading"
},
"settings": {
"reading": {
"main": "Reading preferences",
"maxMargin": "Maximum horizontal and vertical margin",
"globalZoom": "Applies a global zoom instead of image by image (Only in vertical reading)"
},
"navigation": {
"main": "Navigation",
"showFullPathLibrary": "Show full path when opening library comics",
"showFullPathOpened": "Show full path when opening a file or folder"
}
},
"menu": {
"file": {
"main": "File",
Expand Down
12 changes: 6 additions & 6 deletions languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"lastPage": "Última página",
"pages": {
"main": "Páginas",
"slide": "Deslizar",
"scroll": "Desplazarse hacia abajo",
"slide": "Lectura horizontal",
"scroll": "Lectura vertical",
"adjustToWidth": "Ajustar a lo ancho",
"margin": "Margen",
"marginHorizontal": "Margen horizontal",
Expand Down Expand Up @@ -94,12 +94,12 @@
"settings": {
"reading": {
"main": "Preferencias de lectura",
"readingMaxMargin": "Margen horizontal y vertical máximo",
"globalZoom": "Aplicar un zoom global en vez de página a página"
"maxMargin": "Margen horizontal y vertical máximo",
"globalZoom": "Aplica un zoom global en vez de imagen a imagen (Solo en lectura vertical)"
},
"navigation": {
"main": "Navegacion",
"showFullPathLibrary": "Mostrar la ruta completa en los comics de la biblioteca",
"main": "Navegación",
"showFullPathLibrary": "Mostrar la ruta completa al abrir los comics de la biblioteca",
"showFullPathOpened": "Mostrar la ruta completa al abrir un archivo o carpeta"
}
},
Expand Down
17 changes: 13 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"dependencies": {
"7zip-bin": "^4.1.0",
"animejs": "^3.2.1",
"electron-json-storage": "^4.3.0",
"electron-window-state": "^5.0.3",
"fs": "0.0.1-security",
Expand Down
1 change: 1 addition & 0 deletions scripts/opencomic.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const electron = require('electron'),
mime = require('mime'),
sha1 = require('sha1'),
p = require('path'),
anime = require('animejs'),
$ = require('jquery');

require('jquery-bez');
Expand Down

0 comments on commit c94ac75

Please sign in to comment.