add to PO files (not sure if I'm doing this right)
authorLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Thu, 25 May 2023 19:28:24 +0000 (15:28 -0400)
committerLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Thu, 25 May 2023 19:28:24 +0000 (15:28 -0400)
Open-ILS/web/reports/oils_rpt_tforms.js
build/i18n/po/reports.js/en-CA.po
build/i18n/po/reports.js/en-GB.po

index ff9da55..cf37b61 100644 (file)
@@ -35,6 +35,11 @@ var OILS_RPT_TRANSFORMS = {
                aggregate : true,
                label : rpt_strings.TFORMS_LABEL_MAX
        },
+    
+       string_agg : {
+               aggregate : true,
+               label : rpt_strings.TFORMS_STRING_AGG
+       },
 
        /* string transforms ------------------------- */
 
index 46d3669..2fb7d05 100644 (file)
@@ -436,6 +436,10 @@ msgstr "Hour of day"
 msgid "Max"
 msgstr "Max"
 
+#: reports.js:TFORMS_LABEL_STRING_AGG reports.js:TRANSFORMS_STRING_AGG
+msgid "String Aggregate"
+msgstr "String Aggregate"
+
 #: reports.js:TEMPLATE_CONF_NOT_IN reports.js:TEMPLATE_CONF_NO_MATCH
 msgid "Field does not match one of list (comma separated):"
 msgstr "Field does not match one of list (comma separated):"
index 5a0c70b..f0e4251 100644 (file)
@@ -441,6 +441,10 @@ msgstr "Hour of day"
 msgid "Max"
 msgstr "Max"
 
+#: reports.js:TFORMS_LABEL_STRING_AGG reports.js:TRANSFORMS_STRING_AGG
+msgid "String Aggregate"
+msgstr "String Aggregate"
+
 #: reports.js:TEMPLATE_CONF_NOT_IN reports.js:TEMPLATE_CONF_NO_MATCH
 msgid "Field does not match one of list (comma separated):"
 msgstr "Field does not match one of list (comma separated):"