diff options
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index 1a73fb276c1dc..73881a589547a 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -13,3 +13,8 @@ Build time environment variables that may set to vary features are as follows. VLC="yes" 2. disable (enabled by default) use of avahi with: AVAHI="no" +3. support additional languages by overriding the LOLANGS variable, whose + default setting is LOLANGS="de es fr id it ja nl vi zh-CN". Note that en-US + is always added to whatever LOLANGS is set. Thus building with, for example, + LOLOANGS="de" sh LibreOffice + would build LibreOffice with support for german and US english languages. |