summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2019-12-01 11:26:24 +0000
committerGitHub <noreply@github.com>2019-12-01 11:26:24 +0000
commit5663e39390427e82fb4c44a7fa2e35fea82fc4b2 (patch)
treeb1daa4ea135ad29b016ea8133a0f93ce7358a4fa /pkgs/applications/office
parent7e6718e425da8aa7abd7fb0ff098bfe7de83719d (diff)
parent45dc8d0617c5303ff5c682ad3b7ba8599ab6ad81 (diff)
downloadnixpkgs-5663e39390427e82fb4c44a7fa2e35fea82fc4b2.tar
nixpkgs-5663e39390427e82fb4c44a7fa2e35fea82fc4b2.tar.gz
nixpkgs-5663e39390427e82fb4c44a7fa2e35fea82fc4b2.tar.bz2
nixpkgs-5663e39390427e82fb4c44a7fa2e35fea82fc4b2.tar.lz
nixpkgs-5663e39390427e82fb4c44a7fa2e35fea82fc4b2.tar.xz
nixpkgs-5663e39390427e82fb4c44a7fa2e35fea82fc4b2.tar.zst
nixpkgs-5663e39390427e82fb4c44a7fa2e35fea82fc4b2.zip
Merge pull request #74478 from malbarbo/libreoffice-pt
libreoffice: add portuguese language support
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/libreoffice/default.nix2
-rw-r--r--pkgs/applications/office/libreoffice/still.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/libreoffice/default.nix b/pkgs/applications/office/libreoffice/default.nix
index 42f75560a5a..912ab42ce28 100644
--- a/pkgs/applications/office/libreoffice/default.nix
+++ b/pkgs/applications/office/libreoffice/default.nix
@@ -13,7 +13,7 @@
 , librevenge, libe-book, libmwaw, glm, glew, gst_all_1
 , gdb, commonsLogging, librdf_rasqal, wrapGAppsHook
 , gnome3, glib, ncurses, epoxy, gpgme
-, langs ? [ "ca" "cs" "de" "en-GB" "en-US" "eo" "es" "fr" "hu" "it" "ja" "nl" "pl" "ru" "sl" "zh-CN" ]
+, langs ? [ "ca" "cs" "de" "en-GB" "en-US" "eo" "es" "fr" "hu" "it" "ja" "nl" "pl" "pt" "pt-BR" "ru" "sl" "zh-CN" ]
 , withHelp ? true
 , kdeIntegration ? false
 }:
diff --git a/pkgs/applications/office/libreoffice/still.nix b/pkgs/applications/office/libreoffice/still.nix
index c42820e6114..ee1497bfb7e 100644
--- a/pkgs/applications/office/libreoffice/still.nix
+++ b/pkgs/applications/office/libreoffice/still.nix
@@ -13,7 +13,7 @@
 , librevenge, libe-book, libmwaw, glm, glew, gst_all_1
 , gdb, commonsLogging, librdf_rasqal, wrapGAppsHook
 , gnome3, glib, ncurses, epoxy, gpgme
-, langs ? [ "ca" "cs" "de" "en-GB" "en-US" "eo" "es" "fr" "hu" "it" "ja" "nl" "pl" "ru" "sl" "zh-CN" ]
+, langs ? [ "ca" "cs" "de" "en-GB" "en-US" "eo" "es" "fr" "hu" "it" "ja" "nl" "pl" "pt" "pt-BR" "ru" "sl" "zh-CN" ]
 , withHelp ? true
 , kdeIntegration ? false
 }: