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
bcc44b82
Kaydet (Commit)
bcc44b82
authored
Nis 25, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Improve help message for --with-locales
Change-Id: I54109240f55a6e0d13dee16882a8175140b77867
üst
270fabec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
configure.ac
configure.ac
+15
-4
No files found.
configure.ac
Dosyayı görüntüle @
bcc44b82
...
@@ -1960,13 +1960,24 @@ AC_ARG_WITH(lang,
...
@@ -1960,13 +1960,24 @@ AC_ARG_WITH(lang,
AC_ARG_WITH(locales,
AC_ARG_WITH(locales,
AS_HELP_STRING([--with-locales],
AS_HELP_STRING([--with-locales],
[Use this option to limit the locale information built in.
[Use this option to limit the locale information built in.
By default all the locales available is included.
This option is completely unrelated to --with-lang.
Separate multiple locales with space.
Separate multiple locales with space.
Very experimental and might well break stuff.
Just a desperate measure to shrink code and data size.
By default all the locales available is included.
This option is completely unrelated to --with-lang.])
[
Affects also our character encoding conversion
tables for encodings mainly targeted for a
particular locale, like EUC-CN and EUC-TW for
zh, ISO-2022-JP for ja.
Affects also our add-on break iterator data for
some languages.
For the default, all locales, don't use this switch at all.
For the default, all locales, don't use this switch at all.
Specifying just the language part of a locale means all matching
Specifying just the language part of a locale means all matching
locales will be included.])
locales will be included.
[
Usage: --with-locales="en es pt fr zh kr ja"
Usage: --with-locales="en es pt fr zh kr ja"
],
],
,)
,)
...
...
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