Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to the update command to exclude src line comments in .po files #117

Open
edaena opened this issue Oct 28, 2021 · 0 comments

Comments

@edaena
Copy link

edaena commented Oct 28, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant