Added wxLANGUAGE_BOSNIAN.
Closes #12016. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,6 +77,9 @@
|
||||
#ifndef LANG_BENGALI
|
||||
#define LANG_BENGALI (0)
|
||||
#endif
|
||||
#ifndef LANG_BOSNIAN
|
||||
#define LANG_BOSNIAN (0)
|
||||
#endif
|
||||
#ifndef LANG_BULGARIAN
|
||||
#define LANG_BULGARIAN (0)
|
||||
#endif
|
||||
@@ -317,6 +320,9 @@
|
||||
#ifndef SUBLANG_AZERI_LATIN
|
||||
#define SUBLANG_AZERI_LATIN SUBLANG_DEFAULT
|
||||
#endif
|
||||
#ifndef SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN
|
||||
#define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN SUBLANG_DEFAULT
|
||||
#endif
|
||||
#ifndef SUBLANG_CHINESE_SIMPLIFIED
|
||||
#define SUBLANG_CHINESE_SIMPLIFIED SUBLANG_DEFAULT
|
||||
#endif
|
||||
@@ -583,6 +589,7 @@ void wxLocale::InitLanguagesDB()
|
||||
LNG(wxLANGUAGE_BHUTANI, "dz" , 0 , 0 , wxLayout_LeftToRight, "Bhutani")
|
||||
LNG(wxLANGUAGE_BIHARI, "bh" , 0 , 0 , wxLayout_LeftToRight, "Bihari")
|
||||
LNG(wxLANGUAGE_BISLAMA, "bi" , 0 , 0 , wxLayout_LeftToRight, "Bislama")
|
||||
LNG(wxLANGUAGE_BOSNIAN, "bs" , LANG_BOSNIAN , SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN, wxLayout_LeftToRight, "Bosnian")
|
||||
LNG(wxLANGUAGE_BRETON, "br" , 0 , 0 , wxLayout_LeftToRight, "Breton")
|
||||
LNG(wxLANGUAGE_BULGARIAN, "bg_BG", LANG_BULGARIAN , SUBLANG_DEFAULT , wxLayout_LeftToRight, "Bulgarian")
|
||||
LNG(wxLANGUAGE_BURMESE, "my" , 0 , 0 , wxLayout_LeftToRight, "Burmese")
|
||||
|
||||
Reference in New Issue
Block a user