Comment 4 for bug 1970270

Revision history for this message
Aaron Rainbolt (arraybolt3) wrote : Re: LibreOffice localization is not working out of the box

I think I may have found the solution for this bug.

In calamares-settings-ubuntu/lubuntu/modules/packages.conf:

    update_db: true
    backend: apt
    operations:
      - remove:
          - "^live-*"
          - calamares-settings-lubuntu
          - calamares
          - hunspell-en-us
          - zram-config
          - cifs-utils
      - try_install:
          - language-pack-$LOCALE
          - hunspell-$LOCALE
          - libreoffice-help-$LOCALE

Can we simply add "- libreoffice-l10n-$LOCALE" to the end of the "try_install" section?