added StoragePersist.vue to prompt user/browser to persist our data permanently and not evict it to free memory

This commit is contained in:
wea_ondara
2023-09-26 17:50:54 +02:00
parent cacecbd2e3
commit 6cf5a7d84c
4 changed files with 23 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export const messagesEn = {
'de': 'Deutsch',
'en': 'English',
},
localStoragePersistNotSupported: 'Locale storage will not be persisted. This could result in longer loading times!',
manga: {
chapters: {
newCount: '#new chapters',