You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2016/12/15 09:05:46 UTC

svn commit: r1774393 - /sling/trunk/bundles/scripting/sightly/testing-content/src/main/resources/SLING-INF/apps/sightly/locales/de_ch.json

Author: radu
Date: Thu Dec 15 09:05:46 2016
New Revision: 1774393

URL: http://svn.apache.org/viewvc?rev=1774393&view=rev
Log:
SLING-6399 - Implement support for date and number formatting for HTL

* added localisation support for a TCK test

Modified:
    sling/trunk/bundles/scripting/sightly/testing-content/src/main/resources/SLING-INF/apps/sightly/locales/de_ch.json

Modified: sling/trunk/bundles/scripting/sightly/testing-content/src/main/resources/SLING-INF/apps/sightly/locales/de_ch.json
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/testing-content/src/main/resources/SLING-INF/apps/sightly/locales/de_ch.json?rev=1774393&r1=1774392&r2=1774393&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/testing-content/src/main/resources/SLING-INF/apps/sightly/locales/de_ch.json (original)
+++ sling/trunk/bundles/scripting/sightly/testing-content/src/main/resources/SLING-INF/apps/sightly/locales/de_ch.json Thu Dec 15 09:05:46 2016
@@ -6,6 +6,11 @@
         "jcr:primaryType" : "sling:MessageEntry",
         "sling:key" : "bun",
         "sling:message" : "Brötli"
+    },
+    "currency_thousands": {
+        "jcr:primaryType": "sling:MessageEntry",
+        "sling:key": "curr #,###.##",
+        "sling:message": "CHF #,###.##"
     }
 
 }