Split intl.h into intl.h, language.h and translation.h.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Apr 2010 07:06:32 +0000 (07:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Apr 2010 07:06:32 +0000 (07:06 +0000)
commitea14492351395f1dcea060e8db0860f865b92658
tree8a0ea675a7778ddcfef21454c1829c4506ad6faf
parent18e065b48d9f137e93a5396eaa3f87e4c63c9ad4
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
24 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_base.dsp
build/msw/wx_vc7_base.vcproj
build/msw/wx_vc8_base.vcproj
build/msw/wx_vc9_base.vcproj
include/wx/intl.h
include/wx/language.h [new file with mode: 0644]
include/wx/translation.h [new file with mode: 0644]
interface/wx/intl.h
interface/wx/language.h [new file with mode: 0644]
interface/wx/translation.h [new file with mode: 0644]
misc/languages/README
misc/languages/genlang.py
src/common/intl.cpp
src/common/languageinfo.cpp [new file with mode: 0644]
src/common/translation.cpp [new file with mode: 0644]
wxGTK.spec
wxMotif.spec
wxX11.spec