Client - add 404 error page
This commit is contained in:
3
fittrackee_client/src/locales/fr/common.json
Normal file
3
fittrackee_client/src/locales/fr/common.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"HOME": "Accueil"
|
||||
}
|
5
fittrackee_client/src/locales/fr/error.json
Normal file
5
fittrackee_client/src/locales/fr/error.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"not-found": {
|
||||
"PAGE": "Page introuvable"
|
||||
}
|
||||
}
|
@ -1,12 +1,16 @@
|
||||
import AdministrationTranslations from './administration.json'
|
||||
import CommonTranslations from './common.json'
|
||||
import DashboardTranslations from './dashboard.json'
|
||||
import ErrorTranslations from './error.json'
|
||||
import StatisticsTranslations from './statistics.json'
|
||||
import UserTranslations from './user.json'
|
||||
import WorkoutsTranslations from './workouts.json'
|
||||
|
||||
export default {
|
||||
administration: AdministrationTranslations,
|
||||
common: CommonTranslations,
|
||||
dashboard: DashboardTranslations,
|
||||
error: ErrorTranslations,
|
||||
statistics: StatisticsTranslations,
|
||||
user: UserTranslations,
|
||||
workouts: WorkoutsTranslations,
|
||||
|
Reference in New Issue
Block a user