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
369c76f3
Kaydet (Commit)
369c76f3
authored
Tem 20, 2012
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
print full inheritance
Change-Id: Ia53fcbde6b3ff4d38b477069a1f956c9aef84f78
üst
61c1af33
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
list-dateacceptancepattern.awk
...ool/source/localedata/data/list-dateacceptancepattern.awk
+12
-5
No files found.
i18npool/source/localedata/data/list-dateacceptancepattern.awk
Dosyayı görüntüle @
369c76f3
...
...
@@ -80,7 +80,7 @@ END {
for
(
i
in
LocaleList
)
{
if
(
LocaleList
[
i
][
offinherit
]
&&
LocaleList
[
i
][
offpatterns
])
print
LocaleList
[
i
][
offlocale
]
" = "
LocaleList
[
i
][
offinherit
]
" "
print
getInheritance
(
LocaleList
[
i
][
offlocale
],
LocaleList
[
i
][
offlocale
])
" "
}
print
"\n<p>"
}
...
...
@@ -89,7 +89,7 @@ END {
for
(
i
in
LocaleList
)
{
if
(
LocaleList
[
i
][
offinherit
]
&&
LocaleList
[
i
][
offpatterns
])
print
LocaleList
[
i
][
offlocale
]
" = "
LocaleList
[
i
][
offinherit
]
print
getInheritance
(
LocaleList
[
i
][
offlocale
],
LocaleList
[
i
][
offlocale
])
}
print
"\n"
}
...
...
@@ -105,7 +105,7 @@ END {
for
(
i
in
LocaleList
)
{
if
(
!
LocaleList
[
i
][
offpatterns
])
print
LocaleList
[
i
][
offlocale
]
" "
print
getInheritance
(
LocaleList
[
i
][
offlocale
],
LocaleList
[
i
][
offlocale
])
" "
}
}
else
...
...
@@ -113,13 +113,13 @@ END {
for
(
i
in
LocaleList
)
{
if
(
!
LocaleList
[
i
][
offpatterns
])
print
LocaleList
[
i
][
offlocale
]
print
getInheritance
(
LocaleList
[
i
][
offlocale
],
LocaleList
[
i
][
offlocale
])
}
}
}
function
endFile
()
{
function
endFile
(
locale
)
{
locale
=
getLocale
(
file
)
LocaleList
[
locale
][
offlocale
]
=
locale
LocaleList
[
locale
][
offpatterns
]
=
patterns
...
...
@@ -172,4 +172,11 @@ function fillAllInherited( i ) {
}
}
function
getInheritance
(
str
,
locale
)
{
if
(
LocaleList
[
locale
][
offinherit
])
str
=
getInheritance
(
str
" = "
LocaleList
[
locale
][
offinherit
],
LocaleList
[
locale
][
offinherit
])
return
str
}
# vim:set shiftwidth=4 softtabstop=4 expandtab:
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