[sword-svn] r2617 - in trunk: locales.d utilities
refdoc at crosswire.org
refdoc at crosswire.org
Wed Mar 16 14:03:54 MST 2011
Author: refdoc
Date: 2011-03-16 14:03:54 -0700 (Wed, 16 Mar 2011)
New Revision: 2617
Modified:
trunk/locales.d/fo-utf8.conf
trunk/utilities/imp2vs.cpp
Log:
Added alternative spelling of Song of Songs to locale
Improved help output of imp2vs
Modified: trunk/locales.d/fo-utf8.conf
===================================================================
--- trunk/locales.d/fo-utf8.conf 2011-03-16 15:29:18 UTC (rev 2616)
+++ trunk/locales.d/fo-utf8.conf 2011-03-16 21:03:54 UTC (rev 2617)
@@ -194,4 +194,6 @@
MIKA=Mic
RÓM=Rom
JÁKUP=Jas
-JUDAS=Jude
\ No newline at end of file
+JUDAS=Jude
+HÁSONG=Song
+
Modified: trunk/utilities/imp2vs.cpp
===================================================================
--- trunk/utilities/imp2vs.cpp 2011-03-16 15:29:18 UTC (rev 2616)
+++ trunk/utilities/imp2vs.cpp 2011-03-16 21:03:54 UTC (rev 2617)
@@ -58,8 +58,8 @@
for (StringList::iterator loop = av11n.begin(); loop != av11n.end(); loop++) {
fprintf(stderr, "\t\t\t\t\t%s\n", (*loop).c_str());
}
+ fprintf(stderr, " -l <locale>\t\t specify a locale scheme to use (default is en)\n");
fprintf(stderr, "\n");
- fprintf(stderr, " -l <locale>\t\t specify a locale scheme to use (default is en)\n");
fprintf(stderr, "'imp' format is a simple standard for importing data into SWORD modules.\n"
"Required is a plain text file containing $$$key lines followed by content.\n\n"
"$$$Gen.1.1\n"
More information about the sword-cvs
mailing list