added Bulgarian translations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-01 11:42:35 +00:00
parent 4d11f6cad1
commit b28b097d59
3 changed files with 81 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ bool MyApp::OnInit()
wxLANGUAGE_FRENCH,
wxLANGUAGE_GERMAN,
wxLANGUAGE_RUSSIAN,
wxLANGUAGE_BULGARIAN,
#if wxUSE_UNICODE
wxLANGUAGE_JAPANESE,
wxLANGUAGE_GEORGIAN,
@@ -137,6 +138,7 @@ bool MyApp::OnInit()
_T("French"),
_T("German"),
_T("Russian"),
_T("Bulgarian"),
#if wxUSE_UNICODE
_T("Japanese"),
_T("Georgian"),