Skip to content

Commit

Permalink
New: Support favorite label
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm committed Dec 12, 2023
1 parent ff35144 commit 86039e6
Show file tree
Hide file tree
Showing 26 changed files with 150 additions and 43 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
##### 🚀 New Features

- Option to set maximum size of temporary files, preserving them when closing the app [`a727249`](https://github.com/ollm/OpenComic/commit/a7272499407191064f9d6bd7c42ecf3bb1231a83)
- Label to display only the contents of a master folder
- Label to display only the contents of a master folder [`ff35144`](https://github.com/ollm/OpenComic/commit/ff351447829641de32e59a7332f354d945df88fa)
- Support favorite label

##### 🐛 Bug Fixes

Expand Down
5 changes: 5 additions & 0 deletions fonts/material_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-icon.fill
{
font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
2 changes: 2 additions & 0 deletions languages/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "Biblioteca",
"recents": "Recents",
"recentlyOpened": "Obert recentment",
"favorites": "Favorits",
"images": "Imatges",
"sort": {
"main": "Ordenar",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Retirar",
"favorite": "Favorit",
"openFileLocation": "Obre la ubicació del fitxer",
"openFolderLocation": "Obre la ubicació de la carpeta",
"addPoster": "Afegeix pòster",
Expand Down
2 changes: 2 additions & 0 deletions languages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Seřadit",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Odstranit",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Sortieren",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Entfernen",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "Library",
"recents": "Recents",
"recentlyOpened": "Recently opened",
"favorites": "Favorites",
"images": "Images",
"sort": {
"main": "Sort",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Remove",
"favorite": "Favorite",
"openFileLocation": "Open file location",
"openFolderLocation": "Open folder location",
"addPoster": "Add poster",
Expand Down
2 changes: 2 additions & 0 deletions languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "Biblioteca",
"recents": "Recientes",
"recentlyOpened": "Abierto recientemente",
"favorites": "Favoritos",
"images": "Imágenes",
"sort": {
"main": "Ordenar",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Retirar",
"favorite": "Favorito",
"openFileLocation": "Abrir ubicación del archivo",
"openFolderLocation": "Abrir ubicación de la carpeta",
"addPoster": "Añadir póster",
Expand Down
2 changes: 2 additions & 0 deletions languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Trier",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Retirer",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Rendezés",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Töröl",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Principale",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Rimuovi",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "並び替え",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "削除",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Classificar",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Remover",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Сортировка",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Удалить",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "ห้องสมุด",
"recents": "ล่าสุด",
"recentlyOpened": "ที่อ่านค้างไว้",
"favorites": "",
"images": "รูปภาพ",
"sort": {
"main": "เรียงตาม",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "นำออก",
"favorite": "",
"openFileLocation": "เปิดตำแหน่งไฟล์",
"openFolderLocation": "เปิดตำแหน่งโฟลเดอร์",
"addPoster": "เพิ่มปก",
Expand Down
2 changes: 2 additions & 0 deletions languages/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "Lọc",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "Xóa",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down
2 changes: 2 additions & 0 deletions languages/zh-hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "最近添加",
"recentlyOpened": "最近打开",
"favorites": "",
"images": "图片",
"sort": {
"main": "排列",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "移除",
"favorite": "",
"openFileLocation": "打开文件所在位置",
"openFolderLocation": "打开文件夹位置",
"addPoster": "添加封面",
Expand Down
2 changes: 2 additions & 0 deletions languages/zh-hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"library": "",
"recents": "",
"recentlyOpened": "",
"favorites": "",
"images": "",
"sort": {
"main": "排序",
Expand All @@ -26,6 +27,7 @@
},
"contextMenu": {
"remove": "移除",
"favorite": "",
"openFileLocation": "",
"openFolderLocation": "",
"addPoster": "",
Expand Down

0 comments on commit 86039e6

Please sign in to comment.