LP#1549505: make badge names and descriptions translatable
authorGalen Charlton <gmc@esilibrary.com>
Fri, 25 Mar 2016 01:25:12 +0000 (21:25 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 25 Mar 2016 01:25:12 +0000 (21:25 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/examples/fm_IDL.xml

index 2c4fc5b..5242848 100644 (file)
@@ -295,8 +295,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
                <fields oils_persist:primary="id" 
                 oils_persist:sequence="rating.badge_id_seq">
                        <field reporter:label="ID" name="id" reporter:datatype="id" reporter:selector="name"/>
-                       <field reporter:label="Name" name="name" reporter:datatype="text"/>
-                       <field reporter:label="Description" name="description" reporter:datatype="text"/>
+                       <field reporter:label="Name" name="name" reporter:datatype="text" oils_persist:i18n="true"/>
+                       <field reporter:label="Description" name="description" reporter:datatype="text" oils_persist:i18n="true"/>
                        <field reporter:label="Scope" name="scope" reporter:datatype="org_unit"/>
                        <field reporter:label="Weight" name="weight" reporter:datatype="int"/>
                        <field reporter:label="Age Horizon" name="horizon_age" reporter:datatype="text"/>