Manage option translations in separate .po files to make translations
authorFelix Kuehling <fxkuehl@gmx.de>
Mon, 11 Apr 2005 21:41:40 +0000 (21:41 +0000)
committerFelix Kuehling <fxkuehl@gmx.de>
Mon, 11 Apr 2005 21:41:40 +0000 (21:41 +0000)
commit55ba0dccc92797a0411ce315328100e28f6343b7
tree75555b044568d724fdf73062a58d26c484557de5
parentaaa5a664331600139347039419cd5c8d9493b8aa
Manage option translations in separate .po files to make translations
easier for non-programmers familiar with GNU gettext. For now there is
only a German translation but more translations are encouraged.

Translatable strings are extracted from t_options.h containing option
definitions with English descriptions. A corresponding header options.h
with all available translations of option descriptions is generated by
gen_xmlpool.py and included by xmlpool.h.

Many option descriptions were rephrased to make them unambiguous for
translation without context. They are hopefully more helpful to users at
the same time.
src/mesa/drivers/dri/common/xmlpool.h
src/mesa/drivers/dri/common/xmlpool/Makefile [new file with mode: 0644]
src/mesa/drivers/dri/common/xmlpool/de.po [new file with mode: 0644]
src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py [new file with mode: 0644]
src/mesa/drivers/dri/common/xmlpool/options.h [new file with mode: 0644]
src/mesa/drivers/dri/common/xmlpool/t_options.h [new file with mode: 0644]