Adding translation files in package.json.

This commit is contained in:
John Livingston 2021-04-12 14:37:32 +02:00
parent 87c3585a92
commit ef77a37249

View File

@ -72,6 +72,10 @@
"images": "dist/client/images/"
},
"translations": {
"fr-FR": "./languages/fr.json"
"ca-ES": "./languages/ca.json",
"fr-FR": "./languages/fr.json",
"eo": "./languages/eo.json",
"eu-ES": "./languages/eu.json",
"pl-PL": "./languages/pl.json"
}
}