|
|
我的firefox是英文版的怎么才能编译成中文的啊?
我的make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
#CFLAGS="-O2 -march=i686 -pipe" # used before Nov 06, 2007
CFLAGS="-Os -march=pentium-m -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
# This should not be changed unless you know exactly what you are doing. You
# should probably be using a different stage, instead.
CHOST="i686-pc-linux-gnu"
#GENTOO_MIRRORS="http://ftp.ncnu.edu.tw/Linux/Gentoo/ \
# http://distro.ibiblio.org/pub/linux/distributions/gentoo/ \
# http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
#
#GENTOO_MIRRORS="http://linux.ntcu.net/ftp/dists/gentoo"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
#GENTOO_MIRRORS="http://linux.ntcu.net/ftp/dists/gentoo"
#SYNC="rsync://linux.ntcu.net/gentoo-portage"
GENTOO_MIRRORS="ftp://gentoo.anheng.com.cn/gentoo \
http://mirror.averse.net/pub/gentoo/"
#SYNC="rsync://mirror.averse.net/gentoo-portage"
#FETCHCOMMAND="/usr/bin/axel -a -n2 \${URI} -o \${DISTDIR}" #
#RESUMECOMMAND="/usr/bin/axel -a -n2 \${URI} -o \${DISTDIR}"
USE="X gtk gtk2 gnome hal -qt3 -qt4 -arts -kde dvd alsa cdr cjk nls png \
tiff jpeg gif a52 mp3 mp4 midi avahi mpeg avi asf opengl xine pdf dri\
zip rar bzip2 truetype bitmap-fonts -doc berkdb ruby perl -ipv6 \
emacs spell xinerama dvdr mysql ogg vorbis ffmpeg dts xscreensaver \
apache2 dbus xml symlink msn qq console real xvid encode dvdread \
quicktime aac aalib cdparanoia divx4linux dv flac lame live mad \
mjpeg vcd vidix win32codecs xmms xv sse sse2 mmx exif nptl srt\
gphoto2 svg wav dri glitz xcb bluetooth irda usb type1 mdnsresponder-compat \
gstreamer madwifi sound java firefox hdaps wmv ppds foomatic \
userlocales unicode acpi immqt-bc esd oss nsplugin xulrunner \
-joystick -evo -qt3 -qt4 bash-completion curl curlwrappers"
LINGUAS="en en_US zh zh_CN"
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
INPUT_DEVICES="keyboard evdev mouse synaptics"
VIDEO_CARDS="radeon vesa"
ALSA_CARDS="intel8x0"
#source /usr/local/portage/layman/make.conf
PORTDIR_OVERLAY="/usr/portage/local"
FEATURES="ccache parallel-fetch sandbox"
CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE="2G"
PORTAGE_RSYNC_INITIAL_TIMEOUT=30
PORTDIR_OVERLAY="/usr/portage/local/layman/gentoo-china /usr/local/portage/dodoworm"
#source /usr/portage/local/layman/make.conf
source /usr/local/portage/layman/make.conf
source /usr/portage/local/layman/make.conf |
|