You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thepo2json
we can specifycompact
orverbose
, wherecompact
will be without src line comments.The text was updated successfully, but these errors were encountered: