feat: possibility to deactivate logs and saving this choice to localStorage
This commit is contained in:
@@ -390,6 +390,10 @@ const en = {
|
||||
update: 'Settings updated!',
|
||||
reset: 'Settings reset to default!',
|
||||
ARLcopied: 'ARL copied to clipboard'
|
||||
},
|
||||
logs: {
|
||||
title: 'Logs',
|
||||
areLogsActive: 'Active'
|
||||
}
|
||||
},
|
||||
sidebar: {
|
||||
|
||||
@@ -393,6 +393,10 @@ const it = {
|
||||
update: 'Impostazioni aggiornate!',
|
||||
reset: 'Impostazioni di default ripristinate!',
|
||||
ARLcopied: 'ARL copiato negli appunti'
|
||||
},
|
||||
logs: {
|
||||
title: 'Log',
|
||||
areLogsActive: 'Attivi'
|
||||
}
|
||||
},
|
||||
sidebar: {
|
||||
|
||||
Reference in New Issue
Block a user