Moved language definition to hunspell and libreoffice role

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-15 14:30:26 +02:00
parent d5c14ad53c
commit 75a5ab455e
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 8 additions and 2 deletions

View File

@ -1 +1,3 @@
flavor: "fresh" # Libre Office flavor, fresh for new, still for stable
flavor: "fresh" # Libre Office flavor, fresh for new, still for stable
languages:
- "{{ HOST_LL_CC | lower | replace('_', '-') }}" # Use system default

View File

@ -1 +1,2 @@
application_id: "desk-libreoffice"
application_id: "desk-libreoffice"
libreoffice_languages: "{{ applications | get_app_conf(application_id, 'languages', True ) }}"

View File

@ -0,0 +1,2 @@
languages:
- "{{ HOST_LL_CC | lower }}" # Use system default

View File

@ -1 +1,2 @@
application_id: gen-hunspell
hunspell_languages: "{{ applications | get_app_conf(application_id, 'languages', True ) }}"