changeset 0605856b1e98 in modules/account_deposit:default
details: 
https://hg.tryton.org/modules/account_deposit?cmd=changeset;node=0605856b1e98
description:
        Add language attribute to data tag

        issue9559
diffstat:

 minimal_chart_bg.xml |  2 +-
 minimal_chart_ca.xml |  2 +-
 minimal_chart_de.xml |  2 +-
 minimal_chart_en.xml |  2 +-
 minimal_chart_es.xml |  2 +-
 minimal_chart_fr.xml |  2 +-
 minimal_chart_nl.xml |  2 +-
 minimal_chart_pt.xml |  2 +-
 minimal_chart_ru.xml |  2 +-
 minimal_chart_sl.xml |  2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diffs (120 lines):

diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_bg.xml
--- a/minimal_chart_bg.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_bg.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="bg">
         <record id="account_type_template_deposit_bg" 
model="account.account.type.template">
             
             <field name="name">депозит</field>
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_ca.xml
--- a/minimal_chart_ca.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_ca.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="ca">
         <record id="account_type_template_deposit_ca" 
model="account.account.type.template">
             
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_de.xml
--- a/minimal_chart_de.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_de.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="de">
         <record id="account_type_template_deposit_de" 
model="account.account.type.template">
             
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_en.xml
--- a/minimal_chart_en.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_en.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="en">
         <record id="account_type_template_deposit_en" 
model="account.account.type.template">
             <field name="name">Deposit</field>
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_es.xml
--- a/minimal_chart_es.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_es.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="es">
         <record id="account_type_template_deposit_es" 
model="account.account.type.template">
             
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_fr.xml
--- a/minimal_chart_fr.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_fr.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="fr">
         <record id="account_type_template_deposit_fr" 
model="account.account.type.template">
             
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_nl.xml
--- a/minimal_chart_nl.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_nl.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="nl">
         <record id="account_type_template_deposit_nl" 
model="account.account.type.template">
             
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_pt.xml
--- a/minimal_chart_pt.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_pt.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="pt">
         <record id="account_type_template_deposit_pt" 
model="account.account.type.template">
             
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_ru.xml
--- a/minimal_chart_ru.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_ru.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="ru">
         <record id="account_type_template_deposit_ru" 
model="account.account.type.template">
             
             
diff -r 225c6123b291 -r 0605856b1e98 minimal_chart_sl.xml
--- a/minimal_chart_sl.xml      Mon Aug 31 18:17:34 2020 +0200
+++ b/minimal_chart_sl.xml      Sat Sep 19 11:37:12 2020 +0200
@@ -2,7 +2,7 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <tryton>
-    <data>
+    <data language="sl">
         <record id="account_type_template_deposit_sl" 
model="account.account.type.template">
             
             

Reply via email to