文档介绍:Fedora test day intro
Robert Lijun Li
Red Hat
Agenda
Why need QA ­ Fedora test day ?
How to join us ?
What is GILT/i18n/L10n ?
How to start your QE life ­ Reporting a New Bug via Red Hat Bugzilla.
Next (Dev $ QE).
Q&A
Why need QA ­ Fedora test day ?
Make sure products test PASS by QE.
Make sure products defects FIX in time .
Make sure products GLOBAL­ ready for GA Release.
How to join us ?
Step. 1 PC/Laptop/VM.
Step. 2 Install latest Fedora.
Step. 3 Join Test Days.
What is GILT/i18n/L10n ?
GILT: Globalization(G11n), Internationalization(i18n), Localization(L10n), Translation
i18n testing 
 Localizability
 Input/output & functionality
 Locale
 Languages
L10n testing 
 Functionality
 Locale/Data format/Encoding
 UI/Cosmetic
 Translation/Linguistic
Reporting a New Bug via Red Hat Bugzilla
/
Next (Dev $ QE)
Gettext : gettext(“hello”), _(“hello”)
Xgettext: xgettext ­L c ­o  
PO : Portable Object, msgid "C&lear"  msgstr " 清除 (&L)"
MO : Machine Object
Msgfmt: msgfmt ­o /usr/local/share/locale/zh_CN/LC_MESSAGES/ 
, msgfmt ­­statistics  ­o 
Msgunfmt
Poedit
Iconv: iconv ­f utf­8 ­t gb2312 inputfile > outputfile
Msgconv: msgconv ­t gb2312 inputfile ­o outputfile
Q&A