This builder helps convert xliff files to json.
In the Angular workspace root folder, run this command to install the builder:
npm install --save-dev @ngx-grida/builder
"projects": {
"my-project": {
"xliff-to-json": {
"builder": "@ngx-grida/builder:xliff-to-json",
"options": {
"locales": ["fr"],
"source": "src/locales",
"destination": "public/locales"
}
}
}
}
To generare the json files run:
ng run my-project:xliff-to-json
MIT © 2024-2024 Khalil LAGRIDA