diff options
-rw-r--r-- | office/libreoffice-langpack/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/office/libreoffice-langpack/README b/office/libreoffice-langpack/README index a69d7cdaa7..f3c8a8b64f 100644 --- a/office/libreoffice-langpack/README +++ b/office/libreoffice-langpack/README @@ -7,10 +7,13 @@ To build other locales, download your language pack from: and start the SlackBuild as follows: - # LOLANG=xx-YY ./libreoffice-langpack.SlackBuild + # LOLANG=xx ./libreoffice-langpack.SlackBuild This package was prepared for LibreOffice built from here at SlackBuilds.org. if you want to build a package compatible with LibreOffice built from source (like AlienBOB's packages), start the script as follows: - # LOLANG=xx-YY ALIEN=yes ./libreoffice-langpack.SlackBuild + # LOLANG=xx ALIEN=yes ./libreoffice-langpack.SlackBuild + +Note: +For language used in multiple locale, please replace xx with xx-YY |