615 Use translation library for bottom menu

This commit is contained in:
Lisa Hillebrand
2022-09-30 11:39:00 +02:00
parent 9dfe8b4b05
commit 36c33c69b7
3 changed files with 14 additions and 6 deletions
+3 -3
View File
@@ -13,21 +13,21 @@ export const pages = [
component: 'Calendar',
icon: 'calendar',
isInMenu: true,
label: 'Calendar',
labelKey: 'calendar',
parent: 'Home',
},
{
component: 'Chart',
icon: 'chart',
isInMenu: true,
label: 'Chart',
labelKey: 'chart',
parent: 'Home',
},
{
component: 'Stats',
icon: 'statistics',
isInMenu: true,
label: 'Stats',
labelKey: 'stats',
parent: 'Home',
},
{