Revision d0b3cf0b
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
#!/usr/bin/perl
|
||
# -*- coding: iso-8859-15; -*-
|
||
|
||
# These are all the texts to build the translations files.
|
||
# The file has the form of 'english text' => 'foreign text',
|
scripts/locales.pl | ||
---|---|---|
|
||
open my $fh, '>', $file or die "$! : $file";
|
||
|
||
print $fh "#!/usr/bin/perl\n\n";
|
||
print $fh "#!/usr/bin/perl\n# -*- coding: iso-8859-15; -*-\n\n";
|
||
print $fh $header, "\n" if $header;
|
||
print $fh "$data_name = $delim[0]\n" if $data_name;
|
||
|
Auch abrufbar als: Unified diff
Codierungssystem ISO-8859-15 in die von locales.pl erzeugten Dateien all/missing/lost schreiben