sw/source/ui/misc/translatelangselect.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ed50187de545d44c55351736f62c5bdf06f2b3de
Author:     Aron Budea <aron.bu...@collabora.com>
AuthorDate: Thu Nov 17 09:17:48 2022 +0100
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Thu Nov 17 12:22:21 2022 +0100

    DeepL: add Spanish to list of languages for translation
    
    Change-Id: I7c7505fb1afee750c1742a64f4b8f345a6140c38
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142823
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    (cherry picked from commit 0c2e24594ed202f9c3dd2b3ee6646410b4eb2326)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142797
    Tested-by: Jenkins

diff --git a/sw/source/ui/misc/translatelangselect.cxx 
b/sw/source/ui/misc/translatelangselect.cxx
index 18a3214bfebd..33f93c738f32 100644
--- a/sw/source/ui/misc/translatelangselect.cxx
+++ b/sw/source/ui/misc/translatelangselect.cxx
@@ -55,6 +55,7 @@ 
SwTranslateLangSelectDlg::SwTranslateLangSelectDlg(weld::Window* pParent, SwWrtS
           SwLanguageListItem("EL", "Greek"),
           SwLanguageListItem("EN-GB", "English (British)"),
           SwLanguageListItem("EN-US", "English (American)"),
+          SwLanguageListItem("ES", "Spanish"),
           SwLanguageListItem("ET", "Estonian"),
           SwLanguageListItem("FI", "Finnish"),
           SwLanguageListItem("FR", "French"),

Reply via email to