Aggiornamento Traduzioni ...

This commit is contained in:
Paolo Arena
2020-03-31 20:34:49 +02:00
parent 411acf2f70
commit e513118cbc
28 changed files with 3362 additions and 979 deletions

View File

@@ -53,6 +53,7 @@ export interface ITeachUname {
export interface IMyPage {
_id?: string
author_username?: string
lang?: string
title?: string
icon?: string
order?: number
@@ -189,6 +190,7 @@ export interface IListRoutes {
order: number
path: string
name: string
lang?: string
materialIcon?: string
component?: Component
reqauth?: boolean