1、运行pot生成一个kylin-burner.po文件
2、将po文件中的fuzzy字段替换为qt-format字段
3、使用msgfmt将po文件转化为mo文件
		msgfmt -o test.mo test.po


mo文件也可以反编译为po文件
msgunfmt test.mo -o test.po
