Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
112d9e66
Kaydet (Commit)
112d9e66
authored
Kas 06, 2012
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#56346 add a few more Uralic languages to languages dropdown
Change-Id: I4adad5b494e61d033d6525a07260f7b4b8cb4e9c
üst
f8961503
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
lang.h
i18npool/inc/i18npool/lang.h
+9
-0
isolang.cxx
i18npool/source/isolang/isolang.cxx
+9
-0
langtab.src
svtools/source/misc/langtab.src
+9
-0
No files found.
i18npool/inc/i18npool/lang.h
Dosyayı görüntüle @
112d9e66
...
...
@@ -535,6 +535,15 @@ typedef unsigned short LanguageType;
#define LANGUAGE_USER_ENGLISH_MALAWI 0x8809
/* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_ENGLISH_UK)) */
#define LANGUAGE_USER_ERZYA 0x066C
#define LANGUAGE_USER_MARI_MEADOW 0x066D
#define LANGUAGE_USER_KHANTY 0x066E
#define LANGUAGE_USER_LIVONIAN 0x066F
#define LANGUAGE_USER_MOKSHA 0x0670
#define LANGUAGE_USER_MARI_HILL 0x0671
#define LANGUAGE_USER_NGANASAN 0x0672
#define LANGUAGE_USER_OLONETS 0x0673
#define LANGUAGE_USER_VEPS 0x0674
#define LANGUAGE_USER_VORO 0x0675
#define LANGUAGE_USER_NENETS 0x0676
#define LANGUAGE_USER_PAPIAMENTU_CURACAO 0x8479
/* makeLangID( 0x21, getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */
#define LANGUAGE_USER_PAPIAMENTU_BONAIRE 0x8879
/* makeLangID( 0x22, getPrimaryLanguage( LANGUAGE_PAPIAMENTU)) */
#define LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE
/* not a locale, to be used only in configuration context to obtain system default, primary 0x3fe, sub 0x3f */
...
...
i18npool/source/isolang/isolang.cxx
Dosyayı görüntüle @
112d9e66
...
...
@@ -482,6 +482,15 @@ static MsLangId::IsoLangEntry const aImplIsoLangEntries[] =
{
LANGUAGE_USER_PITJANTJATJARA
,
"pjt"
,
"AU"
},
{
LANGUAGE_USER_ERZYA
,
"myv"
,
"RU"
},
{
LANGUAGE_USER_MARI_MEADOW
,
"mhr"
,
"RU"
},
{
LANGUAGE_USER_KHANTY
,
"kca"
,
"RU"
},
{
LANGUAGE_USER_LIVONIAN
,
"liv"
,
"RU"
},
{
LANGUAGE_USER_MOKSHA
,
"mdf"
,
"RU"
},
{
LANGUAGE_USER_MARI_HILL
,
"mrj"
,
"RU"
},
{
LANGUAGE_USER_NGANASAN
,
"nio"
,
"RU"
},
{
LANGUAGE_USER_OLONETS
,
"olo"
,
"RU"
},
{
LANGUAGE_USER_VEPS
,
"vep"
,
"RU"
},
{
LANGUAGE_USER_VORO
,
"vro"
,
"EE"
},
{
LANGUAGE_USER_NENETS
,
"yrk"
,
"RU"
},
{
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
};
...
...
svtools/source/misc/langtab.src
Dosyayı görüntüle @
112d9e66
...
...
@@ -353,6 +353,15 @@ StringArray STR_ARR_SVT_LANGUAGE_TABLE
< "Mari, Meadow" ; LANGUAGE_USER_MARI_MEADOW ; > ;
< "Papiamento (Curaçao)" ; LANGUAGE_USER_PAPIAMENTU_CURACAO ; > ;
< "Papiamento (Bonaire)" ; LANGUAGE_USER_PAPIAMENTU_BONAIRE ; > ;
< "Khanty" ; LANGUAGE_USER_KHANTY ; > ;
< "Livonian" ; LANGUAGE_USER_LIVONIAN ; > ;
< "Moksha" ; LANGUAGE_USER_MOKSHA ; > ;
< "Mari, Hill" ; LANGUAGE_USER_MARI_HILL ; > ;
< "Nganasan" ; LANGUAGE_USER_NGANASAN ; > ;
< "Olonets" ; LANGUAGE_USER_OLONETS ; > ;
< "Veps" ; LANGUAGE_USER_VEPS ; > ;
< "Võro" ; LANGUAGE_USER_VORO ; > ;
< "Nenets" ; LANGUAGE_USER_NENETS ; > ;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment