r15821 by christoph - added hyphenation patterns for de_1901

scribus-commit scribus-commit at lists.scribus.net
Tue Nov 9 01:25:09 CET 2010


Author: christoph
Date: Tue Nov  9 00:25:09 2010
New Revision: 15821

URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15821
Log:
added hyphenation patterns for de_1901

Added:
    branches/Version135/Scribus/resources/dicts/README_de_1901.txt
    branches/Version135/Scribus/resources/dicts/hyph_de_1901.dic
    branches/Version135/Scribus/resources/translations/po/scribus.de_1901.ts
Removed:
    branches/Version135/Scribus/resources/translations/po/scribus.de_ol.ts
Modified:
    branches/Version135/Scribus/scribus/langmgr.cpp

Modified: branches/Version135/Scribus/scribus/langmgr.cpp
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15821&path=/branches/Version135/Scribus/scribus/langmgr.cpp
==============================================================================
--- branches/Version135/Scribus/scribus/langmgr.cpp (original)
+++ branches/Version135/Scribus/scribus/langmgr.cpp Tue Nov  9 00:25:09 2010
@@ -80,7 +80,7 @@
 	langList.insert("et",       langPair("Estonian",            QObject::tr( "Estonian" )) );
 	langList.insert("de",       langPair("German",              QObject::tr( "German" )) );
 	langList.insert("de_CH",    langPair("German (Swiss)",      QObject::tr( "German (Swiss)" )) );
-	langList.insert("de_ol",    langPair("German (Trad.)",      QObject::tr( "German (Trad.)" )) );
+	langList.insert("de_1901",    langPair("German (Trad.)",      QObject::tr( "German (Trad.)" )) );
 	langList.insert("fi",       langPair("Finnish",             QObject::tr( "Finnish" )) );
 	langList.insert("fr",       langPair("French",              QObject::tr( "French" )) );
 	langList.insert("gl",       langPair("Galician",            QObject::tr( "Galician" )) );




More information about the scribus-commit mailing list