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
5e61a194
Kaydet (Commit)
5e61a194
authored
Eyl 28, 2011
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove obsolete fake_languagesstring() subroutine
üst
05293cb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
47 deletions
+0
-47
languages.pm
solenv/bin/modules/installer/languages.pm
+0
-45
scriptitems.pm
solenv/bin/modules/installer/scriptitems.pm
+0
-2
No files found.
solenv/bin/modules/installer/languages.pm
Dosyayı görüntüle @
5e61a194
...
...
@@ -171,51 +171,6 @@ sub get_all_languages_for_one_product
return
\
@languagearray
;
}
####################################################################################
# FAKE: The languages string may contain only "de", "en-US", instead of "01", ...
# But this has to be removed as soon as possible.
# In the future the languages are determined with "en-US" instead "01"
# already on the command line and in the zip list file.
####################################################################################
sub
fake_languagesstring
{
my
(
$stringref
)
=
@_
;
# ATTENTION: This function has to be removed as soon as possible!
$$stringref
=~
s/01/en-US/
;
$$stringref
=~
s/03/pt/
;
$$stringref
=~
s/07/ru/
;
$$stringref
=~
s/30/el/
;
$$stringref
=~
s/31/nl/
;
$$stringref
=~
s/33/fr/
;
$$stringref
=~
s/34/es/
;
$$stringref
=~
s/35/fi/
;
$$stringref
=~
s/36/hu/
;
$$stringref
=~
s/37/ca/
;
$$stringref
=~
s/39/it/
;
$$stringref
=~
s/42/cs/
;
$$stringref
=~
s/43/sk/
;
$$stringref
=~
s/44/en-GB/
;
$$stringref
=~
s/45/da/
;
$$stringref
=~
s/46/sv/
;
$$stringref
=~
s/47/no/
;
$$stringref
=~
s/48/pl/
;
$$stringref
=~
s/49/de/
;
$$stringref
=~
s/55/pt-BR/
;
$$stringref
=~
s/66/th/
;
$$stringref
=~
s/77/et/
;
$$stringref
=~
s/81/ja/
;
$$stringref
=~
s/82/ko/
;
$$stringref
=~
s/86/zh-CN/
;
$$stringref
=~
s/88/zh-TW/
;
$$stringref
=~
s/90/tr/
;
$$stringref
=~
s/91/hi-IN/
;
$$stringref
=~
s/96/ar/
;
$$stringref
=~
s/97/he/
;
}
##########################################################
# Converting the language array into a string for output
##########################################################
...
...
solenv/bin/modules/installer/scriptitems.pm
Dosyayı görüntüle @
5e61a194
...
...
@@ -783,8 +783,6 @@ sub replace_setup_variables
my
$languagesstring
=
$$languagestringref
;
$languagesstring
=~
s/\_/ /g
;
# replacing underscore with whitespace
# $languagesstring is "01 49" instead of "en-US de"
installer::languages::
fake_languagesstring
(
\
$languagesstring
);
my
$productname
=
$hashref
->
{
'PRODUCTNAME'
};
my
$productversion
=
$hashref
->
{
'PRODUCTVERSION'
};
...
...
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