wxWidgets/misc/languages
Václav Slavík ea14492351 Split intl.h into intl.h, language.h and translation.h.
To make the code more manageable, intl.h now contains wxLocale and
translation.h all translations-related stuff (wxTranslations, _() etc.).
Code generated by genlang.py was moved into its own files (language.h,
languageinfo.cpp).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-24 07:06:32 +00:00
..
genlang.py Split intl.h into intl.h, language.h and translation.h. 2010-04-24 07:06:32 +00:00
langtabl.txt correct writing direction for Farsi 2009-07-06 21:19:58 +00:00
README Split intl.h into intl.h, language.h and translation.h. 2010-04-24 07:06:32 +00:00

Run the genlang.py script from the top level wxWidgets directory to update
include/wx/language.h (wxLanguage enum), interface/wx/language.h (its
documentation) and src/common/language.cpp (conversion tables) with the data
from langtabl.txt.