cstrings 是一个轻量级的 C 代码的国际化工具。 It is useful for those who find gettext too bulky and intrusive. It extracts strings from a program, and turns them into #defines in a prepended code section. It has good features for building up your message base incrementally.
项目主页:http://www.catb.org/~esr/cstrings/
来自:开源中国社区