sw/source/ui/misc/translatelangselect.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 41a6d46d5bc918ccfdd0c5fe4c2987b0a95194a9
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Thu Nov 17 13:39:53 2022 +0100
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Thu Nov 24 09:09:12 2022 +0100

    deepL: Dutch is "NL" and use "LV" for Latvian
    
    Change-Id: I18d56ac373594abca2d994c709fa4579bdfe4d62
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142838
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    (cherry picked from commit 37c1ad25be11d3b2256b1dce577abc426f6a73f6)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143192
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>

diff --git a/sw/source/ui/misc/translatelangselect.cxx 
b/sw/source/ui/misc/translatelangselect.cxx
index 8255cd8b01ee..9ec510947923 100644
--- a/sw/source/ui/misc/translatelangselect.cxx
+++ b/sw/source/ui/misc/translatelangselect.cxx
@@ -64,7 +64,8 @@ 
SwTranslateLangSelectDlg::SwTranslateLangSelectDlg(weld::Window* pParent, SwWrtS
           SwLanguageListItem("IT", "Italian"),
           SwLanguageListItem("JA", "Japanese"),
           SwLanguageListItem("LT", "Lithuanian"),
-          SwLanguageListItem("LV", "Dutch"),
+          SwLanguageListItem("LV", "Latvian"),
+          SwLanguageListItem("NL", "Dutch"),
           SwLanguageListItem("PL", "Polish"),
           SwLanguageListItem("PT-BR", "Portuguese (Brazilian)"),
           SwLanguageListItem("PT-PT", "Portuguese (European)"),

Reply via email to