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
This commit is contained in:
@@ -165,6 +165,6 @@ def ReplaceGeneratedPartOfFile(fname, func):
|
||||
os.rename(fnameNew, fname)
|
||||
|
||||
table = ReadTable()
|
||||
ReplaceGeneratedPartOfFile('include/wx/intl.h', WriteEnum)
|
||||
ReplaceGeneratedPartOfFile('interface/wx/intl.h', WriteEnum)
|
||||
ReplaceGeneratedPartOfFile('src/common/intl.cpp', WriteTable)
|
||||
ReplaceGeneratedPartOfFile('include/wx/language.h', WriteEnum)
|
||||
ReplaceGeneratedPartOfFile('interface/wx/language.h', WriteEnum)
|
||||
ReplaceGeneratedPartOfFile('src/common/languageinfo.cpp', WriteTable)
|
||||
|
Reference in New Issue
Block a user