garázs fejlesztés
This commit is contained in:
@@ -21,27 +21,15 @@ export default defineNuxtConfig({
|
||||
{
|
||||
code: 'hu', iso: 'hu-HU', name: 'Magyar',
|
||||
files: [
|
||||
'hu/common.json', 'hu/menu.json', 'hu/providers.json', 'hu/garages.json',
|
||||
'hu/dashboard.json', 'hu/config.json', 'hu/badges.json', 'hu/levels.json',
|
||||
'hu/point_rules.json', 'hu/seasons.json', 'hu/competitions.json',
|
||||
'hu/leaderboard.json', 'hu/ledger.json', 'hu/params.json', 'hu/packages.json',
|
||||
'hu/persons.json', 'hu/permissions.json', 'hu/users.json', 'hu/user_detail.json',
|
||||
'hu/gamification_users.json', 'hu/gamification_user_detail.json',
|
||||
'hu/garages-details.json', 'hu/garages-employees.json',
|
||||
'hu/garages-fleet.json', 'hu/garages-analytics.json',
|
||||
'hu/common.json', 'hu/menu.json', 'hu/dashboard.json', 'hu/providers.json',
|
||||
'hu/garages.json', 'hu/users.json', 'hu/gamification.json', 'hu/system.json',
|
||||
],
|
||||
},
|
||||
{
|
||||
code: 'en', iso: 'en-GB', name: 'English',
|
||||
files: [
|
||||
'en/common.json', 'en/menu.json', 'en/providers.json', 'en/garages.json',
|
||||
'en/dashboard.json', 'en/config.json', 'en/badges.json', 'en/levels.json',
|
||||
'en/point_rules.json', 'en/seasons.json', 'en/competitions.json',
|
||||
'en/leaderboard.json', 'en/ledger.json', 'en/params.json', 'en/packages.json',
|
||||
'en/persons.json', 'en/permissions.json', 'en/users.json', 'en/user_detail.json',
|
||||
'en/gamification_users.json', 'en/gamification_user_detail.json',
|
||||
'en/garages-details.json', 'en/garages-employees.json',
|
||||
'en/garages-fleet.json', 'en/garages-analytics.json',
|
||||
'en/common.json', 'en/menu.json', 'en/dashboard.json', 'en/providers.json',
|
||||
'en/garages.json', 'en/users.json', 'en/gamification.json', 'en/system.json',
|
||||
],
|
||||
},
|
||||
{ code: 'de', iso: 'de-DE', file: 'de.json', name: 'Deutsch' },
|
||||
|
||||
Reference in New Issue
Block a user