|
发表于 2009-12-10 06:18:46
|
显示全部楼层
Post by fender010;2054298
LINGUAS="zh en_US.UTF-8 zh_CN.UTF-8 en_US zh_CN"
en or en_US or en_US_UTF-8? Which one is correct?
In my make.conf only "en_US_UTF-8" is added.
LINGUAS do not include encoding or even locale, so- LINGUAS="zh zh_CN zh_TW en"
复制代码
LINGUAS is just another USE variable, check the USE listing for package that uses LINGUAS, e.g.,- $ emerge -pv lyx
- These are the packages that would be merged, in order:
- Calculating dependencies... done!
- [ebuild R ] app-office/lyx-1.6.4 USE="X cups latex nls subversion -debug -dia -docbook -dot -html -monolithic-build -rcs -rtf" LINGUAS="en ja zh_CN zh_TW -ar -ca -cs -de -es -eu -fi -fr -gl -he -hu -id -it -nb -nn -pl -pt -ro -ru -sk -tr -uk" 10,742 kB
复制代码 |
|