[已解决] 安装umbrello后,如何安装语言包?
Tofloor
poster avatar
stronghill
deepin
2013-10-26 05:53
Author
从软件中心安装umbrello,发现是英文的,如何安装kde4开发工具的中文语言包?
Reply Favorite View the author
All Replies
electricface
deepin
2013-10-27 03:07
#1
安装这个  kde-l10n-zhcn

告诉你我是如何找到的
  1. sudo apt-get install apt-file
  2. apt-file update
  3. apt-file find umbrello|grep zh_CN
Copy the Code
输出结果是
  1. kde-l10n-zhcn: /usr/share/locale/zh_CN/LC_MESSAGES/umbrello.mo
Copy the Code
于是就发现了要安装的包了
  1. sudo apt-get install kde-l10n-zhcn
Copy the Code
Reply View the author
stronghill
deepin
2013-10-28 22:11
#2
太感谢了,又学了一招
Reply View the author