Skip to content

Commit

Permalink
Updated console command for updating translations of Znuny modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasSchmitt committed Oct 11, 2023
1 parent 8685ef9 commit 6b22c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kernel/System/Console/Command/Dev/Tools/TranslationsUpdate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@ sub WritePerlLanguageFile {
$HeaderString .= "2021 Znuny GmbH, https://znuny.org/" if $Param{ModuleCopyrightVendor} eq "org";
}

$Param{Module} =~ s/\-//gix;

$NewOut = <<"EOF";
$Separator
$HeaderString
Expand Down

0 comments on commit 6b22c2e

Please sign in to comment.