about summary refs log tree commit diff
diff options
context:
space:
mode:
author7c6f434c <7c6f434c@mail.ru>2024-06-15 23:04:11 +0000
committerGitHub <noreply@github.com>2024-06-15 23:04:11 +0000
commitd091294ac4d481cd6a361be5567b14a4dc6d624f (patch)
tree0df72c68525d5a2425cd7a4d60af932f5543a7e0
parent379411592e042870812d6cda5ed1c373c1b0b5c4 (diff)
parent2be74bd88f619929813674f1a6fca159e1f017b8 (diff)
Merge pull request #320015 from hlad/patch-3
libreoffice: add Slovak language
-rw-r--r--pkgs/applications/office/libreoffice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 7007b59b30129..28ffe6d11bbe5 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -97,7 +97,7 @@
 , libetonyek
 , liborcus
 , libpng
-, langs ? [ "ar" "ca" "cs" "da" "de" "en-GB" "en-US" "eo" "es" "fi" "fr" "hu" "it" "ja" "nl" "pl" "pt" "pt-BR" "ro" "ru" "sl" "tr" "uk" "zh-CN" ]
+, langs ? [ "ar" "ca" "cs" "da" "de" "en-GB" "en-US" "eo" "es" "fi" "fr" "hu" "it" "ja" "nl" "pl" "pt" "pt-BR" "ro" "ru" "sk" "sl" "tr" "uk" "zh-CN" ]
 , withHelp ? true
 , kdeIntegration ? false
 , qtbase ? null