Parent Directory
|
Revision Log
|
Patch
revision 92 by twoaday, Thu Nov 10 14:07:06 2005 UTC | revision 93 by twoaday, Tue Nov 22 09:37:40 2005 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #!/bin/sh | #!/bin/sh |
2 | ||
3 | iconv --silent --from-code=iso-8859-1 --to-code=utf-8 <de.po | \ | #iconv --silent --from-code=iso-8859-1 --to-code=utf-8 <de.po | \ |
4 | sed "/^\"Content-Type:/ s/charset=[a-zA-Z0-9_-]*/charset=utf-8/"| | #sed "/^\"Content-Type:/ s/charset=[a-zA-Z0-9_-]*/charset=utf-8/"| |
5 | msgfmt --output-file=winpt.mo - | #msgfmt --output-file=winpt.mo - |
6 | ||
7 | msgfmt --output-file=winpt.mo de.po | |
8 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |