?? qtopia-linstall
字號:
#!/usr/bin/perl$basedir="$ENV{QPEDIR}/";if ( $ARGV[0] eq "-d" ) { shift; $basedir="$ENV{QPEDIR}/src/qtopiadesktop";}while (<>) { if ( /^TRANSLATIONS\s*=\s*(.*)/ ) { for $ts ( split " ", $1 ) { ($target,$locale) = $ts =~ /^(.*)-(.*)\.ts$/; $dir = "$basedir/i18n/$locale"; mkdir $dir,0700 if ! -d $dir; system("cp $target-$locale.qm $dir/$target.qm") && exit 1; } }}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -