Client - add 404 error page
This commit is contained in:
3
fittrackee_client/src/locales/en/common.json
Normal file
3
fittrackee_client/src/locales/en/common.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"HOME": "Home"
|
||||
}
|
@ -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,
|
||||
|
5
fittrackee_client/src/locales/en/error.json
Normal file
5
fittrackee_client/src/locales/en/error.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"not-found": {
|
||||
"PAGE": "Page not found"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user