Install files in the right directories
parent
408eb1e2bf
commit
793ca729c5
|
@ -0,0 +1,17 @@
|
|||
# Luxembourgish language files
|
||||
If you wish to (and you should) upgrade to LibreOffice as your preferred Office Suite and you write documents in Luxembourgish then you may need the language files as they are not included yet in the standard distribution.
|
||||
|
||||
## Installation on Debian/Ubuntu
|
||||
Copy the dictionary files you downloaded in the right directory:
|
||||
```bash
|
||||
sudo cp lb_LU.aff lb_LU.dic /usr/share/hunspell/
|
||||
|
||||
sudo chown root:root /usr/share/hunspell/lb_LU.*
|
||||
```
|
||||
Copy the thesaurus files you downloaded in the right directory:
|
||||
```bash
|
||||
sudo cp th_lb_LU_v2.dat th_lb_LU_v2.idx /usr/share/mythes/
|
||||
|
||||
sudo chown root:root /usr/share/mythes/lb_LU.*
|
||||
```
|
||||
|
Loading…
Reference in New Issue