[MPlayer-DOCS] Chinese man page path
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Sun Feb 1 21:17:26 CET 2009
On Sunday, 01 February 2009 at 17:51, Diego Biurrun wrote:
> We have our Chinese man page in DOCS/man/zh/, but I think we have to use
> either zh_CN or zh_TW depending on whether it is traditional or simplified
> Chinese.
>
> Can somebody shine a light on this? I cannot tell the two apart...
svn mv DOCS/man/zh DOCS/man/zh_CN
and apply the attached patch.
Regards,
R.
--
MPlayer http://mplayerhq.hu | RPMFusion http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
-------------- next part --------------
diff -up mplayer-export-2008-08-18/configure.man-zh_CN mplayer-export-2008-08-18/configure
--- mplayer-export-2008-08-18/configure.man-zh_CN 2008-08-18 22:53:34.000000000 +0200
+++ mplayer-export-2008-08-18/configure 2008-08-18 23:33:58.000000000 +0200
@@ -185,7 +185,7 @@ case `echo -n` in
esac
msg_lang_all=`echo help/help_mp-??.h help/help_mp-??_??.h | sed -e "s:help/help_mp-\(..\).h:\1:g" -e "s:help/help_mp-\(.....\).h:\1:g"`
-man_lang_all=`echo DOCS/man/??/mplayer.1 | sed -e "s:DOCS/man/\(..\)/mplayer.1:\1:g"`
+man_lang_all=`echo DOCS/man/??/mplayer.1 DOCS/man/??_??/mplayer.1 | sed -e "s:DOCS/man/\(..\)/mplayer.1:\1:g" -e "s:DOCS/man/\(.._..\)/mplayer.1:\1:g"`
doc_lang_all=`echo DOCS/xml/??/ DOCS/xml/??_??/ | sed -e "s:DOCS/xml/\(..\)/:\1:g" -e "s:DOCS/xml/\(.._..\)/:\1:g"`
show_help(){
More information about the MPlayer-DOCS
mailing list