local storage: better permissions handling
This commit is contained in:
@@ -17,7 +17,12 @@ export const messagesEn = {
|
||||
'de': 'Deutsch',
|
||||
'en': 'English',
|
||||
},
|
||||
localStoragePersistNotSupported: 'Local storage will not be persisted. This could result in longer loading times!',
|
||||
localStorage: {
|
||||
notSupported: 'Local storage is not supported. The application will probably not work!',
|
||||
persistent: {
|
||||
notSupported: 'Local storage will not be persisted. This could result in longer loading times!',
|
||||
},
|
||||
},
|
||||
manga: {
|
||||
chapters: {
|
||||
newCount: '#new chapters',
|
||||
|
||||
Reference in New Issue
Block a user