mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03:00
xgettext: remove --strict flag from msguniq
As with `msgmerge`, this introduces unwanted empty comment lines above `#, c-format` lines. We don't need this strict formatting, so we get rid of the flag and the associated empty comment lines. Closes #11863
This commit is contained in:
committed by
Johannes Altmanninger
parent
8adc598e90
commit
1d7ab57e3a
@@ -41,7 +41,7 @@ begin
|
||||
mark_section tier1-from-rust
|
||||
|
||||
# Get rid of duplicates and sort.
|
||||
msguniq --no-wrap --strict --sort-output $rust_extraction_file
|
||||
msguniq --no-wrap --sort-output $rust_extraction_file
|
||||
or exit 1
|
||||
|
||||
if not set -l --query _flag_use_existing_template
|
||||
|
||||
Reference in New Issue
Block a user