00001 /* 00002 * i18n.h 00003 * 00004 * Bogus file for doxygen. Don't use this file! 00005 */ 00006 00007 /// \ingroup gamepad_general 00008 /// \defgroup gamepad_general_i18n Gamepad Localization 00009 /// 00010 /// The Gamepad library is built to natively support any locale (although 00011 /// I suspect it only works well for left-to-right languages). 00012 /// 00013 /// The \b data directory contains a \b strings directory, which in turn 00014 /// contains all locale-specific strings. I've started with support for 00015 /// US English only, but it is easy to add your own. Simply create another 00016 /// directory with the approprate locale name, and then copy over the files 00017 /// from the US English directory, and translate entries. 00018 ///