r23524 - gnucash-docs/branches/2.4 - [23523] Docs: drop region codes

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


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

Added:
   gnucash-docs/branches/2.4/guide/de/
   gnucash-docs/branches/2.4/guide/it/
   gnucash-docs/branches/2.4/guide/ja/
   gnucash-docs/branches/2.4/help/de/
   gnucash-docs/branches/2.4/help/it/
Removed:
   gnucash-docs/branches/2.4/guide/de_DE/
   gnucash-docs/branches/2.4/guide/it_IT/
   gnucash-docs/branches/2.4/guide/ja_JP/
   gnucash-docs/branches/2.4/help/de_DE/
   gnucash-docs/branches/2.4/help/it_IT/
Modified:
   gnucash-docs/branches/2.4/configure.in
   gnucash-docs/branches/2.4/guide/Makefile.am
   gnucash-docs/branches/2.4/help/Makefile.am
Log:
[23523] 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.


Modified: gnucash-docs/branches/2.4/configure.in
===================================================================
--- gnucash-docs/branches/2.4/configure.in	2013-12-09 08:04:44 UTC (rev 23523)
+++ gnucash-docs/branches/2.4/configure.in	2013-12-09 09:36:00 UTC (rev 23524)
@@ -150,12 +150,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/branches/2.4/guide/Makefile.am
===================================================================
--- gnucash-docs/branches/2.4/guide/Makefile.am	2013-12-09 08:04:44 UTC (rev 23523)
+++ gnucash-docs/branches/2.4/guide/Makefile.am	2013-12-09 09:36:00 UTC (rev 23524)
@@ -1,4 +1,4 @@
-SUBDIRS = C de_DE it_IT ja_JP
+SUBDIRS = C de it ja
 
 gnomehelpdir = $(datadir)/gnome/help
 

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



More information about the gnucash-changes mailing list