andi Sun Sep 9 09:49:33 2001 EDT
Modified files:
/r2/binarycloud/user/conf langs.php langs.xml.php langs.xml
Log:
Changed files to support 'default' / <default></default> setting
Index: r2/binarycloud/user/conf/langs.php
diff -u r2/binarycloud/user/conf/langs.php:1.8 r2/binarycloud/user/conf/langs.php:1.9
--- r2/binarycloud/user/conf/langs.php:1.8 Thu Jun 14 18:12:31 2001
+++ r2/binarycloud/user/conf/langs.php Sun Sep 9 09:49:33 2001
@@ -1,7 +1,7 @@
<?php
// Header {{{
/*******************************************************************************
- ** -File $Id: langs.php,v 1.8 2001/06/15 01:12:31 alex Exp $
+ ** -File $Id: langs.php,v 1.9 2001/09/09 16:49:33 andi Exp $
** -License LGPL (http://www.gnu.org/copyleft/lesser.html)
** -Copyright 2001, The Turing Studio, Inc.
** -Author alex black, en...@tu...
@@ -12,7 +12,7 @@
$Lang->langs = array(
array(
- 'flag_default' => true,
+ 'default' => true,
'description' => "English",
'native' => "English",
'code' => "en",
@@ -24,7 +24,7 @@
'currency_symbol' => "$",
),
array(
- 'flag_default' => false,
+ 'default' => false,
'description' => "French",
'native' => "Français",
'code' => "fr",
Index: r2/binarycloud/user/conf/langs.xml.php
diff -u r2/binarycloud/user/conf/langs.xml.php:1.2 r2/binarycloud/user/conf/langs.xml.php:1.3
--- r2/binarycloud/user/conf/langs.xml.php:1.2 Thu Aug 23 17:08:10 2001
+++ r2/binarycloud/user/conf/langs.xml.php Sun Sep 9 09:49:33 2001
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!-- Header {{{
*******************************************************************************
-** -File $Id: langs.xml.php,v 1.2 2001/08/24 00:08:10 alex Exp $
+** -File $Id: langs.xml.php,v 1.3 2001/09/09 16:49:33 andi Exp $
** -License LGPL (http://www.gnu.org/copyleft/lesser.html)
** -Copyright 2001, The Turing Studio, Inc.
** -Author alex black, en...@tu...
@@ -10,7 +10,7 @@
<langs>
<lang>
- <is_default></is_default>
+ <default></default>
<description>English</description>
<native>English</native>
<code>en</code>
@@ -21,7 +21,7 @@
<currency_symbol>$</currency_symbol>
</lang>
<lang>
- <is_default>false</is_default>
+ <default>false</default>
<description>Latvian</description>
<native>Latvieðu</native>
<code>lv</code>
Index: r2/binarycloud/user/conf/langs.xml
diff -u r2/binarycloud/user/conf/langs.xml:1.4 r2/binarycloud/user/conf/langs.xml:1.5
--- r2/binarycloud/user/conf/langs.xml:1.4 Thu Jun 14 18:12:31 2001
+++ r2/binarycloud/user/conf/langs.xml Sun Sep 9 09:49:33 2001
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!-- Header {{{
*******************************************************************************
-** -File $Id: langs.xml,v 1.4 2001/06/15 01:12:31 alex Exp $
+** -File $Id: langs.xml,v 1.5 2001/09/09 16:49:33 andi Exp $
** -License LGPL (http://www.gnu.org/copyleft/lesser.html)
** -Copyright 2001, The Turing Studio, Inc.
** -Author alex black, en...@tu...
@@ -10,7 +10,7 @@
<langs>
<lang>
- <is_default>false</is_default>
+ <default>false</default>
<description>Danish</description>
<native>Dansk</native>
<code>da</code>
@@ -21,7 +21,7 @@
<currency_symbol>$</currency_symbol>
</lang>
<lang>
- <is_default>true</is_default>
+ <default>true</default>
<description>English</description>
<native>English</native>
<code>en</code>
|