fix i18n in emails
This commit is contained in:
@@ -47,7 +47,8 @@ const it = {
|
||||
cancel: 'Annulla',
|
||||
enable: 'Abilita',
|
||||
disable: 'Disabilita',
|
||||
me: 'Sei te'
|
||||
me: 'Sei te',
|
||||
password_updated: 'Password modificata!'
|
||||
},
|
||||
|
||||
login: {
|
||||
@@ -60,6 +61,10 @@ const it = {
|
||||
ok: 'Tutto rego'
|
||||
},
|
||||
|
||||
recover: {
|
||||
not_valid_code: 'Mmmmm qualcosa è andato storto...'
|
||||
},
|
||||
|
||||
export: {
|
||||
intro: `Contrariamente alle piattaforme del capitalismo, che fanno di tutto per tenere
|
||||
i dati e gli utenti al loro interno, crediamo che le informazioni, come le persone,
|
||||
|
||||
@@ -39,8 +39,9 @@ export default {
|
||||
Message({
|
||||
showClose: true,
|
||||
type: 'success',
|
||||
message: this.$t('Password changed!')
|
||||
message: this.$t('common.password_updated')
|
||||
})
|
||||
this.$router.replace('/login')
|
||||
} catch(e) {
|
||||
Message({
|
||||
showClose: true,
|
||||
|
||||
@@ -27,7 +27,7 @@ const mail = {
|
||||
syncFiles: false,
|
||||
updateFiles: false,
|
||||
defaultLocale: settings.locale,
|
||||
objectNotation: true
|
||||
locales: ['en', 'it']
|
||||
},
|
||||
transport: config.smtp
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user