[interchange-cvs] interchange - racke modified dist/foundation/dbconf/locales/default.cfg

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Jan 1 09:07:00 2003


User:      racke
Date:      2003-01-01 14:06:39 GMT
Modified:  dist/foundation/dbconf/locales default.cfg
Log:
added entries for cat and products database

Revision  Changes    Path
1.2       +29 -0     interchange/dist/foundation/dbconf/locales/default.cfg


rev 1.2, prev_rev 1.1
Index: default.cfg
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/dbconf/locales/default.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- default.cfg	30 Dec 2002 01:01:04 -0000	1.1
+++ default.cfg	1 Jan 2003 14:06:39 -0000	1.2
@@ -1,3 +1,4 @@
+# Product Groups
 Database area MAP name __CURLOCALE__ area___CURLOCALE__::name
 Database area MAP name fallback 1
 ifdef SQLDSN
@@ -5,5 +6,33 @@
 endif
 ifndef SQLDSN
 Database area___CURLOCALE__ area___CURLOCALE__.txt TAB
+endif
+
+# Categories
+Database cat MAP name __CURLOCALE__ cat___CURLOCALE__::name
+Database cat MAP name fallback 1
+ifdef SQLDSN
+Database cat___CURLOCALE__ cat___CURLOCALE__.txt __SQLDSN__
+endif
+ifndef SQLDSN
+Database cat___CURLOCALE__ cat___CURLOCALE__.txt TAB
+endif
+
+# Products
+Database products MAP description __CURLOCALE__ products___CURLOCALE__::description
+Database products MAP description fallback 1
+Database products MAP title __CURLOCALE__ products___CURLOCALE__::title
+Database products MAP title fallback 1
+Database products MAP comment __CURLOCALE__ products___CURLOCALE__::comment
+Database products MAP comment fallback 1
+Database products MAP prod_group __CURLOCALE__ area::name/area___CURLOCALE__::name
+Database products MAP prod_group fallback 1
+Database products MAP category __CURLOCALE__ cat::name/cat___CURLOCALE__::name
+Database products MAP category fallback 1
+ifdef SQLDSN
+Database products___CURLOCALE__ products___CURLOCALE__.txt __SQLDSN__
+endif
+ifndef SQLDSN
+Database products___CURLOCALE__ products___CURLOCALE__.txt TAB
 endif