Split wxLocale into wxLocale and wxTranslations.
wxTranslations is for handling gettext translations. wxLocale manages locale and provides compatiblity API for translations. Separating these two loosely related tasks makes it possible to use translations into languages not known by Windows or using localized GUI without all the locales compilations. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -445,6 +445,7 @@ All:
|
||||
- Correct wxSocket::Peek() to not block (Anders Larsen).
|
||||
- Added IEC and SI units support to GetHumanReadableSize() (Julien Weinzorn).
|
||||
- Add convenient wxString::ToStd{String,Wstring}() helpers.
|
||||
- Added wxTranslations class to allow localization without changing locale.
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user