mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
remove comments from transliterate.properties to reduce the filesize by 47k
bug 188251, r=bz, sr=darin
This commit is contained in:
parent
449530f503
commit
e1b7c63212
File diff suppressed because it is too large
Load Diff
@ -196,8 +196,9 @@ sub warning
|
||||
sub doutput
|
||||
{
|
||||
my ($u, $cmt, $udec, $str) = (@_);
|
||||
print "# U+$u $cmt\n";
|
||||
print "entity.$udec=$str\n";
|
||||
# don't print out comments - for debugging purposes only
|
||||
# print "# U+$u $cmt\n";
|
||||
print "entity.$udec=$str\n";
|
||||
}
|
||||
sub output
|
||||
{
|
||||
@ -208,7 +209,8 @@ sub output
|
||||
output($u,$cmt,$udec,$str);
|
||||
}
|
||||
} else {
|
||||
print OUT "# U+$u $cmt\n";
|
||||
# don't print out comments - for debugging purposes only
|
||||
# print OUT "# U+$u $cmt\n";
|
||||
print OUT "entity.$udec=$str\n";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user