From: Shawn O. Pearce Date: Mon, 3 Sep 2007 04:17:04 +0000 (-0400) Subject: git-gui: Update po/README as symlink process is not necessary X-Git-Tag: gitgui-0.9.0~87 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2ea22555073a1272ba1dc4ecb9968c0f8616e860;p=git.git git-gui: Update po/README as symlink process is not necessary We don't actually need to create the lib/msgs symlink back to our po directory in the source tree. git-gui.sh is smart enough to figure out this is where the msg files are and will load them from the po directory if invoked as git-gui.sh. Signed-off-by: Shawn O. Pearce --- diff --git a/po/README b/po/README index af5dfad8c..e7cf40524 100644 --- a/po/README +++ b/po/README @@ -130,12 +130,7 @@ resulting git-gui under your locale: $ make install $ LANG=af git-gui -There is a trick to test your translation without first installing, if -you prefer. First, create this symbolic link in the source tree: - - $ ln -s ../po lib/msgs - -After setting up such a symbolic link, you can: +There is a trick to test your translation without first installing: $ make $ LANG=af ./git-gui.sh