[Blends-commit] [SCM] ezgo branch, master, updated. c4c461e3d7b1812feaa4bc7944cc2d6c2a179c15
Franklin
franklin at goodhorse.idv.tw
Thu Feb 26 15:13:15 UTC 2015
The following commit has been merged in the master branch:
commit 9db2e39681fb7564ff8885aaecd0745e27374290
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Sun Jan 18 20:19:12 2015 +0800
Fix audacity locale problem, moving from zh to zh_CN
diff --git a/ezgo-misc/update-ezgo-misc b/ezgo-misc/update-ezgo-misc
index a758b76..a679b63 100755
--- a/ezgo-misc/update-ezgo-misc
+++ b/ezgo-misc/update-ezgo-misc
@@ -25,6 +25,8 @@ case "$1" in
mv /usr/share/ezgo/ezgo-misc/libreoffice /etc/skel/.config
chown -R root.root /etc/skel/.config/libreoffice
rm -f libreoffice.tar.gz
+ # fix audacity.mo path from zh to zh_CN
+ mv /usr/share/locale/zh/LC_MESSAGES/audacity.mo /usr/share/locale/zh_CN/LC_MESSAGES/audacity.mo
;;
remove)
rm -f /usr/share/applications/7zip.desktop
@@ -37,5 +39,6 @@ case "$1" in
rm -f /usr/local/7-Zip
sed -i 's/sysfonts=yes//g' /etc/tuxpaint/tuxpaint.conf
rm -rf /etc/skel/.config/libreoffice
+ mv /usr/share/locale/zh_CN/LC_MESSAGES/audacity.mo /usr/share/locale/zh/LC_MESSAGES/audacity.mo
;;
esac
--
Blend for educatipn with asian specific adaptations
More information about the Blends-commit
mailing list