r23523 - gnucash-docs/trunk - Docs: drop region codes

Frank H. Ellenberger fell at code.gnucash.org
Mon Dec 9 03:04:44 EST 2013


Author: fell
Date: 2013-12-09 03:04:44 -0500 (Mon, 09 Dec 2013)
New Revision: 23523
Trac: http://svn.gnucash.org/trac/changeset/23523

Added:
   gnucash-docs/trunk/guide/de/
   gnucash-docs/trunk/guide/it/
   gnucash-docs/trunk/guide/ja/
   gnucash-docs/trunk/help/de/
   gnucash-docs/trunk/help/it/
Removed:
   gnucash-docs/trunk/guide/de_DE/
   gnucash-docs/trunk/guide/it_IT/
   gnucash-docs/trunk/guide/ja_JP/
   gnucash-docs/trunk/help/de_DE/
   gnucash-docs/trunk/help/it_IT/
Modified:
   gnucash-docs/trunk/configure.in
   gnucash-docs/trunk/guide/Makefile.am
   gnucash-docs/trunk/help/Makefile.am
Log:
Docs: drop region codes

This should result in a translated documentation for locale settings like e.g. de_AT or it_CH, which before only got english docs.
You will need to rerun autogen to rebuild the makefiles.

BP  

Modified: gnucash-docs/trunk/configure.in
===================================================================
--- gnucash-docs/trunk/configure.in	2013-12-09 02:02:41 UTC (rev 23522)
+++ gnucash-docs/trunk/configure.in	2013-12-09 08:04:44 UTC (rev 23523)
@@ -151,12 +151,12 @@
 gnucash-docs.spec
 help/Makefile
 help/C/Makefile
-help/de_DE/Makefile
-help/it_IT/Makefile
+help/de/Makefile
+help/it/Makefile
 guide/Makefile
 guide/C/Makefile
-guide/de_DE/Makefile
-guide/it_IT/Makefile
-guide/ja_JP/Makefile
-guide/ja_JP/fop.xconf
+guide/de/Makefile
+guide/it/Makefile
+guide/ja/Makefile
+guide/ja/fop.xconf
 Makefile)

Modified: gnucash-docs/trunk/guide/Makefile.am
===================================================================
--- gnucash-docs/trunk/guide/Makefile.am	2013-12-09 02:02:41 UTC (rev 23522)
+++ gnucash-docs/trunk/guide/Makefile.am	2013-12-09 08:04:44 UTC (rev 23523)
@@ -1,4 +1,4 @@
-SUBDIRS = C de_DE it_IT ja_JP
+SUBDIRS = C de it ja
 
 gnomehelpdir = $(datadir)/gnome/help/gnucash-guide
 

Modified: gnucash-docs/trunk/help/Makefile.am
===================================================================
--- gnucash-docs/trunk/help/Makefile.am	2013-12-09 02:02:41 UTC (rev 23522)
+++ gnucash-docs/trunk/help/Makefile.am	2013-12-09 08:04:44 UTC (rev 23523)
@@ -1,4 +1,4 @@
-SUBDIRS = C de_DE it_IT
+SUBDIRS = C de it
 
 gnomehelpdir = $(datadir)/gnome/help/gnucash-help
 



More information about the gnucash-changes mailing list