translate about / home button

This commit is contained in:
lesion
2022-11-25 09:47:46 +01:00
parent 410736b1bb
commit dbcf0bd051
5 changed files with 14 additions and 10 deletions

View File

@@ -40,8 +40,8 @@ const defaultSettings = {
hide_thumbs: false,
hide_calendar: false,
footerLinks: [
{ href: '/', label: 'home' },
{ href: '/about', label: 'about' }
{ href: '/', label: 'common.home' },
{ href: '/about', label: 'common.about' }
],
plugins: [],
admin_email: config.admin_email || '',