diff --git a/apps/locale/README.md b/apps/locale/README.md index 99fba7945..a675136bb 100644 --- a/apps/locale/README.md +++ b/apps/locale/README.md @@ -10,7 +10,6 @@ other applications or widgets to provide locale-friendly - Time (12h/24h) - Days of the Week - Months -- Currency values - Distances/Lengths/Speed (metric/imperial) - Temperature (°C/°F) diff --git a/apps/locale/locale.html b/apps/locale/locale.html index 4a8b7699c..212df21b9 100644 --- a/apps/locale/locale.html +++ b/apps/locale/locale.html @@ -234,7 +234,6 @@ exports = { Date${exports.date(date,1)}${exports.date(date,0)} Time${exports.time(date,1)}${exports.time(date,0)} Number${exports.number(12.3456789)}${exports.number(12.3456789,4)} -Currency${exports.currency(12.34)} Distance${exports.distance(12.34,0)}${exports.distance(12345.6,1)} Speed${exports.speed(123)} Temperature${exports.temp(12,0)}