extras/source/wordbook/technical.dic |   25 +++++++++++++++++++++++++
 l10ntools/source/lngmerge.cxx        |    3 ++-
 2 files changed, 27 insertions(+), 1 deletion(-)

New commits:
commit 851b3afb28a87934b933184af2ebb8f8144815ab
Author: László Németh <laszlo.nem...@collabora.com>
Date:   Fri May 22 15:37:25 2015 +0200

    l10ntools: support x-comments in ulf format
    
    Change-Id: I9e2812b02348538aa5bb6a130530d12b31a374dd

diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index 5465d55..959a93c 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -114,6 +114,7 @@ bool LngParser::CreatePO( const OString &rPOFile )
         else {
             WritePO( aPOStream , Text , sSource , sID );
         }
+        Text.erase("x-comment");
     }
     aPOStream.close();
     return true;
@@ -129,7 +130,7 @@ void LngParser::WritePO(PoOfstream &aPOStream,
     {
         common::writePoEntry(
             "Ulfex", aPOStream, rActFileName, "LngText",
-            rID, OString(), OString(), rText_inout["en-US"]);
+            rID, OString(), rText_inout.count("x-comment") ? 
rText_inout["x-comment"] : OString(), rText_inout["en-US"]);
    }
 }
 
commit c4318b8c1912c1ee947d96b02b3d4abf2eaf65f6
Author: László Németh <laszlo.nem...@collabora.com>
Date:   Fri May 22 12:38:59 2015 +0200

    add Greek small letters to the technical spelling dictionary
    
    Greek upper case letters have already been ignored during
    spell checking, so there is no reason to avoid the small ones,
    especially because they are frequently used in scientific and
    technical writings.
    
    Change-Id: I128fe8c51b7e9802c18fc282674998741c8e4fb2

diff --git a/extras/source/wordbook/technical.dic 
b/extras/source/wordbook/technical.dic
index e255bc4..3ee3281 100644
--- a/extras/source/wordbook/technical.dic
+++ b/extras/source/wordbook/technical.dic
@@ -235,3 +235,28 @@ Xubuntu
 Yahoo
 YouTube
 ZENworks
+α
+β
+γ
+δ
+ε
+ζ
+η
+θ
+ι
+κ
+λ
+μ
+ν
+ξ
+ο
+π
+ρ
+ς
+σ
+τ
+υ
+φ
+χ
+ψ
+ω
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to