replace $ by \$

remotes/origin/ldap_group_count
Morris Jobke 11 years ago
parent 5add56b6ca
commit 9107cd2bde
  1. 4
      l10n/l10n.pl

@ -169,6 +169,10 @@ elsif( $task eq 'write' ){
}
next if $#strings == -1; # Skip empty files
for (@strings) {
s/\$/\\\$/g;
}
# Write PHP file
open( OUT, ">$language.php" );
print OUT "<?php\n\$TRANSLATIONS = array(\n";

Loading…
Cancel
Save