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
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
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.
|
|
|