Kashyap Sistla

Results 8 comments of Kashyap Sistla

@petebacondarwin - is there a way I could use a cmd like localize-translate to do what ng xi18n does? I tried below command, but it still requires -t which is...

> ```shell > node_modules/.bin/localize-extract -s "out-tsc/**/*.js" -f xlf -o message.xlf > ``` yeah, but localize-extract is not included with cli 10.0.3, is there an equivalent command that I can use...

> > I am on angular 13, and I spent all the morning trying to figure out why the `localize-extract` was not extracting the `i18n` texts from the html template...

> > > > I am on angular 13, and I spent all the morning trying to figure out why the `localize-extract` was not extracting the `i18n` texts from the...

> I created a xliff merge tool that nicely integrates with Angular CLI and (probably) caters most needs of former users of this tooling: https://github.com/daniel-sc/ng-extract-i18n-merge Feedback welcome! :) Thank you...

@xmarkclx - I was struggling for hours until I stumbled upon your fix. Works like a charm. Thanks a million...

@DaSchTour - Is this library still maintained? Are there any plans to add support for Angular 14? We are upgrading to Angular 14 and seeing the below error - ![image](https://user-images.githubusercontent.com/13897749/180314203-4f7439b5-bd92-459a-8a6d-a8280be6ff3a.png)

Is this package still maintained?