Skip to content

Commit

Permalink
Remove no longer needed Crowdin workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jan 26, 2024
1 parent 55ff974 commit 31a93ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/update-translations-from-crowdin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ fixup_windows_rc_files()
fixup_po_files()
{
for i in locales/*.po ; do
# Crowdin started producing bad Last-Translator header leading to
# warning: header field 'Last-Translator' still has the initial default value
$SED --in-place -e "s/Last-Translator: FULL NAME <EMAIL@ADDRESS>/Last-Translator: /g" "$i"
# nothing currently
done
}

Expand Down

0 comments on commit 31a93ea

Please sign in to comment.