Ahmad Alfy
Ahmad Alfy
@martinroob would you be interested if I opened a PR to address this?
I've never seen that error before
Did you find a solution for that? I found something that might help. According to the [usage documentation](https://www.npmjs.com/package/@ngx-i18nsupport/ngx-i18nsupport#usage), there is an option called `verbose` ```json { "xliffmergeOptions": { "srcDir": "i18n",...
I don't think it's possible. There is a bundle per language
@julmot it's compatible with 10 as well
@julmot you're right, I found that I am not using it. I ended up removing it from my project and used [xliffmerge](https://github.com/martinroob/ngx-i18nsupport/tree/master/projects/xliffmerge) from the same author.
I am about to abandon this library because there is no way to dynamically update the data and there is no way to destroy and reinitialise again
It doesn't work on my side. Switching it to the beginning has not effect. ``` [1/4] 🤔 Why do we have the module "postcss-calc"...? [2/4] 🚚 Initialising dependency graph... [3/4]...
I found a temporary fix, I just assign the negative value to a new property and it works. ```css /* This will throw an error */ property: calc(var(--some-value) * -1);...
@vakata I love this project and I was asking if there's room to contribute. Where do you suggest I can start? Features, tests, docs or what?