]> git.pld-linux.org Git - packages/mplayer.git/blob - po-charset.patch
- release 6 (libvpx 1.14)
[packages/mplayer.git] / po-charset.patch
1 --- MPlayer-1.5/help/help_create_po.pl.orig     2021-03-04 15:43:07.000000000 +0100
2 +++ MPlayer-1.5/help/help_create_po.pl  2023-10-01 21:35:19.055900995 +0200
3 @@ -56,6 +56,9 @@
4  open(po, "> $ARGV[1]") or die "Cannot open $ARGV[1]";
5  
6  print po "# DO NOT EDIT - this file is generated from $ARGV[0]\n";
7 +print po "msgid \"\"\n";
8 +print po "msgstr \"\"\n";
9 +print po '"Content-Type: text/plain; charset=UTF-8\n"';
10  
11  foreach my $id (keys %podefs)
12  {
This page took 0.121005 seconds and 3 git commands to generate.