Currently when using the update command the .po file is updated with comments indicating the lines in the src file. Eg. #: myFile.ts:355. This causes differences in source control when doing trivial changes to the src file that are unrelated to the translation strings.
Expected:
A flag to update without automatically adding those comments.
Suggestion:
A flag called --format where, similar to the po2json we can specify compact or verbose, where compact will be without src line comments.
Currently when using the
updatecommand the.pofile is updated with comments indicating the lines in the src file. Eg.#: myFile.ts:355. This causes differences in source control when doing trivial changes to the src file that are unrelated to the translation strings.Expected:
A flag to update without automatically adding those comments.
Suggestion:
A flag called
--formatwhere, similar to thepo2jsonwe can specifycompactorverbose, wherecompactwill be without src line comments.