Feature/modify global update settings (#432)
* Move setting components in "settings" folder * Add setting to change global update automation
This commit is contained in:
2
src/i18n/i18next.d.ts
vendored
2
src/i18n/i18next.d.ts
vendored
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
import 'i18next';
|
||||
import resources from '@/i18n/translations';
|
||||
import { resources } from '@/i18n/translations';
|
||||
|
||||
declare module 'i18next' {
|
||||
interface CustomTypeOptions {
|
||||
|
||||
@@ -206,6 +206,9 @@
|
||||
"start": "Start",
|
||||
"submit": "Submit"
|
||||
},
|
||||
"time": {
|
||||
"hour_short": "h"
|
||||
},
|
||||
"date": {
|
||||
"label": {
|
||||
"today": "Today",
|
||||
@@ -321,6 +324,17 @@
|
||||
"unread_chapters": "With unread chapter(s)"
|
||||
}
|
||||
},
|
||||
"auto_update": {
|
||||
"interval": {
|
||||
"label": {
|
||||
"value": "{{hours}}$t(global.time.hour_short)",
|
||||
"title": "Automatic update interval"
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"title": "Automatic updates"
|
||||
}
|
||||
},
|
||||
"title": "Global update"
|
||||
},
|
||||
"title": "Library Settings"
|
||||
|
||||
Reference in New Issue
Block a user