locales34: #i115482# added Lojban [jbo] to language list
This commit is contained in:
parent
9555e0bc6d
commit
7d8bdf3acc
3 changed files with 5 additions and 0 deletions
|
@ -517,6 +517,7 @@ typedef unsigned short LanguageType;
|
|||
#define LANGUAGE_USER_RUSYN_SLOVAKIA 0x8256 /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_USER_RUSYN_UKRAINE)) */
|
||||
#define LANGUAGE_USER_YIDDISH_US 0x083D /* makeLangID( 0x20, getPrimaryLanguage( LANGUAGE_YIDDISH)) */
|
||||
#define LANGUAGE_USER_LIMBU 0x0657
|
||||
#define LANGUAGE_USER_LOJBAN 0x0658 /* no locale */
|
||||
|
||||
|
||||
#endif /* INCLUDED_I18NPOOL_LANG_H */
|
||||
|
|
|
@ -463,6 +463,7 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
|
|||
{ LANGUAGE_USER_RUSYN_UKRAINE, "rue", "UA" },
|
||||
{ LANGUAGE_USER_RUSYN_SLOVAKIA, "rue", "SK" },
|
||||
{ LANGUAGE_USER_LIMBU, "lif", "NP" },
|
||||
{ LANGUAGE_USER_LOJBAN, "jbo", "" },
|
||||
{ LANGUAGE_NONE, "zxx", "" }, // added to ISO 639-2 on 2006-01-11: Used to declare the absence of linguistic information
|
||||
{ LANGUAGE_DONTKNOW, "", "" } // marks end of table
|
||||
};
|
||||
|
@ -687,6 +688,7 @@ static const MsLangId::IsoLangEntry & lcl_lookupFallbackEntry( LanguageType nLan
|
|||
case LANGUAGE_BASQUE:
|
||||
case LANGUAGE_USER_ESPERANTO:
|
||||
case LANGUAGE_USER_INTERLINGUA:
|
||||
case LANGUAGE_USER_LOJBAN:
|
||||
return *pEntry;
|
||||
default:
|
||||
; // nothing
|
||||
|
@ -767,6 +769,7 @@ static const MsLangId::IsoLangEntry & lcl_lookupFallbackEntry(
|
|||
case LANGUAGE_BASQUE:
|
||||
case LANGUAGE_USER_ESPERANTO:
|
||||
case LANGUAGE_USER_INTERLINGUA:
|
||||
case LANGUAGE_USER_LOJBAN:
|
||||
return *pEntry;
|
||||
default:
|
||||
; // nothing
|
||||
|
|
|
@ -326,6 +326,7 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
|
|||
< "Yiddish (USA)" ; LANGUAGE_USER_YIDDISH_US ; > ;
|
||||
< "Hawaiian" ; LANGUAGE_HAWAIIAN_UNITED_STATES ; > ;
|
||||
< "Limbu" ; LANGUAGE_USER_LIMBU ; > ;
|
||||
< "Lojban" ; LANGUAGE_USER_LOJBAN ; > ;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue