r23625 - gnucash/branches/2.4/packaging/win32 - [22838], [23570], [23573]: Bug 635240 RFE: Rename translations in gnucash-docs from <LANG>_<region> to <LANG>

Frank H. Ellenberger fell at code.gnucash.org
Thu Dec 26 12:31:14 EST 2013


Author: fell
Date: 2013-12-26 12:31:14 -0500 (Thu, 26 Dec 2013)
New Revision: 23625
Trac: http://svn.gnucash.org/trac/changeset/23625

Modified:
   gnucash/branches/2.4/packaging/win32/install-impl.sh
Log:
[22838], [23570], [23573]: Bug 635240 RFE: Rename translations in gnucash-docs from <LANG>_<region> to <LANG>

Backport changes to windows build script

22838: Temporarly disable ja guide html help ...
23570: Change guide and help translation directories To match gnucash-docs … 
23573: there was still one "_JP" although currently commented out 

Modified: gnucash/branches/2.4/packaging/win32/install-impl.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/install-impl.sh	2013-12-26 15:51:39 UTC (rev 23624)
+++ gnucash/branches/2.4/packaging/win32/install-impl.sh	2013-12-26 17:31:14 UTC (rev 23625)
@@ -1589,14 +1589,15 @@
         fi
         setup docs
         _DOCS_INST_UDIR=`unix_path $INSTALL_DIR`/share/gnucash/help
-        mkdir -p $_DOCS_INST_UDIR/{C,de_DE,it_IT,ja_JP}
+        mkdir -p $_DOCS_INST_UDIR/{C,de,it,ja}
         make_chm guide C
-        make_chm guide de_DE
-        make_chm guide it_IT
-        make_chm guide ja_JP "--stringparam chunker.output.encoding Shift_JIS --stringparam htmlhelp.encoding Shift_JIS"
+        make_chm guide de
+        make_chm guide it
+# Temporarily disabled because it makes hh
+#        make_chm guide ja "--stringparam chunker.output.encoding Shift_JIS --stringparam htmlhelp.encoding Shift_JIS"
         make_chm help C
-        make_chm help de_DE
-#        make_chm help it_IT
+        make_chm help de
+#        make_chm help it
     qpopd
 }
 



More information about the gnucash-changes mailing list